home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / trees / syslinux-1.40 / NEWS < prev    next >
Encoding:
Text File  |  1998-05-07  |  4.6 KB  |  120 lines

  1. Changes in 1.40:
  2.     * Increase A20M delay and put in a test to avoid problems on
  3.       certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
  4.       for vital info on this one.)
  5.     * Support COMBOOT style boot command images.
  6.     * Support chain loading (foreign operating systems, e.g. DOS).
  7.     * Include a new "copybs" DOS utility to copy a boot sector to
  8.       a file (under Linux, use "dd".)
  9.     * Fix the DOS installer to work for disks over 32 MB.
  10.     * SYSLINUX should now handle disks with more than 65536 tracks.
  11.  
  12. Changes in 1.37:
  13.     * Fix a bug that caused "label" statements in syslinux.cfg to
  14.       not be handled properly.
  15.     * Updated the documentation.  Among other things, we now allow
  16.       up to 128 "label" statements.
  17.  
  18. Changes in 1.36:
  19.     * Fix for booting old (pre-initrd) kernels.
  20.     * It seems at least some versions of OS/2 doesn't set up all
  21.       the fields in the superblock correctly.  Account for that.
  22.     * Fix bug that caused boot failure when using the mem= option.
  23.  
  24. Changes in 1.35:
  25.     * Loading from partitions now should work properly.  (Actually
  26.       tested, this time.  You should even be able to dd a floppy
  27.       to a partition and boot from it.)
  28.     * Removed large workaround code for an alleged ancient BIOS
  29.       bug I have never actually seen.  The -s option should work
  30.       on those machines, anyway.
  31.     * Support for simple keyboard remappings, same as used by
  32.       LILO (once again to support localization.)  The program
  33.       keytab-lilo.pl from the LILO distribution included to
  34.       generate such maps.
  35.     * Added a "safe, slow and stupid" (-s) option to the
  36.       installers.  This option will lobotomize the boot sector to
  37.       hopefully work on even very buggy BIOSes.
  38.     
  39. Changes in 1.34:
  40.     * Ability to load a VGA font on bootup (for localized Linux
  41.       distributions.) 
  42.  
  43. Changes in 1.33:
  44.     * Bug fix in the Linux installer.
  45.     * Added a workaround for a bug in certain AMI/Intel BIOSes
  46.       when booting from CD-ROM.
  47.     * Documentation changes.
  48.  
  49. Changes in 1.32:
  50.     * FAT16 filesystems are now supported.
  51.  
  52. Changes in 1.31:
  53.     * Now compiles under Linux, using NASM, rather than using
  54.       Turbo Assembler under DOS.  See http://www.cryogen.com/Nasm
  55.       for information about NASM.
  56.     * Linux-hosted SYSLINUX installer, as well as a
  57.       rewritten DOS installer (now is written in assembler, so we
  58.       don't need Turbo C.)
  59.  
  60. Changes in 1.30:
  61.     * Added support for loading bzImage and initrd loading, and made
  62.       SYSLINUX new-setup-code aware (SYSLINUX 1.30 id=0x31).
  63.     * Added LILO-style kernel labels; see the LABEL and IMPLICIT
  64.       keywords in README file.
  65.     * Added support for colorization of intro and help screens.
  66.     * The vga= option is now handled correctly.
  67.     * Massive rewrite of large chunks of the code in order to
  68.       support the first two new features.
  69.  
  70. Changes in 1.20:
  71.     * Added simple online help at the "boot:" prompt.
  72.     * Removed 2880K image as I no longer have access to such a
  73.       floppy drive.     (Donations accepted!!)
  74.     * Decided to distribute the source in a subdirectory rather
  75.       than in a nested zipfile.
  76.  
  77. Changes in 1.11:
  78.     * Removed a sanity check which would cause booting to fail on
  79.       Phoenix BIOS version 4.03.  Apparently this BIOS is buggy.
  80.  
  81. Changes in 1.10:
  82.     * Added configuration file SYSLINUX.CFG.  This file contains all
  83.       configurable options, and can be edited from any OS which can
  84.       access an MS-DOS filesystem; there is no longer a need to run
  85.       SYSLINUX.EXE except to write the boot sector.
  86.     * Default command line now given by "default" line in config
  87.       file.
  88.     * LINUXMSG.TXT and BOOTMSG.TXT hard-coded file names replaced by
  89.       "display" and "prompt" lines in config file.
  90.     * LILO-style option appending now supported ("append" line in
  91.       config file).
  92.     * Prompt timeout is now supported ("timeout" line in config
  93.       file).  The timeout is cancelled when anything is typed on the
  94.       command line.
  95.     * Pressing <ESC> or <Ctrl-C> at the Loading... stage now aborts
  96.       the kernel loading in progress and returns the user to the
  97.       boot: prompt.
  98.     * The installer now automatically sets the READONLY flag on
  99.       LDLINUX.SYS.
  100.     * Added 2880K disk image.
  101.  
  102. Changes in 1.03:
  103.     * Fixed bug that would prevent booting from double-density
  104.       floppies and other DOS filesystems with multiple sectors per
  105.       cluster.
  106.     * Added 720K disk image.
  107.     * Changed default kernel name on disk images to LINUX.
  108.  
  109. Changes in 1.02:
  110.     * Fixed bug that would garble the command line on recent kernels
  111.       with more than 4 sectors of setup code (this wasn't really a
  112.       *bug*; rather, a kernel change broke the code.  Unfortunately
  113.       the Linux boot interface is still sorely undocumented).
  114.     * Added BOOTMSG.TXT file support (message file which does not
  115.       force display of the boot prompt).
  116.  
  117. Changes in 1.01:
  118.     * Fixed bug on some (most?) 386 BIOSes would require two boot
  119.       attempts.
  120.