home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / KERNELS / LODLIN15.ZIP / LOADLIN / TEST.PAR < prev   
Encoding:
Text File  |  1994-09-05  |  1.5 KB  |  50 lines

  1. # EDIT THIS BEFORE USING !
  2. #
  3. # this is an example commandline parameter file for LOADLIN
  4. # You may have comments starting with "#" at any place
  5. # comments end at end of a line
  6. # any number of empty lines may be inserted.
  7. # The contents are compacted by LOADLIN to produce an as small
  8. # commandline as possible.
  9. # For more commandline options see the file PARAMS.DOC.
  10. #
  11. # There can only be one parameter file and LOADLIN must be called as:
  12. #   LOADLIN @param_file
  13. #
  14. ..\zImage          # first value must be the filename of the Linux-kernel
  15.  
  16. #--version=1.1.47  # this only, if using LOADLINX instead of LOADLIN
  17.                    # it checks for correct kernel version
  18.  
  19. #-v              # verbose the actual params
  20. -t             # write debug output and stop.
  21. #-d c:\dump     # write debug output to file c:\dump and stop.
  22.  
  23. vga=ask         # legal values are:
  24.                 # numeric:
  25.                 #   -3    ask
  26.                 #   -2    extended
  27.                 #   -1    normal
  28.                 #   0..9  as if entered on boot-prompt
  29.                 # symbolic:
  30.                 #   ask
  31.                 #   normal
  32.                 #   extended
  33.  
  34. root=/dev/hdb2
  35. # root=0x301
  36. # root=201
  37. # root=/dev/hda10  # same as /dev/hdaa  same as  /dev/hda0a or /dev/hda0xa
  38. # root=/dev/sda1
  39. # ....
  40.  
  41. ro
  42. # rw
  43.  
  44. # this can be used in /etc/rc to do some special work
  45. MY_SPECIAL_OPTION=what_I_need
  46.  
  47. #ether=10,0x280,0xc8000,0xcbfff,eth0
  48. #ether=10,0x280,0xd0000,0xd3fff,eth0
  49.  
  50.