home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / misc / src / trees / syslinux / change.log next >
Text File  |  1996-10-31  |  3KB  |  61 lines

  1. Changes in 1.30:
  2.         * Added support for loading bzImage and initrd loading, and made
  3.           SYSLINUX new-setup-code aware (SYSLINUX 1.30 id=0x31).
  4.         * Added LILO-style kernel labels; see the LABEL and IMPLICIT
  5.           keywords in README file.
  6.         * Added support for colorization of intro and help screens.
  7.         * The vga= option is now handled correctly.
  8.         * Massive rewrite of large chunks of the code in order to
  9.           support the first two new features.
  10.  
  11. Changes in 1.20:
  12.         * Added simple online help at the "boot:" prompt.
  13.         * Removed 2880K image as I no longer have access to such a
  14.           floppy drive.  (Donations accepted!!)
  15.         * Decided to distribute the source in a subdirectory rather
  16.           than in a nested zipfile.
  17.  
  18. Changes in 1.11:
  19.         * Removed a sanity check which would cause booting to fail on
  20.           Phoenix BIOS version 4.03.  Apparently this BIOS is buggy.
  21.  
  22. Changes in 1.10:
  23.         * Added configuration file SYSLINUX.CFG.  This file contains all
  24.           configurable options, and can be edited from any OS which can
  25.           access an MS-DOS filesystem; there is no longer a need to run
  26.           SYSLINUX.EXE except to write the boot sector.
  27.         * Default command line now given by "default" line in config
  28.           file.
  29.         * LINUXMSG.TXT and BOOTMSG.TXT hard-coded file names replaced by
  30.           "display" and "prompt" lines in config file.
  31.         * LILO-style option appending now supported ("append" line in
  32.           config file).
  33.         * Prompt timeout is now supported ("timeout" line in config
  34.           file).  The timeout is cancelled when anything is typed on the
  35.           command line.
  36.         * Pressing <ESC> or <Ctrl-C> at the Loading... stage now aborts
  37.           the kernel loading in progress and returns the user to the
  38.           boot: prompt.
  39.         * The installer now automatically sets the READONLY flag on
  40.           LDLINUX.SYS.
  41.     * Added 2880K disk image.
  42.  
  43. Changes in 1.03:
  44.     * Fixed bug that would prevent booting from double-density
  45.       floppies and other DOS filesystems with multiple sectors per
  46.       cluster.
  47.     * Added 720K disk image.
  48.     * Changed default kernel name on disk images to LINUX.
  49.  
  50. Changes in 1.02:
  51.         * Fixed bug that would garble the command line on recent kernels
  52.           with more than 4 sectors of setup code (this wasn't really a
  53.           *bug*; rather, a kernel change broke the code.  Unfortunately
  54.           the Linux boot interface is still sorely undocumented).
  55.         * Added BOOTMSG.TXT file support (message file which does not
  56.           force display of the boot prompt).
  57.  
  58. Changes in 1.01:
  59.         * Fixed bug on some (most?) 386 BIOSes would require two boot
  60.           attempts.
  61.