Merge branch 'ctrl-mbr'
[profile/ivi/syslinux.git] / NEWS
1 Starting with 1.47, changes marked with SYSLINUX, PXELINUX, ISOLINUX
2 or EXTLINUX apply to that specific program only; other changes apply
3 to all derivatives.
4
5 Changes in 3.74:
6         * New UI directive, which allows a more natural way to specify
7           a menu system (or not.)  With the UI directive specifying
8           the menu system, the DEFAULT directive can be used to select
9           the default entry inside the menus.
10         * kbdmap.c32: new module to load a new keyboard map
11           dynamically.
12         * isohybrid: workaround bug in some versions of binutils.
13         * Fix issue with the placement of the initrd on some machines.
14         * ifcpu64: fix handling of less than three arguments.
15         * Fix bug in the shuffle library when dealing with a very
16           large number of fragments.
17         * Documentation fixes by Vicente Jimenez Aguilar.
18         * gPXE updated to version 0.9.7.
19         * hdt.c32: Hardware Detection Tool, an interactive hardware
20           analyzer module by Erwan Velu.
21         * MEMDISK: enable automatic determination of the disk geometry
22           for a large floppy disk image if (and only if) it is
23           formatted with a FAT filesystem.
24         * SYSLINUX: fix the handling of .bss files on FAT12/16.
25         * Suppress the Loading ... message if "quiet" is specified on
26           the kernel command line.
27         * Fix the use of "CONSOLE 0" with menu.c32.
28         * Allow COM32 modules to be aware of all memory even in the
29           presence of a memory hole.  The "linux.c32" module can be
30           used to load a kernel (or memdisk) plus large initrd on
31           such a system.
32
33 Changes in 3.73:
34         * Upgrade gPXE to release version 0.9.5.
35         * Fix a number of build errors on various platforms.
36         * Handle systems with E820 "extended attributes" per ACPI 3.
37           Someone "cleverly" decided to change the E820 spec in a
38           backwards-incompatible manner!
39         * MEMDISK: default to "safeint".
40         * Adopt the moniker "The Syslinux Project", standard proper
41           noun capitalization, to refer to the project as a whole.
42           Thus, reserve the all-caps "SYSLINUX" to refer to the FAT
43           loader.
44         * mboot.c32: add "-solaris" option to pass DHCP information to
45           the Solaris kernel; required for automatic Solaris boot
46           without using Solaris' pxeboot program.
47         * config.c32: trivial COM32 module to restart Syslinux with
48           another configuration file from the command line (equivalent
49           to the CONFIG command in the configuratin file.)
50
51 Changes in 3.72:
52         * Include the pxechain.com module from Jeffery Hutzelman at
53           Carnegie Mellon University.  This allows chaining another
54           PXE boot program while changing the DHCP packet passed to
55           it.
56         * Reorganize the Makefile system.
57         * Major PCI core cleanups and other source cleanup.
58         * gPXE code updated.
59         * Try to avoid memory-snooping attacks on passwords.  Note
60           that if someone has root on the box, they generally don't
61           need to compromise the boot loader...
62         * ISOLINUX: fix crash when given a zero-length file.
63         * sdi.c32: support gzipped SDI images.
64         * ISOLINUX: support generating images which can be either
65           a CD-ROM or a hard disk (USB disk, etc.)  See
66           doc/isolinux.txt for more information.
67         * Remote gdb support for COM32 modules; patch from Stefan
68           Hajnoczi.
69         * Support beeps in F-key help in the simple menu system.
70         * Tab display of labels, based on a patch from Sebastian
71           Herbszt.  Can be disabled with the NOCOMPLETE configuration
72           command.
73         * "menu default" can now be specified after "menu begin", to
74           indicate that a specific submenu should be the default entry.
75
76 Changes in 3.71:
77         * Workaround for a VESA BIOS which tries to make DOS system
78           calls(!!)
79         * Simple menu: fix navigation around disabled entries
80           (or at least try to...)
81         * EXTLINUX: proper error message when confused about mount
82           point.
83         * MEMDISK: be smarter about incompletely disabled floppies in
84           the BIOS and about being the only floppy.
85         * Optionally allow initrd to be specified on a separate line
86           rather than as part of the "append" line.  This is not
87           recommended, but apparently makes life easier for some
88           tools.
89         * SYSLINUX: if no config file is present, set the current
90           directory to the root directory (Sebastian Herbszt).
91         * chain.c32: option "hide" to support hiding and unhiding of
92           primary partitions on the boot drive with DOS, Win, or OS/2
93           partition types (01, 04, 06, 07, 0b, 0c, 0e).
94         * Unbreak the KBDMAP command (broken in 3.70).
95         * EXTLINUX: fix the handling of the ADV when using CBIOS.
96         * ifcpu64.c32: simple COM32 module to select a 32- or 64-bit
97           kernel (and optionally 32-bit kernels with or without PAE.)
98           Eventually we want a scripting language for this
99           kind of stuff; a Lua module is under development.
100         * Fix parsing of the SERIAL command without a baud rate
101           specified.
102         * chain.c32: error out when try to boot an unbootable
103           partition.
104         * SYSLINUX: when building the Win32 installer, search for
105           MinGW under a large number of possible names.
106
107 Changes in 3.70:
108         * PXELINUX: Support enhanced capabilities when running on top
109           of gPXE (http://www.etherboot.org/).  In particular, support
110           URL-style syntax for filenames, and any protocol that gPXE
111           supports (except, currently, iSCSI and AoE.)  This feature
112           is currently highly experimental.
113         * Substantial infrastructure changes to support files whose
114           length aren't known at open time (typically network
115           connections.)  Please note that the semantics of some of the
116           comboot APIs have changed slightly; please see doc/comboot.txt.
117         * PXELINUX: We no longer require a TFTP server which supports
118           the tsize option for all transfers.
119         * PXELINUX: Integrate with the gPXE source base; unified image
120           now included as "gpxelinux.0".
121         * The source tree has been restructured; files that were
122           previously in the root have moved into the core, dos, gpxe,
123           and utils directories.
124         * "make install", "make netinstall", and "make extbootinstall"
125           have been updated massively.  "make install-all" now installs
126           all three.
127         * Change default dir for auxiliary files from
128           /usr/lib/syslinux to /usr/share/syslinux.
129         * SYSLINUX: VFAT long filename support.
130         * MEMDISK: Any image less than 4096K (4 MB) is treated as a
131           floppy disk.  The geometry-guessing code will recognize all
132           common extended formats, but it is still possible some very
133           exotic formats need geometry specification.  Large floppies
134           and very small harddisks still need explicit specification.
135         * chain.c32: option "swap" to support swapping of BIOS drive
136           numbers.  This is necessary to boot certain operating systems
137           (DOS, Windows) from a secondary drive.
138         * chain.c32: option "file=" to support loading a boot file from
139           the SYSLINUX filesystem instead of loading the boot sector
140           from the drive.
141         * chain.c32: option "seg=" to control the load location.
142         * chain.c32: option "ntldr=" as a shorthand for "seg=0x2000
143           file="; use this to load one of WinNT's loaders:
144
145           chain.c32 hd0 1 ntldr=/MiniNT/setupldr.bin
146
147           Note that the file needs to be in the SYSLINUX filesystem.
148         * chain.32: options "freedos=" and "msdos="/"pcdos=" as
149           shorthands for "seg=0x60 file=" and "seg=0x70 file="
150           respectively; use this to load FreeDOS's kernel.sys, MS-DOS's
151           io.sys or PC-DOS's ibmbio.sys.
152         * Change to the A20 algorithm which *MIGHT* help systems that
153           have systems which freeze when Syslinux is used with USB
154           keyboards.  Note that this has been hard do verify, so I
155           would greatly appreciate feedback on it.
156         * Complex menu system: unbreak menus which has unnamed
157           submenus, like complex.c.
158         * Fix newline on the serial port for some com32 modules.
159         * chain.c32: support "boot" as the drive specification,
160           indicating the drive from which it was booted
161           (for syslinux/extlinux).
162         * SYSLINUX/EXTLINUX: support "localboot" with the same feature
163           set as ISOLINUX.
164         * Add an experimental MBR for GPT partition tables.
165         * Use $(CC) when determining compile flags.
166         * chain.c32: fix booting from logical partitions (Sergey
167           Vlasov.)
168
169 Changes in 3.63:
170         * Fix errors in the PCI and DMI detection modules (Erwan Velu,
171           Sebastian Herbszt).
172         * Fix host dependencies and other issues in the build system.
173         * PXELINUX: Allow class E addresses as unicast.
174         * sdi.c32: module to load Microsoft System Deployment Images.
175           For additional information, please see:
176             http://msdn2.microsoft.com/en-us/library/ms838543.aspx
177         * EXTLINUX: Correct reading directories with deleted entries.
178         * Shuffle library: correct the handling of certain geometries
179           (an upward move with source material blocking the move); as
180           required by sdi.c32 but theoretically possible for other
181           formats as well.
182         * Add "make netinstall" to install /tftpboot.
183         * Fix some documentation files that didn't get moved/renamed.
184
185 Changes in 3.62:
186         * Clean up garbage after "aborted." message.
187         * Clean up memdump.com filenames.
188         * Support SHA256 and SHA512 encrypted passwords.
189         * The shuffle library now can generate chained descriptors,
190           thus allowing pretty much arbitrarily complex memory maps.
191         * Handle command lines up to 2047 characters, the current
192           Linux kernel limit.
193         * vesamenu: support systems without linear framebuffer support
194           (sigh, what is this, 1993?) and 15-bit RGB modes.
195         * Move the label storage (for the command-line interface) to
196           high memory, removing the size limit and freeing up 64K of
197           low memory.
198         * Get rid of 4096-entry limit in the simple menu system.
199         * New hierarchial submenu support: see MENU BEGIN, MENU END,
200           MENU GOTO in doc/menu.txt.
201         * MENU QUIT allows creating a menu entry for returning to the
202           command line.
203         * ISOLINUX: Work around bug in certain Adaptec BIOSes,
204           patch by Bruce Robson.
205         * pngtopnm dependency removed from samples/ directory.
206         * Text documentation files (in doc/) renamed *.doc -> *.txt.
207
208 Changes in 3.61:
209         * EXTLINUX: fix crash when accessing an empty file.
210         * elf.c32: If a PHDR segment is present, load it.
211         * Fix SHA-1 and MD5 passwords.
212         * ISOLINUX: fix booting when mastered without
213           mkisofs -boot-info-table (broken since 3.50, sigh...)
214         * Handle BIOSes which emit multiple contiguous valid
215           memory regions in the e820 map.
216
217 Changes in 3.60:
218         * Support for "auxilliary data vector", a small amount of
219           writable storage.  Currently only supported for EXTLINUX,
220           but the infrastructure is there for the other derivatives,
221           assuming a suitable storage location can be found.
222         * EXTLINUX: boot-once support (--once, --clear-once, and
223           --reset-adv).
224         * A command is now required to the EXTLINUX installer, i.e. at
225           least one of --install, --update, --once, --clear-once, or
226           --reset-adv.
227
228 Changes in 3.55:
229         * PXELINUX: as per RFC 5071, PXELINUX no longer requires the
230           use of the magic cookie option (208) for unencapsulated
231           options.  Currently it does not require it for
232           vendor-encapsulated options (vendor-option-space) either,
233           but that MAY be reverted in the future if it causes
234           problems.
235         * Documentation text files moved to a common "doc" directory;
236           man pages from the Debian project added to the "man"
237           directory.
238         * Correct bug with self-overlapping memory areas when using
239           the shuffle interface.
240
241 Changes in 3.54:
242         * Add "menu separator", "menu indent", "menu disabled"
243           (see README.menu).
244         * vesamenu: fix handing of VESA modes with noncontiguous
245           memory buffers.  In particular, Qemu/KVM sets up such a mode
246           when Cirrus Logic emulation is enabled (which is the
247           default.)
248         * Support for calling real mode functions using far calls,
249           with argument on the stack.  This was implemented to support
250           the BIOS BBS specification, but subsequent experiments show
251           that the at least one of the most common BIOS cores, Award,
252           passes the presence check but doesn't actually implement the
253           functionality.
254
255 Changes in 3.53:
256         * Fix bugs related to the $PnP BIOS functionality on some
257           platforms.
258         * PXELINUX: Fix the "naked" version of :: (suppress prefix.)
259         * elf.c32: better error messages.
260         * Faster operation under Intel VT virtualization.
261         * PXELINUX: Fix DHCP bootfile option.
262         * mkdiskimage: Support more than 1024 cylinders.
263         * (Hopefully) fix installer on non-x86 platforms.
264         * Fix shuffle_and_boot_rm, used by linux.c32.
265         * Fix shuffle_and_boot_pm on 386/486.
266         * ISOLINUX (at least): fix bss memory overwrite hang.
267         * MBR: Fix booting from logical partitions.
268         * Code cleanups.
269
270 Changes in 3.52:
271         * Handle capitalized F-key commands in the menu system.
272         * Fix padding error when loading multiple ramdisks.
273         * Workaround for VMware crashing when trying to print a
274           message during early kernel boot (does not seem to work,
275           consider deleting.)
276         * chain.c32: add the ability to search for a specific MBR
277           signature at runtime.
278         * Fall back to the server identity option if the siaddr field
279           in the DHCP header isn't set.  This seems to match the
280           behaviour of most PXE stacks.
281         * mkdiskimage: give the generated disk image an MBR signature.
282         * MEMDISK: Fix failures on some BIOSes.
283         * Simple menu system: new "MENU HIDDEN" option to not display
284           the menu unless the user presses a key.
285         * Simple menu system: support MD5-encrypted passwords (modern
286           Unix standard style, with "$1$" prefixes.)
287         * pcitest.c32: now functions as a full "lspci".  Thanks to
288           Erwan Velu for this work.
289         * MEMDISK: Make EDD actually work.
290         * ISOLINUX: Fix for certain broken CD-ROM BIOSes which
291           randomly corrupted register FS.
292         * Simple menu system: fix memory overwrite bug that caused
293           some systems to lock up or behave weirdly.
294         * Fix building on 64-bit systems without a 32-bit libc installed.
295
296 Changes in 3.51:
297         * EXTLINUX: Fix failure to find the configuration file.
298
299 Changes in 3.50:
300         * New keywords allow the type of file to be specified in the
301           configuration file.
302         * It is now supported to load a different configuration file
303           with the CONFIG keyword.
304         * Fix API call 0x0019 (Read Disk.)
305         * MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows
306           internationalization of menu messages.
307         * A new feature, TEXT HELP, allows the administrator to set
308           a multi-line help message for individual selections.
309         * Fix API call 0x0012 (Cleanup, shuffle and boot.)
310         * New API call "Cleanup, shuffle and boot to flat protected mode"
311         * New API call "Cleanup, shuffle and boot to real mode",
312           similar to API call 0x0012 but allows arbitrary register setting.
313         * Introduce a library interface for loading arbitrary binary
314           formats with relatively easily understood code.  See
315           the elf.c32 module for an example on how to use it.
316         * New module "elf.c32", to load a protected-mode ELF kernel.
317         * MBR (old and new): Fix bug in CHS mode when LBA >
318           65535*sectors.
319         * vesamenu: fix decoding of palettized PNG images.
320         * Update the Linux kernel boot protocol.
321         * PXELINUX: Press Ctrl-N at the boot prompt to read out the
322           network info.
323         * Instead of the (non-existent) MAC, use the client identifier
324           for networks like Infiniband and Firewire/1394.
325         * Add a new INCLUDE command to the core syslinux parser.
326         * Allow binding help text to F11 and F12.
327         * F-key help now available in the simple menu system.
328         * Disabled the polling for ARP during idle.  It is simply too
329           slow on some (broken!) PXE stacks.
330         * PXELINUX: also try to fetch the config file based on UUID.
331         * SYSLINUX/EXTLINUX: New RAID mode (-r) which calls the BIOS
332           to load the next device (typically the next drive) on boot
333           failure.
334
335 Changes in 3.36:
336         * MEMDISK: Disable EDD by default on floppy disks.  EDD can be
337           enabled with the "edd" option and disabled with "noedd".
338           This (hopefully) should make Ghost work again.
339         * SYSLINUX: "unix" installer now uses Linux ioctls instead of
340           using libfat.
341         * New MBR which can boot from logical partitions.
342         * SYSLINUX: Fix bug in detecting special extensions which was
343           introduced in 3.35 :(
344         * PXELINUX: Unbreak chainbooting FreeBSD (and possibly others.)
345
346 Changes in 3.35:
347         * MEMDISK: New "safeint" mode.
348         * MEMDISK: Be more compliant with the PnP BIOS spec.
349         * MEMDISK: Turn on EDD support by default.
350         * MEMDISK: Try to work on some machines on which it would not
351           work when there was no floppy drive in the system.
352         * Simple menu system: fix serial console support (broken in
353           3.30).
354         * SYSLINUX: Support subdirectories.  Like ISOLINUX, the
355           "current directory" is the directory in which syslinux.cfg
356           is found; this is searched for in the sequence
357           /boot/syslinux, /syslinux, /.  As a side benefit, label names
358           like "linux-2.6.18" and "linux-2.6.19" are now supported.
359
360           To install ldlinux.sys in a subdirectory, pass the -d
361           directory option to the SYSLINUX installer.
362
363           This work was sponsored by slax.org (thanks, Tomas!)
364         * New API call: read disk.
365         * Invoke ONERROR on initrd load failure.
366
367 Changes in 3.31:
368         * The simple menu system (menu.c32 and vesamenu.c32) now
369           support loading more than one configuration file at a time,
370           using MENU INCLUDE or by specifying multiple filenames.
371         * The MENU COLOR statement can now control the shadowing mode.
372
373 Changes in 3.30:
374         * libcom32 extended to support graphics mode and graphical console.
375         * vesamenu.c32, new graphical version of the Simple
376           Menu System, see README.menu.
377         * New com32 modules by Erwan Velu do selection based on CPUID
378           or PCI devices present.
379         * RPM spec: add syslinux-tftpboot module; move syslinux by
380           default to the /usr/share/syslinux directory.
381         * RPM spec: extlinux is now a separate package.
382
383 Changes in 3.20:
384         * EXTLINUX: New options --install (-i) and --update (-U), to
385           make it clear if a boot loader should be installed or
386           updated.  For now, defaults to --install for compatibility;
387           a future version will require one of these options.
388         * New library functions to load and place files in memory.
389         * mboot.c32 bug fixes.
390         * Remove 8 MB kernel size restriction.
391         * Add "klibc" target for building unix/syslinux and
392           extlinux/extlinux with klcc (klibc-1.4.27 or later.)
393         * PXELINUX: Fail (and eventually reboot) if no configuration
394           file was found.
395         * COM32 module by Erwan Velu to make decisions based on DMI
396           info.
397         * Fix issue where going back and forth between menus a lot
398           would cause a hang.
399         * ISOLINUX: Fix bug which made "cd boot sectors" not work.
400
401 Changes in 3.11:
402         * MEMDISK: Fix bug by which accessing the real floppy disk
403           as B: in MS-DOS was broken.
404         * Simple menu system: allow tweaking of the screen layout.
405         * Simple menu system: better command-line editing, correctly
406           handle command lines above 256 characters.
407         * PXELINUX: revert memory allocation change that caused
408           problems on some network cards.
409         * MEMDISK: Try work around a bug on some BIOSes when no
410           physical floppy disk is present in the system.
411         * Enable the 16550A FIFOs, if present, when doing serial
412           console.
413         * New "totaltimeout" command establishes a timeout without
414           regard for any user input.
415         * Simple menu system: timeout behaviour now more in line with
416           user expectations.
417         * Simple menu system: "ontimeout" should now work correctly.
418
419 Changes in 3.10:
420         * gcc 4.0.1 compilation fixes.
421         * Add support for querying the PCI BIOS in libcom32
422           (used by ethersel et al.)
423         * Fix PCI handing (ethersel etc) on several old chipsets (and
424           VMWare.)
425         * Try to deal with systems with broken EBIOS.
426         * New API call to do "localboot".
427         * New API call to query features.
428         * New API call to run kernel image, a lower-level call than
429           "run command".  See comboot.doc.
430         * Fix for bug in EBIOS code discovered by Arwin Vosselman.
431         * NOESCAPE security fix.
432         * Comments are now recognized even without a space following #.
433         * Fix incorrect handling of mixes of entries with and without
434           MENU PASSWD.
435         * The idle API call now harmlessly returns failure if it is a
436           no-op.  That way the caller can decide whether or not to
437           bother invoking it again.
438         * Temporarily disable the idle API call on PXELINUX, due to
439           some platforms on which the idle API call seems to hang; this
440           problem has not yet been debugged.
441         * MEMDISK: the handling of DOSEMU-headered images was broken;
442           fix it.
443         * EXTLINUX: symlinks are now supported.
444         * Simple menu system: N and P now work correctly as hotkeys.
445         * MEMDISK: more BIOS bug workarounds.
446
447 Changes in 3.09:
448         * gcc4 compilation fix.
449         * <BEL> (Ctrl-G) in message files now causes a beep.
450         * Reduce the command line to 511 characters; 1023 caused
451           memory overflows.
452
453 Changes in 3.08:
454         * SYSLINUX: Fix performance regression (-s mode always
455           enabled.)
456         * Add API function for idle loop.
457         * libutil: Add do_idle() function for idle loop, make
458           get_key() use it.
459         * libutil: Add SHA-1 and base64 functions.
460         * Simple menu system: add password support.
461         * EXTLINUX: Sparse files now handled correctly.
462         * EXTLINUX: Large directories now handled correctly.
463         * ALL: At the prompt, Ctrl-X now forces text mode.
464         * Fix configuration file parsing error, that could cause
465           hangs.
466         * Rewritten advanced menuing system from Murali Ganapathy.
467         * MEMDISK: New "bigraw" mode to work around certain broken
468           BIOS flash programs.
469         * COM32 module to boot Multiboot systems, including Xen.  See
470           com32/modules/mboot.doc.
471         * Max command line changed to 1023 characters.  Note that the
472           kernel proper still can only handle 255 characters without
473           patching, and COM16 binaries can only handle 125 characters.
474
475 Changes in 3.07:
476         * Fix chainloading (chain.c32).
477         * Fix zlib build problem.
478         * Use a private copy of <linux/ext2_fs.h>.
479
480 Changes in 3.06:
481         * Fix typo that caused the ramdisk to load in the wrong place.
482
483 Changes in 3.05:
484         * New API function "shuffle and boot"; allows COM32 modules to
485           load or construct (almost) arbitrarily complex objects,
486           e.g. a kernel and its initrd/initramfs in pieces, and have
487           the API core reorganize memory for booting.  (A library API
488           for this function will be introduced in a later version.)
489         * The initrd= option now supports multiple filenames separated
490           by commas.  This is mostly useful for initramfs, which can
491           be composed of multiple separate cpio or cpio.gz archives.
492           (Note: all files except the last one are zero-padded to a 4K
493           page boundary.  This should not affect initramfs.)
494         * EXTLINUX: Fix API function 000Ah (get derivative-specific
495           info).
496         * libcom32/ethersel: Support PCI Config Mechanism #2 on
497           machines still infested with that hideous old hack.
498         * SYSLINUX: Fix directory-parsing bug.
499
500 Changes in 3.02:
501         * SYSLINUX: The "unix" installer now sets the MS-DOS
502           attributes (hidden, system, readonly.)
503         * COM32 library: build the .lnx (test modules for running
504           under Linux) as architecture native modules, in case
505           i386 devel libraries aren't installed.
506         * EXTLINUX: Hack for systems which don't have BLKGETSIZE64
507           defined in the standard header files.
508         * Simple menu system: minor aestetic improvements, and try to
509           work better over a serial console (speed, and readability on
510           monochrome terminal emulators.)
511         * New CONSOLE directive to control output on the video console
512           (useful for dealing with some broken serial-forwarding
513           BIOSes.)
514         * New com32 module "ethersel" for searching for an Ethernet
515           card and selecting the proper version of Etherboot.
516         * EXTLINUX: Allow the user to override the detected geometry.
517           Add help.
518
519 Changes in 3.01:
520         * EXTLINUX, SYSLINUX: Fix compile errors on some systems.
521         * EXTLINUX: Default to zipdrive geometry (64 heads, 32
522           sectors) if no other geometry can be detected.
523
524 Changes in 3.00:
525         * SYSLINUX: Support FAT32 and EDD.  As an unfortunate
526           consequence, LDLINUX.SYS is no longer an ordinary file; it
527           is block-mapped at install time, which means it can only be
528           written using the syslinux installers.
529         * SYSLINUX: Reorganize the source code for the installers;
530           each one of the installers (dos, win32, unix, mtools) is now
531           built in its own subdirectory.  In particular, "mtools" is
532           the unprivileged installer which uses mtools; "unix" is the
533           privileged installer which uses system calls.
534         * SYSLINUX: Completely rewritten DOS installer in C.
535         * ALL: "label" statement information is now stored in a
536           compressed format, which means that a lot more labels are
537           permitted (500-1000 in a typical configuration, but depends
538           on the complexity.)
539         * EXTLINUX: New derivative, which boots from an ext2/ext3
540           filesystem.
541         * SYSLINUX: The DOS and Win32 installers can now optionally
542           write the boot sector to a file instead of the real boot
543           sector.  This is not supported in the Linux installers,
544           however.
545         * ALL: New NOESCAPE command, disables the "hold down the Shift
546           key to display the prompt" behaviour.
547         * New simple menu system, as an alternative to the advanced
548           menu system already present.  See README.menu for details.
549         * PXELINUX: Filenames can now be prefixed with an IP address
550           or DNS name plus :: (e.g. 192.0.2.1::filename or
551           server.domain.com::filename), which downloads a file from an
552           alternate TFTP server, or just a :: (e.g. ::filename), which
553           suppresses the common pathname prefix.  See pxelinux.doc.
554         * SYSLINUX: Add an -m option to the DOS and Win32 installers
555           to write an MBR and -a to mark the partition SYSLINUX is
556           being installed on active.
557         * MEMDISK: Give a way to query the boot loader type while
558           running MEMDISK; see memdisk/memdisk.doc and
559           sample/mdiskchk.c.
560         * mkdiskimage: substantially improved mkdiskimage which, among
561           other things, can now be used to initialize USB keys as
562           zipdrives; see README.usbkey for more information.
563
564 Changes in 2.13:
565         * MEMDISK: Fix command-line parsing "brown paper bag" class
566           bug.
567         * MEMDISK: Add "raw" mode to support the DOS boot disk from
568           WinME/XP, which seems to deliberately crash the system
569           when someone uses the "INT 15h mover" highmem API.
570         * Make "make install" do something sane for the com32
571           development environment.
572         * In the spec file, create a separate -devel RPM for the com32
573           development environment.
574
575 Changes in 2.12:
576         * Simple C library, based on klibc, for writing COM32
577           programs.
578         * Fix the handling of file length in loading of COM32
579           programs.
580         * MEMDISK: Work around a linker bug by rearranging the code to
581           not use the linker for the 16-bit code.
582         * SYSLINUX: If we're building on a machine without a Win32
583           (mingw) compiler, just skip building syslinux.exe.
584         * ISOLINUX: Support non-mkisofs mastering programs, at least
585           as long as the image is single-session.  For best results,
586           ISOLINUX should be the only boot loader installed.
587         * MEMDISK: Allow the user to specify that the simulated disk
588           should be write-protected.
589
590 Changes in 2.11:
591         * ALL: Add an API call to get the configuration file name.
592         * SYSLINUX: Fix bug in 2.10 that prevented it from working
593           correctly for a lot of people.
594         * SYSLINUX: In the installer, make mtools a bit less fussy.
595         * Make the menu system compile with newer gcc's.
596
597 Changes in 2.10:
598         * MEMDISK: Handle images compressed with zip as well as with
599           gzip.  Some Windows-based image tools apparently generate
600           these kinds of images by default.  Patch by Patrick
601           LoPresti.
602         * Major menu improvement from Murali Ganapathy.
603         * ISOLINUX: Wonderfully sick and brilliant workaround for
604           severe bugs in certain Award BIOSes; from Knut Petersen.
605         * SYSLINUX: Fix for the nomtools installed, from Frederic
606           Pasteleurs.
607         * PXELINUX: Fix handling of IP numbers in the ranges
608           100-109 and 200-209.
609         * ALL: New option "allowoptions" (defaults to 1), which
610           controls if options are allowed on the command line or not.
611         * SYSLINUX: Support building under klibc (see the klibc
612           distribution for details.)
613
614 Changes in 2.09:
615         * SYSLINUX: Remove residual setuid crap from
616           syslinux-nomtools.
617         * Handle video pages correctly when using the API functions.
618         * Handle compiling on an x86-64 platform correctly.
619         * Menu system from Murali Krishnan Ganapathy; see the menu
620           directory for information.
621         * COMBOOT: Allow COMBOOT programs to change screen text mode.
622         * COMBOOT: Correct the documentation of how to detect
623           SYSLINUX from COMBOOT!!!!
624         * COMBOOT: Fix "get key without echo" API function.
625         * SYSLINUX: Fix bug that affected the API open function.
626         * ALL: Improve the E820 memory parser, to work around some
627           buggy BIOSes.
628
629 Changes in 2.08:
630         * Add new configuration command "ontimeout" to allow timeout
631           to have a different action than just pressing Enter.
632         * Add new configuration command "onerror" to allow a custom
633           command to be executed in case the kernel image is not found.
634         * Fix bugs in the COMBOOT/COM32 command-line parsing.  APPEND
635           now works with COMBOOT/COM32 images.
636         * PXELINUX: Poll for ARP requests while sitting at the
637           prompt.  This makes some boot servers a lot less unhappy.
638         * PXELINUX: Actually free sockets when we get a failure
639           (including file not found.)  This bug would cause us to run
640           out of sockets and thus "go deaf" after a while.
641         * MEMDISK: Add an API to query for the existence of MEMDISK.
642         * SYSLINUX: Fix loading boot sectors (.bs/.bss) from floppy
643           disk.
644         * .c32 is now one of the extensions searched for
645           automatically.
646         * PXELINUX: RFBG.exe seems to randomly overwrite memory
647           location 0x5700.  Thus, don't use it!
648         * PXELINUX: Change pathname length max from 63 to 127; change
649           max vkernels from 128 to 64.
650         * Support Ctrl-U -> kill entire command line input.
651         * The "samples" directory contains a (barely at all tested)
652           chain loading example, chain.c32, which may be used to
653           chainload local floppy disks and hard disks.  Use with
654           "chain fdN" or "chain hdN [partition]"; N = 0 for the first
655           drive of each type.
656
657 Changes in 2.07:
658         * MEMDISK: Workaround for BIOSes which go into a snit when
659           they get a RESET command for the floppy system when there is
660           no floppy in the system.
661         * PXELINUX: Add "ipappend 2", which passes the hardware
662           address of the boot interface to the kernel as a
663           command-line option.
664         * mkdiskimage: fix the generation of the end limit.
665         * PXELINUX: Fix multiple bugs in chainloading of other NBPs.
666         * MEMDISK: Fix bug that would occationally cause "ran out of
667           input data" when using compressed disk images.
668         * SYSLINUX: Updates for the win32 installer (from Lars Munch.)
669         * PXELINUX: PXELINUX-specific options are now recognized both
670           in a vendor-option-space (a.k.a. type 43 encapsulated) as
671           well as in a site-option-space (unencapsulated.)
672         * COM32: Don't crash when DS != 0.
673         * COMBOOT/COM32: Make file reading work correctly.  Thanks to
674           Phung Chi Kien for submitting a test program.
675
676 Changes in 2.06:
677         * ALL: Fix problem that would occationally cause a
678           boot failure, depending on the length of the kernel.
679         * ISOLINUX: Fix problem that would occationally cause a
680           boot failure, depending on the length of directories.
681         * SYSLINUX: Win32 installer now flushes buffers.
682         * ppmtolss16: Be fully compliant with the PNM spec;
683           actually process comments in the header and odd
684           alignments of the various parameters, as well as
685           "plain" (not raw) files and PBM and PGM files.
686         * PXELINUX: Lower the default MTU to 1472 in order to deal
687           with systems with slightly nonstandard MTUs, and PXE
688           stacks which don't defragment correctly.  Unfortunately this
689           is very hard to test dynamically.
690
691 Changes in 2.05:
692         * PXELINUX: Add a default query based on the hardware address
693           of the boot device.  This is in lower case hexadecimal form
694           separated by dashes and including the hardware type, for
695           example, the Ethernet (type 1) address 88:99:AA:BB:CC:DD
696           would query the file pxelinux.cfg/01-88-99-aa-bb-cc-dd.
697         * PXELINUX: Fix bug involving non-IP-based config file names.
698         * SYSLINUX: New installer for WinNT-based systems, from Lars
699           Munch.
700         * MEMDISK: Fix handling of memory region overlap when
701           decompressing.  Thanks to Mikhail Kupchik for identifying
702           the problem.
703
704 Changes in 2.04:
705         * ALL: Reclaim even more low memory by observing that
706           comboot_seg == real_mode_seg is perfectly fine, and by the
707           fact that the 1000h segment managed to get unused in all
708           derivatives...
709         * PXELINUX: Attempt to negotiate full Ethernet-sized blocks
710           (1468 bytes) using the blksize option.
711         * SYSLINUX: Resurrect the old no-mtools version of the
712           installer, although as a root-only tool.  Some distributors
713           have indicated that they need a small standalone installer.
714         * MEMDISK: Fix a memory offset computation error when
715           installing compressed disks which generally would cause
716           1 MB of memory to be wasted.
717         * MEMDISK: Fix installing the E820 memory map.  Calling
718           INT 15h AX=0E820h with MEMDISK 2.03 loaded would give a
719           completely corrupt memory map.
720         * SYSLINUX: Make libsyslinux a dynamic library, so that it can
721           be updated separately from client programs.  The whole idea,
722           after all, is to enable alternate programs to become
723           syslinux installers.
724         * Include an rpm spec file in the distribution, so rpmbuild
725           -ta works.
726
727 Changes in 2.03:
728         * Actually support comment lines in the configuration file.
729         * PXELINUX: Try to resolve some problems with stack switches.
730         * PXELINUX: Handle PXE stacks with broken routing.
731           With these workarounds, the remote install PXE boot floppy
732           (rbfg.exe) from Argon Technologies should work correctly.
733         * Fix problems with Perl scripts in UTF-8 locales.
734         * You probably need NASM 0.98.34 or later to compile this
735           version.  0.98.36 is recommended.
736         * MEMDISK: Now supports gzip compressed images.
737
738 Changes in 2.02:
739         * SYSLINUX: Security flaws have been found in the SYSLINUX
740           installer when running setuid root.  Rewrite the SYSLINUX
741           installer so it uses mtools instead.  It therefore now
742           requires mtools (specifically mcopy and mattrib) to exist on
743           your system, but it will not require root privileges and
744           SHOULD NOT be setuid.
745
746 Changes in 2.01:
747         * MEMDISK: Fix memory sizing bug when the ramdisk crosses the
748           16 MB boundary.
749         * MEMDISK: Add a "pause" option to stop immediately before
750           booting, to read off the messages.
751         * MEMDISK: Support disk images with DOSEMU headers.
752         * Update the mkdiskimage script to handle newer mtools
753           versions, and be able to generate disk images with DOSEMU
754           headers (controlled by the -d option).
755         * Fix the COM32 sample program.
756         * PXELINUX, ISOLINUX: Fix some COMBOOT API calls.
757         * PXELINUX: Doc fix.
758         * Build SYSLINUX into a small library for encapsulation into
759           other programs (however, please keep in mind this is a GPL'd
760           library.)
761         * SYSLINUX: Make installer work with "owner" in /etc/fstab.
762         * SYSLINUX: Fix issue with working on nonpartitioned hard disk
763           devices.  THIS CONFIGURATION IS NOT RECOMMENDED.
764
765 Changes in 2.00:
766         * ALL: Add support for "COM32" (32-bit COMBOOT) images.
767         * ALL: Add an API for COMBOOT/COM32 images.  See comboot.doc
768           for details.  There is a C development environment for
769           COM32 being created; it should be ready at some point in
770           the future.
771         * Fix mbr.asm so that it actually works.
772         * SYSLINUX: The syslinux installer *SHOULD* now be safe to
773           run setuid root.
774         * PXELINUX: Fix bug where PXELINUX would override random
775           chunks of the UNDI code segment!  Thanks to Kevin Tran for
776           finding this bug.
777         * ISOLINUX: Fix a bug related to slashes in pathnames.
778         * ISOLINUX: Fix a bug in handling initrds over 128 MB.
779         * ALL: Make the <Ctrl-V> key print out the version; this is
780           to help debugging.
781         * Add a small script, mkdiskimage, to create a DOS-formatted
782           hard disk image using mtools.  This may be useful in
783           conjunction with MEMDISK.
784         * ISOLINUX: Search for a /boot/isolinux directory as well as
785           /isolinux.
786         * ALL: Fix a bug related to very long configuration files.
787         * PXELINUX: Work around a NASM bug which would result in no
788           delay before reset if an error occurs.
789
790 Changes in 1.76:
791         * ISOLINUX: Remove code no longer used which caused hangs on
792           some Toshiba laptops.
793
794 Changes in 1.75:
795         * ALL: NASM 0.98.32 or later is now required to build
796           SYSLINUX from sources.
797         * SYSLINUX: put back in the workaround for the BIOS floppy
798           table.  This seems to be a requirement for "extended" floppy
799           formats to work correctly.
800         * SYSLINUX: No longer warn if one is trying to boot on a 286
801           or older.  The above BIOS workaround no longer fits if the
802           requirement to use only 8086-compatible code in the early
803           boot is maintained.  It made sense in 1994, but in 2002 a
804           286 or older is a museum object.
805         * SYSLINUX: Use a downright bizarre, stateful algorithm to try
806           to guess the maximum transfer size.  I am *hoping* this will
807           cut down on the number of systems for which -s is required
808           to work at any acceptable speed.
809         * ISOLINUX: Add a few more workarounds for various broken El
810           Torito BIOSes.
811         * Make sure .depend files aren't accidentally packed...
812         * ALL: Fix bugs in the extension-detect code; this caused
813           files like COMBOOT images and CD boot sectors to be
814           mis-identified as Linux kernels and rejected.
815         * ALL: Fix the return from COMBOOT.
816         * ALL: Do some of the early groundwork for supporting DOS
817           system calls in COMBOOT.
818         * Get rid of unnecessary "near" directives, making the code
819           bigger.
820         * PXELINUX: Put the PXE stack back in the init state before
821           invoking a chain-loaded NBP.
822         * PXELINUX: Actually found the combination of calls that
823           allows some (most?) PXE 2+ stacks to be unloaded from memory
824           properly.
825         * PXELINUX: Add "keeppxe" command-line option to disable
826           the standard unloading of the PXE stack.
827
828 Changes in 1.74:
829         * SYSLINUX: fix bug that would cause valid kernel images to be
830           labelled "invalid".
831
832 Changes in 1.73:
833         * Work on removing gratuitous differences between modules.
834         * Break up the source in common and module-specific files.
835         * PXELINUX: Allow chaining of other PXE NBPs.
836         * ISOLINUX: Allow loading "CD-ROM boot sectors".
837         * ALL: generalize the definition of a boot sector/NBP.
838
839 Changes in 1.72:
840         * PXELINUX, ISOLINUX: Fix bugs in the new core code.
841
842 Changes in 1.71:
843         * Fix a "brown paper bag" class bug in the new core code.
844
845 Changes in 1.70:
846         * Major code restructuring.
847         * Relax the conventional memory limits somewhat.
848         * MEMDISK: Set up the "version number string" pointer in the
849           header correctly.
850         * SYSLINUX: Fix, again, "the bug that won't die": the use of
851           the offset parameter with the SYSLINUX installer.
852         * SYSLINUX: Fix possible superblock corruption problem in the
853           SYSLINUX installer.
854
855 Changes in 1.67:
856         * Handle bug in the location of initrd.
857
858 Changes in 1.66:
859         * MEMDISK: Make compile with newer versions of gcc.
860
861 Changes in 1.65:
862         * ISOLINUX: Support booting disk image files (to boot DOS or
863           other non-Linux operating systems), *IF* the BIOS works
864           correctly; unfortunately many BIOSes apparently don't.
865         * Support Linux boot protocol version 2.03 (explicitly
866           specify the initrd address limit.)
867         * Handle small "pseudo-kernels"; images that use the Linux
868           kernel boot protocols but are less than 64K in size.
869         * MEMDISK: New subsystem; this is a driver which allows
870           legacy OSes to boot using an in-memory simulated disk.
871           See memdisk/memdisk.doc for more info.
872         * PXELINUX, ISOLINUX: Correctly handle files larger than 65535
873           blocks (32 MB for PXELINUX, 128 MB for ISOLINUX.)
874         * PXELINUX: Make a best-effort attempt at freeing all memory
875           claimed.  From the looks of it, it will fail on most PXE
876           stacks.
877
878 Changes in 1.64:
879         * Limited support for hardware flow control when using a
880           serial port console.
881         * Support specifying the serial port I/O address explicitly.
882         * Make DOS installer hopefully behave more nicely when used on
883           recent Windows versions.
884         * Fix returning to text mode when a font has been specified.
885         * Attempt to detect missing serial port hardware and disable
886           the serial port if there is nothing there.
887
888 Changes in 1.63:
889         * Make the ppmtolss16 program handle color conversion more
890           correctly.
891         * Clean up "make install" target, honour INSTALLROOT if it
892           exists.
893         * SYSLINUX: Fix stack-smash bug identified by Steffen
894           Winterfeldt.
895         * Hopefully fix return-to-text-mode on some graphics cards.
896         * ISOLINUX: Bug workaround for Award BIOS 4.51, and perhaps
897           other buggy BIOSes as well.
898
899 Changes in 1.62:
900         * PXELINUX: Allow the DHCP server to override the
901           configuration file name and pathname prefix, using
902           "site-specific" DHCP options.
903         * PXELINUX: Documentation fixes.
904         * PXELINUX: Fix the "ipappend" option; the last two values
905           were reversed vs. what the kernel expected.
906         * Introduce a way to return to text mode once we are already
907           in graphics mode.  This may be useful for F-key help
908           screens.
909         * Fix several bugs in the way return to text mode was handled.
910
911 Changes in 1.61:
912         * ISOLINUX: Support full pathname searches.  Max length for a
913           pathname is 255 characters.  As a result, only 64 "label"
914           statements are supported in ISOLINUX.
915         * PXELINUX: Max filename length extended to 63 characters.
916
917 Changes in 1.60:
918         * Add support for graphical splash screens.
919         * Add mode control characters, which allows you to control
920           message display output depending on output mode (text,
921           graphics, or serial port.)
922         * ISOLINUX: New program, which boots Linux from a CD-ROM
923           without using floppy emulation mode.  See isolinux.doc for
924           more details.
925         * PXELINUX: Don't search for boot sector file types, since
926           they don't work anyway.
927         * SYSLINUX: Document the LOCK command for Win9x, and the error
928           dialog box for WinNT/2K.
929
930 Changes in 1.54:
931         * PXELINUX: Fix code for finding !PXE from PXENV+.  This was
932           due to a spec bug; match the most recent spec since that
933           seems to be what implementations actually do.
934         * SYSLINUX: Add some smarts to the boot sector, which
935           hopefully should reduce the number of systems which require
936           stupid mode ("syslinux -s").
937         * PXELINUX: Document further some of the pathologies with old
938           PXE stacks.
939         * When specifying a "default" command line, no longer
940           automatically appent "auto".  See the "DEFAULT" command in
941           syslinux.doc for more information.
942         * PXELINUX: Clean up the allocation of local socket numbers.
943
944 Changes in 1.53:
945         * PXELINUX: Rename pxelinux.bin to pxelinux.0, to match what
946           most PXE servers seem to expect.
947         * PXELINUX: Update the DHCP/boot server setup documentation.
948         * PXELINUX: Support new "localboot" option for "label"
949           sections.
950         * PXELINUX: More robust parsing of DHCP/boot server packets.
951         * PXELINUX: Include a small utility program "gethostip" to
952           compute hexadecimal IP addresses.
953
954 Changes in 1.52:
955         * PXELINUX: Fix bugs introduced by new A20 code.  (SYSLINUX
956           has also been changed for code consistency reasons, but I'm
957           pretty sure the changes are don't care on SYSLINUX.)
958         * Documentation updates.
959         * PXELINUX: Add "ipappend" option to generate an ip= option to
960           the kernel.
961
962 Changes in 1.51:
963         * PXELINUX: Not all PXE stacks fill in the IP address for a
964           type 3 cached info query.  Use a type 2 cached info query
965           for this information (only.)
966         * Yet another attempt at A20 coding.  Now support BIOS call
967           15:2401 as well, and handle machines which always have A20
968           on separately.
969         * Support memory detection using INT 15h, AX=0E820h.  BIOS
970           manufacturers have apparently gotten sloppy about keeping
971           INT 15h, AX=0E801h working properly.
972         * Don't issue <CR><LF> onto the serial port when we're doing
973           screen wraparound.
974
975 Changes in 1.50:
976         * Yet another A20-code update.  It seems some "legacy-free"
977           machines and embedded gear simply don't have a KBC to talk
978           to, and that waiting for one will wait forever.  Sigh.
979
980 Changes in 1.49:
981         * SYSLINUX: Implement a hack for BIOS drivers which hog significant
982           chunks of low memory during boot.  (Note: PXELINUX already
983           had this modification.  SYSLINUX does still require that the
984           low 512K is available; PXELINUX requires 384K.  Machines
985           with a physical memory hole in the low 640K cannot boot
986           Linux no matter what.)  Depending what the reason is for the
987           memory hole, a new kernel (2.4.0-test3-pre3 or later) may be
988           required.
989         * SYSLINUX: Default installer binary now compiled against
990           glibc 2.1.  If this is inappropriate for your system and you
991           still want to use the offical version of SYSLINUX, please
992           follow the instructions in "distrib.doc" to rebuild the
993           installer.
994         * SYSLINUX: Linux installer program now supports -o <offset>
995           option which does a loopback mount with the
996           -o loop,offset=<> option.  Useful to run SYSLINUX on an
997           individual partition of a whole-harddisk image.
998         * Include the source code to a Master Boot Record (MBR)
999           functionally equivalent to the one installed DOS except it
1000           includes EBIOS support, and should be resistant to geometry
1001           changes.  The MBR code is public domain.
1002         * PXELINUX: Fix "double p" bug: if the tftp prefix was null,
1003           all filenames would get a "p" preprended, e.g.
1004           "ppxelinux.cfg" and "pvmlinux".
1005
1006 Changes in 1.48:
1007         * PXELINUX: Workaround for PXE ROMs based on the Intel PXE PDK
1008           3.0 build 071 and earlier: missing !PXE structure pointer.
1009         * PXELINUX: Handle larger BOOTP/DHCP packages.
1010         * PXELINUX: The command line passing was broken; fix.
1011         * PXELINUX: Make COMBOOT images work.
1012         * PXELINUX: Documentation on how to make booting work using
1013           the PDK 3.0-derived clients, which aren't so generous as to
1014           allow booting with only "PXEClient" specified.
1015
1016 Changes in 1.47:
1017         * PXELINUX: RFC 1123 states that a TFTP implementation MUST
1018           use adaptive timeout, "at least an exponential backoff of
1019           retransmission timeout is necessary."  Implement a very
1020           simple exponential backoff for retransmits.
1021         * PXELINUX: Updated documentation, including pointer to new
1022           TFTP server.
1023         * PXELINUX: When sending ERROR due to bad OACK, use the proper
1024           destination port number (why are TFTP port numbers so odd?)
1025         * PXELINUX: If the boot dies in the middle somewhere,
1026           eventually give up and reset the machine (unattended
1027           operation.)
1028
1029 Changes in 1.46:
1030         * New program PXELINUX to do network booting using a
1031           PXE-compliant (Pre-Execution Environment) network booting
1032           PROM.  See pxelinux.doc for details.
1033
1034 Changes in 1.45:
1035         * Serial console support.  See syslinux.doc for details.
1036
1037 Changes in 1.44:
1038         * Change HIGHMEM_MAX to 38000000h to (hopefully) avoid the
1039           kernel stepping on it; 3f000000h was apparently a higher
1040           limit than the kernel used!
1041
1042 Changes in 1.43:
1043         * Add sys2ansi.pl script to display the contents of a
1044           colorized SYSLINUX file.
1045         * Changed the io_delay once again, after a report that the
1046           old delay port causes hangs on some systems.
1047
1048 Changes in 1.42:
1049         * Frob the "fast A20 gate" port as well as the keyboard
1050           controller; will this help systems with problems?
1051         * Be even more paranoid about A20, unfortunately even this
1052           seems to be not paranoid enough... what I don't understand
1053           is that if there is hardware out there *this broken*, how
1054           can it run Linux at all?  Report an error message rather
1055           than hang forever if A20 is stuck.
1056         * Include some intermediate files in the distribution, plus
1057           provide a "make installer" target for distributors to relink
1058           the install programs only.  I would prefer the syslinux boot
1059           loader proper to be "binary clean" for debuggablity -- use
1060           "make clean ; make installer" to rebuild the installers only.
1061
1062 Changes in 1.41:
1063         * Don't get confused by directories, volume labels, or VFAT
1064           long names.
1065         * Use INT 15h, AX=0E801h to query memory size before trying
1066           INT 15h, AH=88h.  This not only provides more headroom
1067           between the kernel and the initrd on large-memory machines,
1068           but it appears some recent BIOSes actually have started
1069           returning garbage for the AH=88h (older) call.
1070         * Trust high memory beyond the 15 MB mark if the user has
1071           specified it, or if obtained with INT 15h, AH=0E801h (with
1072           no memory holes above 1 MB.)
1073
1074 Changes in 1.40:
1075         * Increase A20M delay and put in a test to avoid problems on
1076           certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
1077           for vital info on this one.)
1078         * Support COMBOOT style boot command images.
1079         * Support chain loading (foreign operating systems, e.g. DOS).
1080         * Include a new "copybs" DOS utility to copy a boot sector to
1081           a file (under Linux, use "dd".)
1082         * Fix the DOS installer to work for disks over 32 MB.
1083         * SYSLINUX should now handle disks with more than 65536 tracks.
1084
1085 Changes in 1.37:
1086         * Fix a bug that caused "label" statements in syslinux.cfg to
1087           not be handled properly.
1088         * Updated the documentation.  Among other things, we now allow
1089           up to 128 "label" statements.
1090
1091 Changes in 1.36:
1092         * Fix for booting old (pre-initrd) kernels.
1093         * It seems at least some versions of OS/2 doesn't set up all
1094           the fields in the superblock correctly.  Account for that.
1095         * Fix bug that caused boot failure when using the mem= option.
1096
1097 Changes in 1.35:
1098         * Loading from partitions now should work properly.  (Actually
1099           tested, this time.  You should even be able to dd a floppy
1100           to a partition and boot from it.)
1101         * Removed large workaround code for an alleged ancient BIOS
1102           bug I have never actually seen.  The -s option should work
1103           on those machines, anyway.
1104         * Support for simple keyboard remappings, same as used by
1105           LILO (once again to support localization.)  The program
1106           keytab-lilo.pl from the LILO distribution included to
1107           generate such maps.
1108         * Added a "safe, slow and stupid" (-s) option to the
1109           installers.  This option will lobotomize the boot sector to
1110           hopefully work on even very buggy BIOSes.
1111
1112 Changes in 1.34:
1113         * Ability to load a VGA font on bootup (for localized Linux
1114           distributions.)
1115
1116 Changes in 1.33:
1117         * Bug fix in the Linux installer.
1118         * Added a workaround for a bug in certain AMI/Intel BIOSes
1119           when booting from CD-ROM.
1120         * Documentation changes.
1121
1122 Changes in 1.32:
1123         * FAT16 filesystems are now supported.
1124
1125 Changes in 1.31:
1126         * Now compiles under Linux, using NASM, rather than using
1127           Turbo Assembler under DOS.  See http://www.cryogen.com/Nasm
1128           for information about NASM.
1129         * Linux-hosted SYSLINUX installer, as well as a
1130           rewritten DOS installer (now is written in assembler, so we
1131           don't need Turbo C.)
1132
1133 Changes in 1.30:
1134         * Added support for loading bzImage and initrd loading, and made
1135           SYSLINUX new-setup-code aware (SYSLINUX 1.30 id=0x31).
1136         * Added LILO-style kernel labels; see the LABEL and IMPLICIT
1137           keywords in README file.
1138         * Added support for colorization of intro and help screens.
1139         * The vga= option is now handled correctly.
1140         * Massive rewrite of large chunks of the code in order to
1141           support the first two new features.
1142
1143 Changes in 1.20:
1144         * Added simple online help at the "boot:" prompt.
1145         * Removed 2880K image as I no longer have access to such a
1146           floppy drive.  (Donations accepted!!)
1147         * Decided to distribute the source in a subdirectory rather
1148           than in a nested zipfile.
1149
1150 Changes in 1.11:
1151         * Removed a sanity check which would cause booting to fail on
1152           Phoenix BIOS version 4.03.  Apparently this BIOS is buggy.
1153
1154 Changes in 1.10:
1155         * Added configuration file SYSLINUX.CFG.  This file contains all
1156           configurable options, and can be edited from any OS which can
1157           access an MS-DOS filesystem; there is no longer a need to run
1158           SYSLINUX.EXE except to write the boot sector.
1159         * Default command line now given by "default" line in config
1160           file.
1161         * LINUXMSG.TXT and BOOTMSG.TXT hard-coded file names replaced by
1162           "display" and "prompt" lines in config file.
1163         * LILO-style option appending now supported ("append" line in
1164           config file).
1165         * Prompt timeout is now supported ("timeout" line in config
1166           file).  The timeout is cancelled when anything is typed on the
1167           command line.
1168         * Pressing <ESC> or <Ctrl-C> at the Loading... stage now aborts
1169           the kernel loading in progress and returns the user to the
1170           boot: prompt.
1171         * The installer now automatically sets the READONLY flag on
1172           LDLINUX.SYS.
1173         * Added 2880K disk image.
1174
1175 Changes in 1.03:
1176         * Fixed bug that would prevent booting from double-density
1177           floppies and other DOS filesystems with multiple sectors per
1178           cluster.
1179         * Added 720K disk image.
1180         * Changed default kernel name on disk images to LINUX.
1181
1182 Changes in 1.02:
1183         * Fixed bug that would garble the command line on recent kernels
1184           with more than 4 sectors of setup code (this wasn't really a
1185           *bug*; rather, a kernel change broke the code.  Unfortunately
1186           the Linux boot interface is still sorely undocumented).
1187         * Added BOOTMSG.TXT file support (message file which does not
1188           force display of the boot prompt).
1189
1190 Changes in 1.01:
1191         * Fixed bug on some (most?) 386 BIOSes would require two boot
1192           attempts.