home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6367 < prev    next >
Encoding:
Text File  |  1992-07-21  |  4.8 KB  |  141 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!chx400!bernina!almesber
  3. From: almesber@nessie.cs.id.ethz.ch (Werner Almesberger)
  4. Subject: LILO: Version Alpha.2
  5. Message-ID: <1992Jul21.232708.22331@bernina.ethz.ch>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. Date: Tue, 21 Jul 1992 23:27:08 GMT
  9. Lines: 130
  10.  
  11. A new alpha test version of LILO can be found on
  12. banjo.concert.net as pub/Linux/Incoming/lilo.2.tar.Z
  13.  
  14. It works with 0.96c-pl1 and 0.96c-pl2 (and newer) kernels and doesn't
  15. need a kernel patch anymore.
  16.  
  17. Since this is a major rewrite, there is a fair chance that some new
  18. bugs have crept in. Hence the alpha status.
  19.  
  20. The beginning of the README is at the end of this posting. There are
  21. lots of changes, so reading the entire README, even if you're familiar
  22. with an older version, is certainly a good idea.
  23.  
  24. There is one feature that needs some special testing: booting other
  25. operating systems. I can boot PC-DOS 4.0 with LILO, but I don't know,
  26. how well it works with other versions or operating systems. So if
  27. you're using LILO to boot MS/PC-DOS 2.x, PC/MS-DOS 3.2, MS/PC-DOS 3.3, 
  28. PC/MS-DOS 5.x, DR-DOS x.x, OS/2 1.x, OS/2 2.x, CP/M86, DOSplus, 386BSD,
  29. any other "UNIX" or UNIX(tm?), PC/MOS-386, QNX, etc., I'd like to know.
  30.  
  31. As usual, I'm thankful for all bug reports, success stories, etc.
  32.  
  33. - Werner
  34.  
  35. ---------------------------------- cut here -----------------------------------
  36.  
  37. LILO  -  Generic Boot Loader for Linux ("LInux LOader") by Werner Almesberger
  38. =============================================================================
  39.  
  40. This is an ALPHA test release of a new boot loader. Be sure to have some
  41. means to boot your system from a different media if you install LILO on your
  42. hard disk.
  43.  
  44.  
  45. WARNING: The formats of the boot sector and the map file have changed.
  46.      If you've already installed LILO on your system, you have to
  47.      update the boot sector and create a new map file.
  48.  
  49.  
  50. Changes from version 1 to 2
  51. ---------------------------
  52.  
  53.   Boot sector
  54.   -----------
  55.  
  56.     - added command-line editing.
  57.     - added debugging support (-DDEBUG).
  58.     - added support for compacted maps.
  59.     - some cosmetic changes.
  60.  
  61.   Map installer
  62.   -------------
  63.  
  64.     - major rewrite.
  65.     - files that contain "holes" are now handled properly.
  66.     - added map compaction.
  67.     - devices are now created on the fly only if they can't be found in /dev.
  68.     - improved sanity checking.
  69.     - can now boot other operating systems.
  70.     - can now boot unstripped kernel executables.
  71.     - added support for a disk parameter file.
  72.     - reduced the number of installable images from 21 to 19.
  73.     - changed the command-line syntax.
  74.     - root and boot can now be specified on the command line.
  75.  
  76.   Documentation
  77.   -------------
  78.  
  79.     - many changes, including correction of some minor errors.
  80.  
  81.  
  82. Changes from version 0 to 1
  83. ---------------------------
  84.  
  85.   Boot sector
  86.   -----------
  87.  
  88.     - tested as master boot sector.
  89.     - improved the boot prompt invocation method.
  90.     - increased the number of installable images to 21.
  91.     - added a help facility.
  92.     - improved read error handling and error reporting in the boot loader.
  93.     - added a second stage boot loader.
  94.  
  95.   Map installer
  96.   -------------
  97.  
  98.     - fixed some minor bugs in the map installer. Removed all compiler
  99.       warnings.
  100.     - added labeling of images.
  101.     - added version checking for the boot sector.
  102.     - replaced option -r by -m. -r will be available for a while for
  103.       compatibility.
  104.     - added booting from device files (that have boot images written on them).
  105.     - BIOS device codes can now be specified for boot image files too.
  106.     - added concatenation of images. (This is a test feature that will be
  107.       changed in the future.)
  108.  
  109.   Documentation
  110.   -------------
  111.  
  112.     - some minor documentation errors have been corrected.
  113.     - the README now warns that the map has to be rebuilt after the images are
  114.       replaced or moved.
  115.     - added a files, a hints and an examples section.
  116.  
  117.  
  118. Features
  119. --------
  120.  
  121.   - does not depend on the file system. (Tested with Minix and MS-DOS FS.)
  122.   - can be used to boot from floppies and from hard disks.
  123.   - can replace the master boot sector.
  124.   - can boot non-Linux systems and unstripped kernels.
  125.   - supports up to 19 different boot images that can be selected at boot
  126.     time. Root and swap disk/partition can be set independently for each
  127.     image.
  128.   - boot sector, file map and boot images can be all on different disks or
  129.     partitions.
  130.  
  131.  
  132. Restrictions
  133. ------------
  134.  
  135.   - SCSI disks are not fully supported yet.
  136. -- 
  137.    _________________________________________________________________________
  138.   / Werner Almesberger, ETH Zuerich, CH      almesber@nessie.cs.id.ethz.ch /
  139.  / IFW A44  Tel. +41 1 254 7213                 almesberger@rzvax.ethz.ch /
  140. /_BITNET:_ALMESBER@CZHETH5A__HEPNET/CHADNET:_[20579::]57414::ALMESBERGER_/
  141.