home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / KERNELS / LODLIN15.ZIP / LOADLIN / README.1ST < prev    next >
Encoding:
Text File  |  1994-09-05  |  2.3 KB  |  58 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 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 (needs a patch for kernels <1.0.5 if greater than 80
  10. bytes).  For those using UMSDOS, the LOADLINX pre-processor can translate
  11. DOS-ish drive numbering to  /dev/xxxx.
  12.  
  13.  
  14. For veteran LOADLIN user:
  15.           LOADLIN-1.5  now works without BIOSINTV/REALBIOS !!!
  16.                                  =======
  17.  
  18. The loader program works from the DOS prompt or from CONFIG.SYS
  19. under the following conditions:
  20.  
  21.    1. The space between program-load-point and 0x90000 is great enough
  22.       to hold the compressed kernel image (without header and setup)
  23.  
  24.    2. A) The CPU is not in virtual-8086 mode
  25.         or
  26.       B) The EMS driver supports VCPI.
  27.  
  28.  
  29. For a quick start read the QUICKSTA.RT file
  30. For a detailed description please read the MANUAL.TXT file.
  31.  
  32. ===========================================================================
  33.  
  34. Contents of LODLIN15.TGZ
  35. ------------------------
  36.  
  37.   README.1ST      you're reading me now!
  38.   QUICKSTA.RT     taken from Pat Volkerding's LODLIN14.TXT
  39.   MANUAL.TXT      the manual
  40.   PARAMS.DOC      description of Linux command line parameters
  41.   TEST.PAR        a sample response (params) file
  42.   CHANGES         history of LOADLIN
  43.   LINUX.BAT       a sample DOS batch file
  44.   LOADLIN.EXE     the loader
  45.   LOADLIN.ASM     source
  46.   BIOSINTV.SYS    device driver, needed for loading via VCPI
  47.   BIOSINTV.ASM    source
  48.   REALBIOS.EXE    Install utility, puts *real* BIOS-intvector / data into file
  49.   REALBIOS.C      the source
  50.   BOOTSECT.BIN    Floppy boot sector to save the bios-intv/data on floppy.
  51.   BOOTSECT.ASM    source
  52.   LOADLINX.EXE    the UMSDOS support pre-processor
  53.   LOADLINX.C      source
  54.   MAKEFILE        makefile for TASM, TLINK
  55.   BOOTING.DOC     some background information
  56.   COPYING         GPL of Free Software Foundation
  57.   KERNEL/*        patches for boot/setup.S to have a "legal" intercept routine.
  58.