home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 15 / boot-disc-1997-11.iso / Debian / Tools / LODLIN16.ZIP / LODLIN16 / README.1ST < prev    next >
Text File  |  1996-04-30  |  3KB  |  70 lines

  1.     LOADLIN.EXE, a loader (running under DOS) for LINUX kernel images
  2.           (fully supporting the kernel's command line feature)
  3.          (C) 1994..1995 Hans Lermen (lermen@elserv.ffm.fgan.de)
  4.     =================================================================
  5.  
  6. LOADLIN uses the same principle as BOOTLIN from F.Coutant, but has
  7. enhanced error checking and fully supports the "command line feature"
  8. of Linux. It also accepts a response file, so the command line can be
  9. greater than 128 bytes.
  10.  
  11. LOADLIN-1.6 is highly adaptable to different DOS configurations, and now
  12. has very few loading restrictions. It makes use of extended memory and
  13. also can load big kernels (bzImages) and ramdisk images (initrd)
  14. directly high. The bzImage+initrd standard was jointly developed
  15. by the LILO-author (Werner Almesberger) and the LOADLIN-author (me)
  16. and is part of the official kernel since version 1.3.73.
  17.  
  18. It is also capable of booting a UMSDOS-based system from a DOS drive.
  19.  
  20. Some options (-v, -t, -d) produce debug information, so if you have
  21. problems, you can follow what is really being done by LOADLIN.
  22.  
  23. LOADLIN also can load out of Virtual-86 mode (which is normal when
  24. using EMS drivers) if a VCPI server is present.
  25.  
  26.  
  27. The loader program works from the DOS prompt or from CONFIG.SYS
  28. under the following conditions:
  29.  
  30.    1. The buffer memory (lowmem + extended) is great enough
  31.       to hold the compressed kernel image (zImage or bzImage)
  32.       aswell as the initrd image (optional)
  33.  
  34.    2. A) The CPU is not in virtual-8086 mode
  35.         or
  36.       B) The EMS driver supports VCPI.
  37.  
  38.  
  39. For a quick start read the QUICKSTA.RT file
  40. For a detailed description please read the MANUAL.TXT file.
  41.  
  42. ===========================================================================
  43.  
  44. Contents of LODLIN16.TGZ
  45. ------------------------
  46.  
  47.   readme.1st        you're reading me now!
  48.   loadlin.exe       the loader
  49.   copying           GPL of Free Software Foundation
  50.   test.par          a sample response (params) file
  51.   linux.bat         a sample DOS batch file
  52.   initrd.tgz        a _very_ simple initrd (/linuxrc) example
  53.   doc
  54.   doc/changes       history of LOADLIN
  55.   doc/quicksta.rt   as the file name says, but you will need more to read
  56.   doc/manual.txt    the manual
  57.   doc/params.doc    description of Linux command line parameters
  58.   doc/announce.txt  the posting that announced bzImage+initrd
  59.   doc/initrd.txt    description of initrd (as of linux/Documentation/*)
  60.   doc/lodlin16.lsm
  61.   src               source
  62.   src/loadlin.asm
  63.   src/loadlina.asm
  64.   src/loadlini.asm
  65.   src/loadlinj.asm
  66.   src/loadlinm.asm
  67.   src/makefile      makefile for TASM
  68.   src/pgadjust.asm  32-bit part of Loadlin, generated by src/srclinux.tgz
  69.   src/srclinux.tgz  32-bit source (must compile under Linux)
  70.