@echo off cls echo ****************************************************************************** echo * If you are not fimiliar with Linux QUIT NOW and read the file install.txt * echo * first. * echo * This batch file installs Linux without the need of a BOOTDISK and ROOTDISK.* echo * However you will need plenty of RAM memory for this installation method to * echo * work. 8 Mb or more will do the job. * echo * * echo * If you don't have enough memory in your computer then quit this * echo * installation by pressing Control-C. You will then have to install Linux by * echo * means of a BOOT- and ROOTDISK as described in install.txt * echo * * echo * By the way... Did you already clear enough space for your Linux partition? * echo * If not, quit and use FIPS but read the documentation first !!! * echo * * echo * Press any key to continue. Press CONTROL-C to quit. * echo ****************************************************************************** pause smartdrv /C \kernels\loadlin.exe \kernels\bare.i\bzImage root=/dev/ram0 rw initrd=\rootdsks\color.gz REM ^^^^^^^^^^^^^^ < if needed change to use other kernel image