home *** CD-ROM | disk | FTP | other *** search
- # EDIT THIS BEFORE USING !
- #
- # this is an example commandline parameter file for LOADLIN
- # You may have comments starting with "#" at any place
- # comments end at end of a line
- # any number of empty lines may be inserted.
- # The contents are compacted by LOADLIN to produce an as small
- # commandline as possible.
- # For more commandline options see the file PARAMS.DOC.
- #
- # There can only be one parameter file and LOADLIN must be called as:
- # LOADLIN @param_file
- #
- ..\zImage # first value must be the filename of the Linux-kernel
-
- #--version=1.1.47 # this only, if using LOADLINX instead of LOADLIN
- # it checks for correct kernel version
-
- #-v # verbose the actual params
- -t # write debug output and stop.
- #-d c:\dump # write debug output to file c:\dump and stop.
-
- vga=ask # legal values are:
- # numeric:
- # -3 ask
- # -2 extended
- # -1 normal
- # 0..9 as if entered on boot-prompt
- # symbolic:
- # ask
- # normal
- # extended
-
- root=/dev/hdb2
- # root=0x301
- # root=201
- # root=/dev/hda10 # same as /dev/hdaa same as /dev/hda0a or /dev/hda0xa
- # root=/dev/sda1
- # ....
-
- ro
- # rw
-
- # this can be used in /etc/rc to do some special work
- MY_SPECIAL_OPTION=what_I_need
-
- #ether=10,0x280,0xc8000,0xcbfff,eth0
- #ether=10,0x280,0xd0000,0xd3fff,eth0
-