Merging upstream version 6.00+dfgs.
[syslinux-debian/hramrach.git] / NEWS
blob12aa29a0d8141a1654bcb26aea98824c9369342f
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.
5 Changes in 6.00:
6         * Add support for booting from EFI.
7         * EFI TCP/IP support. This allows the EFI backend to hook into
8           the generic TFTP, HTTP and FTP functionality.
10 Changes in 5.10:
11         * PXELINUX: An entirely new network implementation based on
12           the lwIP embedded TCP/IP stack.  As a result, plain PXELINUX
13           can now support HTTP and FTP without gPXE/iPXE.  ls/readdir
14           functionality is supported over HTTP with an indexing
15           webserver, or over FTP with most common FTP servers. For the
16           new network stack use lpxelinux.0. For the legacy stack use
17           pxelinux.0.
18         * Rename the "ipappend" option to "sysappend" ("ipappend" is
19           still accepted as an alias) and make it available for all
20           derivatives.  Add additional strings derived from the system
21           DMI/SMBIOS information if available.
22         * "sysappend" strings are also sent as http cookies, with the
23           prefix _Syslinux_ added, on all http transfers.  This can be
24           overridden with the SENDCOOKIES configuration file command.
25         * poweroff.c32: A new module to power off a system via APM. It
26           replaces the poweroff COMBOOT module (Sebastian Herbszt).
27         * PXELINUX: Fix booting with DHCP options 209 and 210 which was
28           broken in 5.00.
29         * Handle loading kernel images with no protected mode code. A
30           legitimate kernel image can consist solely of real-mode code.
31           The support for booting such images was broken in 5.00 (Josh Triplett).
32         * Fix a regression in the .psf font file loader introduced
33           in 5.00.
35 Changes in 5.01:
36         * txt/: A new AsciiDoc documentation set (work-in-progress)
37           (Gene Cumm).
38         * core: Fix a bug in the realloc() implementation that caused
39           machines to appear to run out of free memory.
40         * ldlinux: Fix multiple buffer overflows in cmdline parsing
41           code that resulted in files failing to run and cmdlines
42           being truncated.
43         * core: Fix debug build by tagging __bad_SEG() with __export.
44         * com32: Restrict library filenames to 8.3 format.
45         * EXTLINUX: Fix installation and subdirectory patching.
46         * ISOLINUX: Fix booting isohybrid images that are over 32K.
47         * com32: Strip modules to reduce their size.
48         * XFS: Implement directory block cache and fix
49           shortform-directory lookup (Paulo Alcantara).
51 Changes in 5.00:
52         * com32: Switched from the COM32 object format to ELF as it is
53           a much more powerful format that allows undefined symbols to
54           be resolved at runtime and dynamic loading of module
55           dependencies, which means modules now become shared object
56           files instead of statically linked binaries - reducing both
57           disk space and runtime memory consumption.
58         * core: Split non-core functionality into ldlinux.c32, which
59           is an ELF module loaded by the core that contains everything
60           the core doesn't require to boot the system, e.g. config
61           parser, command-line interface, etc.
62         * Replaced __intcall() calls with direct function calls now
63           that we can resolve undefined symbols at runtime, thanks to
64           the ELF object support. Now that we no longer need to go
65           through the 16-bit interrupt mechanism we can make full use
66           of the 32-bit execution environment. This change required
67           reimplementing lots of the 16-bit assembly code from core/
68           in C.
69         * com32: __com32.cs_bounce is gone now we always run in a
70           32-bit environment once we execute ldlinux.c32.
71         * ldlinux: A new "PATH" directive was added to the ldlinux.c32
72           config parser that specifies a colon-separated list of
73           directories to search when attempting to load modules.
74         * ALL: Delete all references to/code for 16-bit COMBOOT files.
75           COMBOOT files (.cbt and .com) are no longer supported under
76           Syslinux.
78 Changes in 4.06:
79         * Support for NTFS, by Paulo Alcantara.
80         * EXTLINUX: more robust device detection, allow user to override.
81         * kontron_wdt.c32: Add a new module to enable the hardware
82           watchdog of some Kontron boards. It allows enabling the watchdog
83           and then booting a given image.
84         * HDT updated, and now can display images regarding some detection
85           steps. Add postexec command to run a particular entry after
86           HDT's execution, add silent option and various fixes.
87         * ifcpu.c32: Detect hypervisor presence.
88         * lua.c32: Add dhcp support and support for native Syslinux
89           functions syslinux_config(), syslinux_ipappend_strings() and
90           syslinux_reboot().
91         * isohybrid: Workaround for various EFI systems.
92         * pxechn.c32, a PXE NBP chainloader.  More versatile alternative
93           to pxechain.com and resolves the PXELINUX -> WDS issue with
94           Microsoft Windows Server 2008R2 (Gene Cumm).
95         * btrfs: Fix booting off of a subvolume.
96         * com32: Add device tree support.
97         * SYSLINUX: Fix relative paths for VFAT. The CONFIG and APPEND
98           directives now support entirely relative paths.
100 Changes in 4.05:
101         * HDT updated, and now supports uploading data to a TFTP
102           server.
103         * ISOLINUX: remove the .img file support; it has been broken
104           on virtually all systems since the beginning, and has been
105           totally broken since 4.00 at least.  Use MEMDISK instead.
106         * chain.c32: Support chaining ReactOS' FreeLdr (Shao Miller)
107         * isohybrid: -m option to add support for Mac EFI booting.
108         * ifmemdsk.c32: Choose boot option based on presence of
109           MEMDISK.
110         * Remove bogus distributed mk-lba-img binary.
111         * The Syslinux project has a new, cool logo by Abi
112           "ixxvil" Rasheed (doc/logo/*).
114 Changes in 4.04:
115         * PXELINUX: Fix handling of unqualified DNS names.
116         * PXELINUX: Fix timer bug when PXELINUX might be unloaded
117           (Gene Cumm).
118         * core/writedec.inc: Fix duplicate declaration and overflow
119           (Gene Cumm).
120         * GCC 4.5 fixes.
121         * sample directory: Fix Makefile include (Gene Cumm).
122         * ver.com: New universal DOS/COMBOOT application to display
123           version information (includes DRMK) (Gene Cumm).
124         * rosh.c32: updated; Using getopt() for internal commands to aid
125           parsing options; Fix bugs in ls; add warm reboot and echo
126           (Gene Cumm).
127         * com32: fix a file descriptor leak.
128         * gfxboot.c32: handle TEXT..ENDTEXT; error out on no LABELs
129           found (Sebastian Herbszt).
130         * Fix booting on non-partitioned devices.
131         * MBR, isohybrid: Workaround for a BIOS issue on Acer
132           Travelmate and possibly other machines.
133         * COM32: Adding ACPI parsing libary
134         * HDT: Release 0.4.1 to support ACPI parsing, 
135           improved mutli-core/cpu reporting 
136         * LUA: Updating to 5.1.4-2
137         * SYSLINUX: core/diskstart.inc: Reset DS after checksum in case
138           it isn't 0 (Gene Cumm).
139         * win64: Script update for additional mingw compiler names
140           (Gene Cumm).
141         * diag: New directory for diagnostic-related tools.  Add a
142           handoff MBR/VBR and geometry display images (Gene Cumm).
143         * MEMDISK: use "mem=" parameter to mark available memory above
144           this point as reserved (core already does alignment) (Gene Cumm).
145         * MEMDISK: Additional disk probe checks and debug output
146           (Shao Miller, Gene Cumm).
147         * gpxe: add gpxelinuxk.0, based off of undionly.kpxe + new
148           script (Gene Cumm).
149         * isohybrid: install the isohdpfx*.bin/isohdppx*.bin files to
150           make isohybrid images in one step with GNU xorriso.
151         * PXELINUX: disable a hack that would make localboot work on
152           some machines, but break just about as many.  Some machines
153           which worked with "localboot 0" in previous versions may
154           need "localboot -1" in this one.  If you have a machine
155           which requires "localboot -1", a copy of the dmidecode
156           or sysdump output would be appreciated.
157         * Include a set of diagnostics by Gene Cumm.
158         * Fixes for gcc 4.6 and binutils 2.21.51.
159         * chain.c32: Allow "uuid" as a synonym to "guid".
160         * Handle directory names starting with .. for vfat and
161           iso9660.
162         * New MENU HIDDENKEY command to provide a one-keystroke way to
163           activate a boot option from a hidden menu intro screen.
165 Changes in 4.03:
166         * Don't hang if no configuration file is found.
167         * Better support for booting from MBRs which don't pass
168           handover information.
169         * EXTLINUX: Try to be smarter about finding the partition
170           offset.
171         * chain.c32: support chainloading Dell Real Mode Kernel (Gene
172           Cumm).
173         * chain.c32: fix booting in CHS mode.
174         * rosh.c32 updated (Gene Cumm).
175         * Fix the -s option to the syslinux/extlinux installer (Arwin
176           Vosselman).
177         * isohybrid: fix padding of large images (PJ Pandit).
179 Changes in 4.02:
180         * SYSLINUX: correctly handle the case where the -d option is
181           specified with a non-absolute path, i.e. "syslinux -d
182           syslinux" instead of "syslinux -d /syslinux".
183         * ISOLINUX: recognize the directory names /boot/syslinux and
184           /syslinux, and the filename syslinux.cfg in addition to the
185           isolinux-specific names.  Thus, "syslinux.cfg" is now a
186           generic name, whereas "isolinux.cfg" or "extlinux.conf" is
187           specific to different derivative.
188         * chain.c32: support setting alternate config filename for
189           stage2 of GRUB Legacy (Gert Hulselmans).
190         * whichsys.c32: execute specific command, based on Syslinux
191           bootloader variant (Gert Hulselmans).
192         * lua.c32: a lot of new bindings added to the "syslinux"
193           namespace: VESA, PCI, DMI, kernel loading (Marcel Ritter).
194         * btrfs: print a comprehensive error message if compressed or
195           encrypted files are encountered (neither is currently
196           supported.)
197         * SYSLINUX: mtools installer: honor TMPDIR, error out on disk
198           full.
199         * Handle fallbacks from EDD to CHS, to deal with systems which
200           announce EDD support but don't actually have it.
201         * SYSLINUX: the mtools, DOS and win32 installers now use the new
202           command line options.
203         * PXELINUX: fix the use of IP addresses in TFTP :: or tftp://
204           host syntax.
205         * SYSLINUX: experimental Win64 installer (syslinux64.exe).
207 Changes in 4.01:
208         * ISOLINUX: fix initialization on systems which don't zero
209           low memory.
210         * SYSLINUX/EXTLINUX: fix handing of disk read retries in
211           EDD mode.
212         * ISOLINUX: change the initialization sequence to avoid
213           problems with certain (old) BIOSes.  Special thanks to
214           Helmut Hullen for invaluable debugging support.
215         * ifplop.c32: new module which detects if the PLoP Boot Loader
216           already has booted a CDROM or USB drive (Gert Hulselmans).
217         * Correct a severe memory overwrite bug, triggered primarily
218           when selecting a very long command line in the menu system.
219         * lua.c32: Lua script interpreter, currently experimental
220           (Alexey Zaytsev, Marcel Ritter, Geert Stappers).
221         * PXELINUX: new option IPAPPEND 4 to append the system UUID to
222           the kernel command line.
223         * PXELINUX: display BOOTIF and SYSUUID at startup time, and
224           when Ctrl-N is pressed on the command line.
226 Changes in 4.00:
227         * Major code base changes; all filesystem rewritten in C.
228           This work was done primarily by Liu Aleaxander (Yuanhan Liu).
229         * EXTLINUX: btrfs and ext4 support.  btrfs support was done by
230           Alek Du of Intel.
231         * EXTLINUX is no longer a separate derivative; extlinux and
232           syslinux both install the same loader (ldlinux.sys); for the
233           Linux-based installers the extlinux binary is used for a
234           mounted filesystem; the syslinux binary for an unmounted
235           filesystem.
236         * When loading a new configuration file with the CONFIG
237           command, one can now also specify a new current directory
238           with an APPEND statement.
239         * Full ADV support for Syslinux, to boot-once and MENU SAVE
240           works.
241         * Full support of GPT-partitioned disks, including disks
242           and/or parititions larger than 2 TiB (if supported by BIOS.)
243         * The GPT handover protocol adjusted to the current T13
244           committee draft; see doc/gpt.txt.
245         * HDT: code cleanup, small bugfixes
246         * The "linux" syslinux installer (syslinux-nomtools) now has a
247           command-line syntax closer to the extlinux installer.  The
248           mtools, dos and win32 installers will get this new syntax
249           eventually, but it is not implemented yet.
250         * chain.c32: support booting GPT partitions by index, GUID, label.
251         * chain.c32: support booting the Syslinux partition with "fs".
252         * chain.c32: implement gpt.txt hand-over protocol.
253         * chain.c32: support for chainloading Grub stage 2.
254         * PXELINUX: TFTP URL syntax (tftp://) supported even when not
255           running gPXE/gpxelinux.
256         * New ls.c32 module to display the contents of the disk from
257           the command line, and pwd.c32 to display the current
258           directory.
259         * rosh.c32 (read only shell) updated and hopefully usable.
260         * PXELINUX: Support "localboot -1", just like the other
261           derivatives.
262         * gfxboot.com removed in favor of gfxboot.c32.
263         * New MENU HELP statement to display fullscreen help text as a
264           result of a menu selection.
265         * memdiskfind utility that can be used with the phram driver
266           in the Linux kernel to mount a memdisk.
267         * ifcpu.c32: Adding usage when no parameters are given, 
268           adding PAE support.
269         * ifcpu.c32, ifcpu64.c32: handle more than one argument per
270           target.
271         * isohybrid: C version which does not require Perl.
272         * New command MENU IMMEDIATE to permit hotkeys to activate
273           immediately without needing Enter.
274         * mdiskchk.com supports a --no-sequential (or -n) option to
275           suppress the classic all-drive-probing heuristic.  Useful
276           on BIOSes who crash/hang when certain drive numbers are
277           probed.
278         * ElTorito.Sys DOS driver now scans drive numbers upwards
279           instead of downwards, in order to avoid a fairly common
280           bug on some BIOSes where probing drive 0xFF causes a
281           failure.
282         * NASM 2.03 or later required to build.  2.07 or later
283           recommended.
285 Changes in 3.86:
286         * chain.c32: fix chainloading the MBR of a hard disk (broken
287           in 3.85).
288         * mboot.c32: report the boot loader name in the information
289           structure.
290         * com32: set argv[0] in a com32 module.
291         * core: add a workaround for a bug in Xen HVM older than
292           version 3.3: disable halt on those platforms.
293         * Fix problems where certain operations in com32 modules would
294           cause the core to believe the system was idle.
295         * MEMDISK: fix MBR detection when used with a DOSEMU header or
296           an offset.
297         * MEMDISK: generate the mBFT checksum correctly.
299 Changes in 3.85:
300         * gPXELINUX: updated to gPXE 1.0.0.  gPXELINUX can now do NBP
301           chainloading, and does not require a second DHCP.
302         * vesamenu.c32: unbreak the default "grey hole" background.
303         * We no longer have a built-in default of "linux auto".
304           Instead, if no DEFAULT or UI statement is found, or the
305           configuration file is missing entirely, we drop to the boot:
306           prompt with an error message (if NOESCAPE is set, we stop
307           with a "boot failed" message; this is also the case for
308           PXELINUX if the configuration file is not found.)
309         * chain.c32: support chainloading Grub4DOS; patch by Gert
310           Hulselmans.
311         * New tool: sysdump.c32, can be used to produce system
312           information for debugging via tftp or ymodem (serial port).
313         * "vga=current" on the Linux command line is now supported.
314         * chain.c32: support for Windows Recovery Console, via the
315           "cmldr=" option.
316         * chain.c32: should now support loading NTLDR from different
317           type media than loaded from.
318         * chain.c32: support chainloading to a FAT/NTFS partition with
319           invalid "hidden sectors" via the "sethidden" option.
320         * memdisk: fix the mBFT ACPI table.
321         * vesamenu.c32: if the image is smaller than the screen, tile
322           it across the whole screen.
323         * mkdiskimage: -s option for producing a sparse image.
324         * vesamenu.c32: support arbitrary resolution setting (beyond
325           BIOS support) on some Intel-based video chipsets.  This code
326           is a modified version of the "915resolution" tool by
327           Steve Tomljenovic; your mileage might vary.
328           
329 Changes in 3.84:
330         * SYSLINUX: make the DOS installer work for MS-DOS 7.x/8.x
331           (Win9x/ME) again.
332         * HDT: updated to version 0.3.6 (numerous changes.)
333         * mboot.c32: now supports video mode setting if requested by
334           the image.
335         * MEMDISK: Fix floppy images of PC-DOS.
336         * MEMDISK: Add support for emulation of CD-ROM images; patch
337           by Shao Miller.
338         * MEMDISK: Comply with the Win9x "safe hook" standard,
339           allowing a protected-mode driver.
340         * MEMDISK: New "mBFT" ACPI table, by analogy with the iSCSI
341           iBFT table.  This allows detection from a protected-mode
342           operating system without EDD support.
343         * 32-bit version of the gfxboot loader (gfxboot.c32), so far
344           experimental.  This will replace gfxboot.com in the future.
345         * vesamenu.c32: new MENU RESOLUTION directive to set a screen
346           resolution other than 640x480.
347         * chain.c32: add support for loading isolinux.bin.
348         * chain.c32: make sure to always return to text mode.
349         * eltorito.sys: DOS driver for generic CD-ROMs; by Gary Tong
350           and Bart Lagerweij.
352 Changes in 3.83:
353         * PXELINUX: clear memory before handing over to a chainloaded
354           NBP.  This may help avoid a bug in Windows RIS.
355         * PXELINUX: fix localboot after NBP chainloading on certain
356           BIOSes (including ASUS A8N-E, but possibly others.)
357         * chain.c32: support chainloaded bootloaders on ISOLINUX.
358         * PXELINUX: allow filenames up to 251 characters.
359         * MEMDISK: fix problems booting from USB on Thinkpads, and
360           possibly other machines or hardware combinations.
361         * isohybrid: fix the -id option.
362         * HDT: updated to version 0.3.4.
363         * MEMDISK: the stack size is now configurable, with the stack=
364           option.
365         * Simple menu: fix Ctrl-W (word erase) in command-line edit.
366         * Simple menu: fix crash on some platforms.
367         * Gfxboot: fixes to the configuration file parsing.
368         * PXELINUX: add a tool to override specific DHCP options via
369           values hardcoded in the pxelinux.0 file.  These hardcoded
370           values can be either "before DHCP" (defaults if DHCP do not
371           provide values), or "after DHCP" (overrides DHCP).  The tool
372           pxelinux-options can be used to set these options.  This
373           feature does not apply to gpxelinux.0; when used with gPXE
374           this is better handled by modifying the embedded script.
376 Changes in 3.82:
377         * isohybrid: fix the -partok logic for loading from a partition.
378         * ISOLINUX: deal with systems which return from INT 13h with
379           interrupts disabled.
380         * Do not invoke the idle handler during large file loads.
381         * Simple menu: make ONTIMEOUT work with MENU HIDDEN.
382         * PXELINUX: handle TFTP servers which have extra NULs at the
383           end of an OACK packet.
385 Changes in 3.81:
386         * Shuffler: fix bug in real-mode entry.  This affected a
387           number of modules, probably in relatively unimportant ways,
388           but it completely broke linux.c32.
389         * Improved performance.
390         * Attempt to halt the processor while idle.  This can cause
391           bad reponsiveness when using a serial console especially for
392           automated input; if that ends up being a problem, use the
393           new "NOHALT 1" configuration command.
394         * linux.c32 now suppresses all messages if the "quiet" flag is
395           specified.
396         * isohybrid: add a variety of options, and a help message.
397         * ISOLINUX: fix booting in hybrid mode when CBIOS is used.
398           This unfortunately means that the isohybrid handoff protocol
399           has changed, so the isohybrid utility must version-match
400           isolinux.bin.
401         * Drop support for ACPI 3 extended memory flags.
402         * Menu system: don't set the autocr flag on the serial
403           console.
404         * altmbr: fix handling of logical partitions.
405         * altmbr: cap at 439 bytes so the partition select byte isn't
406           part of the file.
408 Changes in 3.80:
409         * New shuffler mechanism and API.
410         * Rewritten mboot.c32 module.
411         * The syslinux_boot_linux() function has been simplified.
412         * Don't hang trying to boot a "menu quit" label from the CLI.
413         * Fix problem with boot-once "sticking" on some BIOSes.
414         * isohybrid: fix problem with images over 2 GB in size.
415         * APM poweroff module (poweroff.com) by Sebastian Herbszt.
416         * ISOLINUX: fix the handling of large directories.  Bug found
417           and fixed by Steffen Winterfeldt.
419 Changes in 3.75:
420         * PXELINUX: fix the "keeppxe" option, which was broken in
421           3.74.
422         * MEMDISK: correct the extraction of geometry information from
423           the MBR of a hard disk image, again broken in 3.74.
424         * extlinux(1) man page from Brian Pellin.
425         * Simple menu: MENU SAVE is now controllable on a menu-by-menu
426           or entry-by-entry basis.
427         * gPXELINUX: fix interrupt-disabling bug.
428         * HDT: fix lockup on machines with certain PCI configurations.
430 Changes in 3.74:
431         * New UI directive, which allows a more natural way to specify
432           a menu system (or not.)  With the UI directive specifying
433           the menu system, the DEFAULT directive can be used to select
434           the default entry inside the menus.
435         * kbdmap.c32: new module to load a new keyboard map
436           dynamically.
437         * isohybrid: workaround bug in some versions of binutils.
438         * Fix issue with the placement of the initrd on some machines.
439         * ifcpu64: fix handling of less than three arguments.
440         * Fix bug in the shuffle library when dealing with a very
441           large number of fragments.
442         * Documentation fixes by Vicente Jimenez Aguilar.
443         * gPXE updated to version 0.9.7.
444         * hdt.c32: Hardware Detection Tool, an interactive hardware
445           analyzer module by Erwan Velu.
446         * MEMDISK: enable automatic determination of the disk geometry
447           for a large floppy disk image if (and only if) it is
448           formatted with a FAT filesystem.
449         * SYSLINUX: fix the handling of .bss files on FAT12/16.
450         * Suppress the Loading ... message if "quiet" is specified on
451           the kernel command line.
452         * Fix the use of "CONSOLE 0" with menu.c32.
453         * Allow COM32 modules to be aware of all memory even in the
454           presence of a memory hole.  The "linux.c32" module can be
455           used to load a kernel (or memdisk) plus large initrd on
456           such a system.
457         * MBR: produce alternate MBR variants which force the drive
458           number to hd0 (_f variants), or force the drive number to
459           hd0 if the Ctrl key is pressed (_c variants.)  Furthermore,
460           add an MBR variant (altmbr*.bin) which ignores the active
461           flag and instead boots the partition number specified in the
462           byte at offset 439 decimal.
463         * Add IPAPPEND strings to com32 modules, especially needed for
464           linux.c32.
465         * New MENU SAVE directive which saves the latest menu
466           selection until the next boot.  Currently only implemented for
467           EXTLINUX.
468         * gfxboot.com: *experimental* interface module to Steffen
469           Winterfeldt's "gfxboot" graphical front end
470           (http://gfxboot.sourceforge.net/).  Module by Sebastian Herbszt.
472 Changes in 3.73:
473         * Upgrade gPXE to release version 0.9.5.
474         * Fix a number of build errors on various platforms.
475         * Handle systems with E820 "extended attributes" per ACPI 3.
476           Someone "cleverly" decided to change the E820 spec in a
477           backwards-incompatible manner!
478         * MEMDISK: default to "safeint".
479         * Adopt the moniker "The Syslinux Project", standard proper
480           noun capitalization, to refer to the project as a whole.
481           Thus, reserve the all-caps "SYSLINUX" to refer to the FAT
482           loader.
483         * mboot.c32: add "-solaris" option to pass DHCP information to
484           the Solaris kernel; required for automatic Solaris boot
485           without using Solaris' pxeboot program.
486         * config.c32: trivial COM32 module to restart Syslinux with
487           another configuration file from the command line (equivalent
488           to the CONFIG command in the configuratin file.)
490 Changes in 3.72:
491         * Include the pxechain.com module from Jeffery Hutzelman at
492           Carnegie Mellon University.  This allows chaining another
493           PXE boot program while changing the DHCP packet passed to
494           it.
495         * Reorganize the Makefile system.
496         * Major PCI core cleanups and other source cleanup.
497         * gPXE code updated.
498         * Try to avoid memory-snooping attacks on passwords.  Note
499           that if someone has root on the box, they generally don't
500           need to compromise the boot loader...
501         * ISOLINUX: fix crash when given a zero-length file.
502         * sdi.c32: support gzipped SDI images.
503         * ISOLINUX: support generating images which can be either
504           a CD-ROM or a hard disk (USB disk, etc.)  See
505           doc/isolinux.txt for more information.
506         * Remote gdb support for COM32 modules; patch from Stefan
507           Hajnoczi.
508         * Support beeps in F-key help in the simple menu system.
509         * Tab display of labels, based on a patch from Sebastian
510           Herbszt.  Can be disabled with the NOCOMPLETE configuration
511           command.
512         * "menu default" can now be specified after "menu begin", to
513           indicate that a specific submenu should be the default entry.
515 Changes in 3.71:
516         * Workaround for a VESA BIOS which tries to make DOS system
517           calls(!!)
518         * Simple menu: fix navigation around disabled entries
519           (or at least try to...)
520         * EXTLINUX: proper error message when confused about mount
521           point.
522         * MEMDISK: be smarter about incompletely disabled floppies in
523           the BIOS and about being the only floppy.
524         * Optionally allow initrd to be specified on a separate line
525           rather than as part of the "append" line.  This is not
526           recommended, but apparently makes life easier for some
527           tools.
528         * SYSLINUX: if no config file is present, set the current
529           directory to the root directory (Sebastian Herbszt).
530         * chain.c32: option "hide" to support hiding and unhiding of
531           primary partitions on the boot drive with DOS, Win, or OS/2
532           partition types (01, 04, 06, 07, 0b, 0c, 0e).
533         * Unbreak the KBDMAP command (broken in 3.70).
534         * EXTLINUX: fix the handling of the ADV when using CBIOS.
535         * ifcpu64.c32: simple COM32 module to select a 32- or 64-bit
536           kernel (and optionally 32-bit kernels with or without PAE.)
537           Eventually we want a scripting language for this
538           kind of stuff; a Lua module is under development.
539         * Fix parsing of the SERIAL command without a baud rate
540           specified.
541         * chain.c32: error out when try to boot an unbootable
542           partition.
543         * SYSLINUX: when building the Win32 installer, search for
544           MinGW under a large number of possible names.
546 Changes in 3.70:
547         * PXELINUX: Support enhanced capabilities when running on top
548           of gPXE (http://www.etherboot.org/).  In particular, support
549           URL-style syntax for filenames, and any protocol that gPXE
550           supports (except, currently, iSCSI and AoE.)  This feature
551           is currently highly experimental.
552         * Substantial infrastructure changes to support files whose
553           length aren't known at open time (typically network
554           connections.)  Please note that the semantics of some of the
555           comboot APIs have changed slightly; please see doc/comboot.txt.
556         * PXELINUX: We no longer require a TFTP server which supports
557           the tsize option for all transfers.
558         * PXELINUX: Integrate with the gPXE source base; unified image
559           now included as "gpxelinux.0".
560         * The source tree has been restructured; files that were
561           previously in the root have moved into the core, dos, gpxe,
562           and utils directories.
563         * "make install", "make netinstall", and "make extbootinstall"
564           have been updated massively.  "make install-all" now installs
565           all three.
566         * Change default dir for auxiliary files from
567           /usr/lib/syslinux to /usr/share/syslinux.
568         * SYSLINUX: VFAT long filename support.
569         * MEMDISK: Any image less than 4096K (4 MB) is treated as a
570           floppy disk.  The geometry-guessing code will recognize all
571           common extended formats, but it is still possible some very
572           exotic formats need geometry specification.  Large floppies
573           and very small harddisks still need explicit specification.
574         * chain.c32: option "swap" to support swapping of BIOS drive
575           numbers.  This is necessary to boot certain operating systems
576           (DOS, Windows) from a secondary drive.
577         * chain.c32: option "file=" to support loading a boot file from
578           the SYSLINUX filesystem instead of loading the boot sector
579           from the drive.
580         * chain.c32: option "seg=" to control the load location.
581         * chain.c32: option "ntldr=" as a shorthand for "seg=0x2000
582           file="; use this to load one of WinNT's loaders:
584           chain.c32 hd0 1 ntldr=/MiniNT/setupldr.bin
586           Note that the file needs to be in the SYSLINUX filesystem.
587         * chain.32: options "freedos=" and "msdos="/"pcdos=" as
588           shorthands for "seg=0x60 file=" and "seg=0x70 file="
589           respectively; use this to load FreeDOS's kernel.sys, MS-DOS's
590           io.sys or PC-DOS's ibmbio.sys.
591         * Change to the A20 algorithm which *MIGHT* help systems that
592           have systems which freeze when Syslinux is used with USB
593           keyboards.  Note that this has been hard do verify, so I
594           would greatly appreciate feedback on it.
595         * Complex menu system: unbreak menus which has unnamed
596           submenus, like complex.c.
597         * Fix newline on the serial port for some com32 modules.
598         * chain.c32: support "boot" as the drive specification,
599           indicating the drive from which it was booted
600           (for syslinux/extlinux).
601         * SYSLINUX/EXTLINUX: support "localboot" with the same feature
602           set as ISOLINUX.
603         * Add an experimental MBR for GPT partition tables.
604         * Use $(CC) when determining compile flags.
605         * chain.c32: fix booting from logical partitions (Sergey
606           Vlasov.)
608 Changes in 3.63:
609         * Fix errors in the PCI and DMI detection modules (Erwan Velu,
610           Sebastian Herbszt).
611         * Fix host dependencies and other issues in the build system.
612         * PXELINUX: Allow class E addresses as unicast.
613         * sdi.c32: module to load Microsoft System Deployment Images.
614           For additional information, please see:
615             http://msdn2.microsoft.com/en-us/library/ms838543.aspx
616         * EXTLINUX: Correct reading directories with deleted entries.
617         * Shuffle library: correct the handling of certain geometries
618           (an upward move with source material blocking the move); as
619           required by sdi.c32 but theoretically possible for other
620           formats as well.
621         * Add "make netinstall" to install /tftpboot.
622         * Fix some documentation files that didn't get moved/renamed.
624 Changes in 3.62:
625         * Clean up garbage after "aborted." message.
626         * Clean up memdump.com filenames.
627         * Support SHA256 and SHA512 encrypted passwords.
628         * The shuffle library now can generate chained descriptors,
629           thus allowing pretty much arbitrarily complex memory maps.
630         * Handle command lines up to 2047 characters, the current
631           Linux kernel limit.
632         * vesamenu: support systems without linear framebuffer support
633           (sigh, what is this, 1993?) and 15-bit RGB modes.
634         * Move the label storage (for the command-line interface) to
635           high memory, removing the size limit and freeing up 64K of
636           low memory.
637         * Get rid of 4096-entry limit in the simple menu system.
638         * New hierarchial submenu support: see MENU BEGIN, MENU END,
639           MENU GOTO in doc/menu.txt.
640         * MENU QUIT allows creating a menu entry for returning to the
641           command line.
642         * ISOLINUX: Work around bug in certain Adaptec BIOSes,
643           patch by Bruce Robson.
644         * pngtopnm dependency removed from samples/ directory.
645         * Text documentation files (in doc/) renamed *.doc -> *.txt.
647 Changes in 3.61:
648         * EXTLINUX: fix crash when accessing an empty file.
649         * elf.c32: If a PHDR segment is present, load it.
650         * Fix SHA-1 and MD5 passwords.
651         * ISOLINUX: fix booting when mastered without
652           mkisofs -boot-info-table (broken since 3.50, sigh...)
653         * Handle BIOSes which emit multiple contiguous valid
654           memory regions in the e820 map.
656 Changes in 3.60:
657         * Support for "auxilliary data vector", a small amount of
658           writable storage.  Currently only supported for EXTLINUX,
659           but the infrastructure is there for the other derivatives,
660           assuming a suitable storage location can be found.
661         * EXTLINUX: boot-once support (--once, --clear-once, and
662           --reset-adv).
663         * A command is now required to the EXTLINUX installer, i.e. at
664           least one of --install, --update, --once, --clear-once, or
665           --reset-adv.
667 Changes in 3.55:
668         * PXELINUX: as per RFC 5071, PXELINUX no longer requires the
669           use of the magic cookie option (208) for unencapsulated
670           options.  Currently it does not require it for
671           vendor-encapsulated options (vendor-option-space) either,
672           but that MAY be reverted in the future if it causes
673           problems.
674         * Documentation text files moved to a common "doc" directory;
675           man pages from the Debian project added to the "man"
676           directory.
677         * Correct bug with self-overlapping memory areas when using
678           the shuffle interface.
680 Changes in 3.54:
681         * Add "menu separator", "menu indent", "menu disabled"
682           (see README.menu).
683         * vesamenu: fix handing of VESA modes with noncontiguous
684           memory buffers.  In particular, Qemu/KVM sets up such a mode
685           when Cirrus Logic emulation is enabled (which is the
686           default.)
687         * Support for calling real mode functions using far calls,
688           with argument on the stack.  This was implemented to support
689           the BIOS BBS specification, but subsequent experiments show
690           that the at least one of the most common BIOS cores, Award,
691           passes the presence check but doesn't actually implement the
692           functionality.
694 Changes in 3.53:
695         * Fix bugs related to the $PnP BIOS functionality on some
696           platforms.
697         * PXELINUX: Fix the "naked" version of :: (suppress prefix.)
698         * elf.c32: better error messages.
699         * Faster operation under Intel VT virtualization.
700         * PXELINUX: Fix DHCP bootfile option.
701         * mkdiskimage: Support more than 1024 cylinders.
702         * (Hopefully) fix installer on non-x86 platforms.
703         * Fix shuffle_and_boot_rm, used by linux.c32.
704         * Fix shuffle_and_boot_pm on 386/486.
705         * ISOLINUX (at least): fix bss memory overwrite hang.
706         * MBR: Fix booting from logical partitions.
707         * Code cleanups.
709 Changes in 3.52:
710         * Handle capitalized F-key commands in the menu system.
711         * Fix padding error when loading multiple ramdisks.
712         * Workaround for VMware crashing when trying to print a
713           message during early kernel boot (does not seem to work,
714           consider deleting.)
715         * chain.c32: add the ability to search for a specific MBR
716           signature at runtime.
717         * Fall back to the server identity option if the siaddr field
718           in the DHCP header isn't set.  This seems to match the
719           behaviour of most PXE stacks.
720         * mkdiskimage: give the generated disk image an MBR signature.
721         * MEMDISK: Fix failures on some BIOSes.
722         * Simple menu system: new "MENU HIDDEN" option to not display
723           the menu unless the user presses a key.
724         * Simple menu system: support MD5-encrypted passwords (modern
725           Unix standard style, with "$1$" prefixes.)
726         * pcitest.c32: now functions as a full "lspci".  Thanks to
727           Erwan Velu for this work.
728         * MEMDISK: Make EDD actually work.
729         * ISOLINUX: Fix for certain broken CD-ROM BIOSes which
730           randomly corrupted register FS.
731         * Simple menu system: fix memory overwrite bug that caused
732           some systems to lock up or behave weirdly.
733         * Fix building on 64-bit systems without a 32-bit libc installed.
735 Changes in 3.51:
736         * EXTLINUX: Fix failure to find the configuration file.
738 Changes in 3.50:
739         * New keywords allow the type of file to be specified in the
740           configuration file.
741         * It is now supported to load a different configuration file
742           with the CONFIG keyword.
743         * Fix API call 0x0019 (Read Disk.)
744         * MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows
745           internationalization of menu messages.
746         * A new feature, TEXT HELP, allows the administrator to set
747           a multi-line help message for individual selections.
748         * Fix API call 0x0012 (Cleanup, shuffle and boot.)
749         * New API call "Cleanup, shuffle and boot to flat protected mode"
750         * New API call "Cleanup, shuffle and boot to real mode",
751           similar to API call 0x0012 but allows arbitrary register setting.
752         * Introduce a library interface for loading arbitrary binary
753           formats with relatively easily understood code.  See
754           the elf.c32 module for an example on how to use it.
755         * New module "elf.c32", to load a protected-mode ELF kernel.
756         * MBR (old and new): Fix bug in CHS mode when LBA >
757           65535*sectors.
758         * vesamenu: fix decoding of palettized PNG images.
759         * Update the Linux kernel boot protocol.
760         * PXELINUX: Press Ctrl-N at the boot prompt to read out the
761           network info.
762         * Instead of the (non-existent) MAC, use the client identifier
763           for networks like Infiniband and Firewire/1394.
764         * Add a new INCLUDE command to the core syslinux parser.
765         * Allow binding help text to F11 and F12.
766         * F-key help now available in the simple menu system.
767         * Disabled the polling for ARP during idle.  It is simply too
768           slow on some (broken!) PXE stacks.
769         * PXELINUX: also try to fetch the config file based on UUID.
770         * SYSLINUX/EXTLINUX: New RAID mode (-r) which calls the BIOS
771           to load the next device (typically the next drive) on boot
772           failure.
774 Changes in 3.36:
775         * MEMDISK: Disable EDD by default on floppy disks.  EDD can be
776           enabled with the "edd" option and disabled with "noedd".
777           This (hopefully) should make Ghost work again.
778         * SYSLINUX: "unix" installer now uses Linux ioctls instead of
779           using libfat.
780         * New MBR which can boot from logical partitions.
781         * SYSLINUX: Fix bug in detecting special extensions which was
782           introduced in 3.35 :(
783         * PXELINUX: Unbreak chainbooting FreeBSD (and possibly others.)
785 Changes in 3.35:
786         * MEMDISK: New "safeint" mode.
787         * MEMDISK: Be more compliant with the PnP BIOS spec.
788         * MEMDISK: Turn on EDD support by default.
789         * MEMDISK: Try to work on some machines on which it would not
790           work when there was no floppy drive in the system.
791         * Simple menu system: fix serial console support (broken in
792           3.30).
793         * SYSLINUX: Support subdirectories.  Like ISOLINUX, the
794           "current directory" is the directory in which syslinux.cfg
795           is found; this is searched for in the sequence
796           /boot/syslinux, /syslinux, /.  As a side benefit, label names
797           like "linux-2.6.18" and "linux-2.6.19" are now supported.
799           To install ldlinux.sys in a subdirectory, pass the -d
800           directory option to the SYSLINUX installer.
802           This work was sponsored by slax.org (thanks, Tomas!)
803         * New API call: read disk.
804         * Invoke ONERROR on initrd load failure.
806 Changes in 3.31:
807         * The simple menu system (menu.c32 and vesamenu.c32) now
808           support loading more than one configuration file at a time,
809           using MENU INCLUDE or by specifying multiple filenames.
810         * The MENU COLOR statement can now control the shadowing mode.
812 Changes in 3.30:
813         * libcom32 extended to support graphics mode and graphical console.
814         * vesamenu.c32, new graphical version of the Simple
815           Menu System, see README.menu.
816         * New com32 modules by Erwan Velu do selection based on CPUID
817           or PCI devices present.
818         * RPM spec: add syslinux-tftpboot module; move syslinux by
819           default to the /usr/share/syslinux directory.
820         * RPM spec: extlinux is now a separate package.
822 Changes in 3.20:
823         * EXTLINUX: New options --install (-i) and --update (-U), to
824           make it clear if a boot loader should be installed or
825           updated.  For now, defaults to --install for compatibility;
826           a future version will require one of these options.
827         * New library functions to load and place files in memory.
828         * mboot.c32 bug fixes.
829         * Remove 8 MB kernel size restriction.
830         * Add "klibc" target for building unix/syslinux and
831           extlinux/extlinux with klcc (klibc-1.4.27 or later.)
832         * PXELINUX: Fail (and eventually reboot) if no configuration
833           file was found.
834         * COM32 module by Erwan Velu to make decisions based on DMI
835           info.
836         * Fix issue where going back and forth between menus a lot
837           would cause a hang.
838         * ISOLINUX: Fix bug which made "cd boot sectors" not work.
840 Changes in 3.11:
841         * MEMDISK: Fix bug by which accessing the real floppy disk
842           as B: in MS-DOS was broken.
843         * Simple menu system: allow tweaking of the screen layout.
844         * Simple menu system: better command-line editing, correctly
845           handle command lines above 256 characters.
846         * PXELINUX: revert memory allocation change that caused
847           problems on some network cards.
848         * MEMDISK: Try work around a bug on some BIOSes when no
849           physical floppy disk is present in the system.
850         * Enable the 16550A FIFOs, if present, when doing serial
851           console.
852         * New "totaltimeout" command establishes a timeout without
853           regard for any user input.
854         * Simple menu system: timeout behaviour now more in line with
855           user expectations.
856         * Simple menu system: "ontimeout" should now work correctly.
858 Changes in 3.10:
859         * gcc 4.0.1 compilation fixes.
860         * Add support for querying the PCI BIOS in libcom32
861           (used by ethersel et al.)
862         * Fix PCI handing (ethersel etc) on several old chipsets (and
863           VMWare.)
864         * Try to deal with systems with broken EBIOS.
865         * New API call to do "localboot".
866         * New API call to query features.
867         * New API call to run kernel image, a lower-level call than
868           "run command".  See comboot.doc.
869         * Fix for bug in EBIOS code discovered by Arwin Vosselman.
870         * NOESCAPE security fix.
871         * Comments are now recognized even without a space following #.
872         * Fix incorrect handling of mixes of entries with and without
873           MENU PASSWD.
874         * The idle API call now harmlessly returns failure if it is a
875           no-op.  That way the caller can decide whether or not to
876           bother invoking it again.
877         * Temporarily disable the idle API call on PXELINUX, due to
878           some platforms on which the idle API call seems to hang; this
879           problem has not yet been debugged.
880         * MEMDISK: the handling of DOSEMU-headered images was broken;
881           fix it.
882         * EXTLINUX: symlinks are now supported.
883         * Simple menu system: N and P now work correctly as hotkeys.
884         * MEMDISK: more BIOS bug workarounds.
886 Changes in 3.09:
887         * gcc4 compilation fix.
888         * <BEL> (Ctrl-G) in message files now causes a beep.
889         * Reduce the command line to 511 characters; 1023 caused
890           memory overflows.
892 Changes in 3.08:
893         * SYSLINUX: Fix performance regression (-s mode always
894           enabled.)
895         * Add API function for idle loop.
896         * libutil: Add do_idle() function for idle loop, make
897           get_key() use it.
898         * libutil: Add SHA-1 and base64 functions.
899         * Simple menu system: add password support.
900         * EXTLINUX: Sparse files now handled correctly.
901         * EXTLINUX: Large directories now handled correctly.
902         * ALL: At the prompt, Ctrl-X now forces text mode.
903         * Fix configuration file parsing error, that could cause
904           hangs.
905         * Rewritten advanced menuing system from Murali Ganapathy.
906         * MEMDISK: New "bigraw" mode to work around certain broken
907           BIOS flash programs.
908         * COM32 module to boot Multiboot systems, including Xen.  See
909           com32/modules/mboot.doc.
910         * Max command line changed to 1023 characters.  Note that the
911           kernel proper still can only handle 255 characters without
912           patching, and COM16 binaries can only handle 125 characters.
914 Changes in 3.07:
915         * Fix chainloading (chain.c32).
916         * Fix zlib build problem.
917         * Use a private copy of <linux/ext2_fs.h>.
919 Changes in 3.06:
920         * Fix typo that caused the ramdisk to load in the wrong place.
922 Changes in 3.05:
923         * New API function "shuffle and boot"; allows COM32 modules to
924           load or construct (almost) arbitrarily complex objects,
925           e.g. a kernel and its initrd/initramfs in pieces, and have
926           the API core reorganize memory for booting.  (A library API
927           for this function will be introduced in a later version.)
928         * The initrd= option now supports multiple filenames separated
929           by commas.  This is mostly useful for initramfs, which can
930           be composed of multiple separate cpio or cpio.gz archives.
931           (Note: all files except the last one are zero-padded to a 4K
932           page boundary.  This should not affect initramfs.)
933         * EXTLINUX: Fix API function 000Ah (get derivative-specific
934           info).
935         * libcom32/ethersel: Support PCI Config Mechanism #2 on
936           machines still infested with that hideous old hack.
937         * SYSLINUX: Fix directory-parsing bug.
939 Changes in 3.02:
940         * SYSLINUX: The "unix" installer now sets the MS-DOS
941           attributes (hidden, system, readonly.)
942         * COM32 library: build the .lnx (test modules for running
943           under Linux) as architecture native modules, in case
944           i386 devel libraries aren't installed.
945         * EXTLINUX: Hack for systems which don't have BLKGETSIZE64
946           defined in the standard header files.
947         * Simple menu system: minor aestetic improvements, and try to
948           work better over a serial console (speed, and readability on
949           monochrome terminal emulators.)
950         * New CONSOLE directive to control output on the video console
951           (useful for dealing with some broken serial-forwarding
952           BIOSes.)
953         * New com32 module "ethersel" for searching for an Ethernet
954           card and selecting the proper version of Etherboot.
955         * EXTLINUX: Allow the user to override the detected geometry.
956           Add help.
958 Changes in 3.01:
959         * EXTLINUX, SYSLINUX: Fix compile errors on some systems.
960         * EXTLINUX: Default to zipdrive geometry (64 heads, 32
961           sectors) if no other geometry can be detected.
963 Changes in 3.00:
964         * SYSLINUX: Support FAT32 and EDD.  As an unfortunate
965           consequence, LDLINUX.SYS is no longer an ordinary file; it
966           is block-mapped at install time, which means it can only be
967           written using the syslinux installers.
968         * SYSLINUX: Reorganize the source code for the installers;
969           each one of the installers (dos, win32, unix, mtools) is now
970           built in its own subdirectory.  In particular, "mtools" is
971           the unprivileged installer which uses mtools; "unix" is the
972           privileged installer which uses system calls.
973         * SYSLINUX: Completely rewritten DOS installer in C.
974         * ALL: "label" statement information is now stored in a
975           compressed format, which means that a lot more labels are
976           permitted (500-1000 in a typical configuration, but depends
977           on the complexity.)
978         * EXTLINUX: New derivative, which boots from an ext2/ext3
979           filesystem.
980         * SYSLINUX: The DOS and Win32 installers can now optionally
981           write the boot sector to a file instead of the real boot
982           sector.  This is not supported in the Linux installers,
983           however.
984         * ALL: New NOESCAPE command, disables the "hold down the Shift
985           key to display the prompt" behaviour.
986         * New simple menu system, as an alternative to the advanced
987           menu system already present.  See README.menu for details.
988         * PXELINUX: Filenames can now be prefixed with an IP address
989           or DNS name plus :: (e.g. 192.0.2.1::filename or
990           server.domain.com::filename), which downloads a file from an
991           alternate TFTP server, or just a :: (e.g. ::filename), which
992           suppresses the common pathname prefix.  See pxelinux.doc.
993         * SYSLINUX: Add an -m option to the DOS and Win32 installers
994           to write an MBR and -a to mark the partition SYSLINUX is
995           being installed on active.
996         * MEMDISK: Give a way to query the boot loader type while
997           running MEMDISK; see memdisk/memdisk.doc and
998           sample/mdiskchk.c.
999         * mkdiskimage: substantially improved mkdiskimage which, among
1000           other things, can now be used to initialize USB keys as
1001           zipdrives; see README.usbkey for more information.
1003 Changes in 2.13:
1004         * MEMDISK: Fix command-line parsing "brown paper bag" class
1005           bug.
1006         * MEMDISK: Add "raw" mode to support the DOS boot disk from
1007           WinME/XP, which seems to deliberately crash the system
1008           when someone uses the "INT 15h mover" highmem API.
1009         * Make "make install" do something sane for the com32
1010           development environment.
1011         * In the spec file, create a separate -devel RPM for the com32
1012           development environment.
1014 Changes in 2.12:
1015         * Simple C library, based on klibc, for writing COM32
1016           programs.
1017         * Fix the handling of file length in loading of COM32
1018           programs.
1019         * MEMDISK: Work around a linker bug by rearranging the code to
1020           not use the linker for the 16-bit code.
1021         * SYSLINUX: If we're building on a machine without a Win32
1022           (mingw) compiler, just skip building syslinux.exe.
1023         * ISOLINUX: Support non-mkisofs mastering programs, at least
1024           as long as the image is single-session.  For best results,
1025           ISOLINUX should be the only boot loader installed.
1026         * MEMDISK: Allow the user to specify that the simulated disk
1027           should be write-protected.
1029 Changes in 2.11:
1030         * ALL: Add an API call to get the configuration file name.
1031         * SYSLINUX: Fix bug in 2.10 that prevented it from working
1032           correctly for a lot of people.
1033         * SYSLINUX: In the installer, make mtools a bit less fussy.
1034         * Make the menu system compile with newer gcc's.
1036 Changes in 2.10:
1037         * MEMDISK: Handle images compressed with zip as well as with
1038           gzip.  Some Windows-based image tools apparently generate
1039           these kinds of images by default.  Patch by Patrick
1040           LoPresti.
1041         * Major menu improvement from Murali Ganapathy.
1042         * ISOLINUX: Wonderfully sick and brilliant workaround for
1043           severe bugs in certain Award BIOSes; from Knut Petersen.
1044         * SYSLINUX: Fix for the nomtools installed, from Frederic
1045           Pasteleurs.
1046         * PXELINUX: Fix handling of IP numbers in the ranges
1047           100-109 and 200-209.
1048         * ALL: New option "allowoptions" (defaults to 1), which
1049           controls if options are allowed on the command line or not.
1050         * SYSLINUX: Support building under klibc (see the klibc
1051           distribution for details.)
1053 Changes in 2.09:
1054         * SYSLINUX: Remove residual setuid crap from
1055           syslinux-nomtools.
1056         * Handle video pages correctly when using the API functions.
1057         * Handle compiling on an x86-64 platform correctly.
1058         * Menu system from Murali Krishnan Ganapathy; see the menu
1059           directory for information.
1060         * COMBOOT: Allow COMBOOT programs to change screen text mode.
1061         * COMBOOT: Correct the documentation of how to detect
1062           SYSLINUX from COMBOOT!!!!
1063         * COMBOOT: Fix "get key without echo" API function.
1064         * SYSLINUX: Fix bug that affected the API open function.
1065         * ALL: Improve the E820 memory parser, to work around some
1066           buggy BIOSes.
1068 Changes in 2.08:
1069         * Add new configuration command "ontimeout" to allow timeout
1070           to have a different action than just pressing Enter.
1071         * Add new configuration command "onerror" to allow a custom
1072           command to be executed in case the kernel image is not found.
1073         * Fix bugs in the COMBOOT/COM32 command-line parsing.  APPEND
1074           now works with COMBOOT/COM32 images.
1075         * PXELINUX: Poll for ARP requests while sitting at the
1076           prompt.  This makes some boot servers a lot less unhappy.
1077         * PXELINUX: Actually free sockets when we get a failure
1078           (including file not found.)  This bug would cause us to run
1079           out of sockets and thus "go deaf" after a while.
1080         * MEMDISK: Add an API to query for the existence of MEMDISK.
1081         * SYSLINUX: Fix loading boot sectors (.bs/.bss) from floppy
1082           disk.
1083         * .c32 is now one of the extensions searched for
1084           automatically.
1085         * PXELINUX: RFBG.exe seems to randomly overwrite memory
1086           location 0x5700.  Thus, don't use it!
1087         * PXELINUX: Change pathname length max from 63 to 127; change
1088           max vkernels from 128 to 64.
1089         * Support Ctrl-U -> kill entire command line input.
1090         * The "samples" directory contains a (barely at all tested)
1091           chain loading example, chain.c32, which may be used to
1092           chainload local floppy disks and hard disks.  Use with
1093           "chain fdN" or "chain hdN [partition]"; N = 0 for the first
1094           drive of each type.
1096 Changes in 2.07:
1097         * MEMDISK: Workaround for BIOSes which go into a snit when
1098           they get a RESET command for the floppy system when there is
1099           no floppy in the system.
1100         * PXELINUX: Add "ipappend 2", which passes the hardware
1101           address of the boot interface to the kernel as a
1102           command-line option.
1103         * mkdiskimage: fix the generation of the end limit.
1104         * PXELINUX: Fix multiple bugs in chainloading of other NBPs.
1105         * MEMDISK: Fix bug that would occationally cause "ran out of
1106           input data" when using compressed disk images.
1107         * SYSLINUX: Updates for the win32 installer (from Lars Munch.)
1108         * PXELINUX: PXELINUX-specific options are now recognized both
1109           in a vendor-option-space (a.k.a. type 43 encapsulated) as
1110           well as in a site-option-space (unencapsulated.)
1111         * COM32: Don't crash when DS != 0.
1112         * COMBOOT/COM32: Make file reading work correctly.  Thanks to
1113           Phung Chi Kien for submitting a test program.
1115 Changes in 2.06:
1116         * ALL: Fix problem that would occationally cause a
1117           boot failure, depending on the length of the kernel.
1118         * ISOLINUX: Fix problem that would occationally cause a
1119           boot failure, depending on the length of directories.
1120         * SYSLINUX: Win32 installer now flushes buffers.
1121         * ppmtolss16: Be fully compliant with the PNM spec;
1122           actually process comments in the header and odd
1123           alignments of the various parameters, as well as
1124           "plain" (not raw) files and PBM and PGM files.
1125         * PXELINUX: Lower the default MTU to 1472 in order to deal
1126           with systems with slightly nonstandard MTUs, and PXE
1127           stacks which don't defragment correctly.  Unfortunately this
1128           is very hard to test dynamically.
1130 Changes in 2.05:
1131         * PXELINUX: Add a default query based on the hardware address
1132           of the boot device.  This is in lower case hexadecimal form
1133           separated by dashes and including the hardware type, for
1134           example, the Ethernet (type 1) address 88:99:AA:BB:CC:DD
1135           would query the file pxelinux.cfg/01-88-99-aa-bb-cc-dd.
1136         * PXELINUX: Fix bug involving non-IP-based config file names.
1137         * SYSLINUX: New installer for WinNT-based systems, from Lars
1138           Munch.
1139         * MEMDISK: Fix handling of memory region overlap when
1140           decompressing.  Thanks to Mikhail Kupchik for identifying
1141           the problem.
1143 Changes in 2.04:
1144         * ALL: Reclaim even more low memory by observing that
1145           comboot_seg == real_mode_seg is perfectly fine, and by the
1146           fact that the 1000h segment managed to get unused in all
1147           derivatives...
1148         * PXELINUX: Attempt to negotiate full Ethernet-sized blocks
1149           (1468 bytes) using the blksize option.
1150         * SYSLINUX: Resurrect the old no-mtools version of the
1151           installer, although as a root-only tool.  Some distributors
1152           have indicated that they need a small standalone installer.
1153         * MEMDISK: Fix a memory offset computation error when
1154           installing compressed disks which generally would cause
1155           1 MB of memory to be wasted.
1156         * MEMDISK: Fix installing the E820 memory map.  Calling
1157           INT 15h AX=0E820h with MEMDISK 2.03 loaded would give a
1158           completely corrupt memory map.
1159         * SYSLINUX: Make libsyslinux a dynamic library, so that it can
1160           be updated separately from client programs.  The whole idea,
1161           after all, is to enable alternate programs to become
1162           syslinux installers.
1163         * Include an rpm spec file in the distribution, so rpmbuild
1164           -ta works.
1166 Changes in 2.03:
1167         * Actually support comment lines in the configuration file.
1168         * PXELINUX: Try to resolve some problems with stack switches.
1169         * PXELINUX: Handle PXE stacks with broken routing.
1170           With these workarounds, the remote install PXE boot floppy
1171           (rbfg.exe) from Argon Technologies should work correctly.
1172         * Fix problems with Perl scripts in UTF-8 locales.
1173         * You probably need NASM 0.98.34 or later to compile this
1174           version.  0.98.36 is recommended.
1175         * MEMDISK: Now supports gzip compressed images.
1177 Changes in 2.02:
1178         * SYSLINUX: Security flaws have been found in the SYSLINUX
1179           installer when running setuid root.  Rewrite the SYSLINUX
1180           installer so it uses mtools instead.  It therefore now
1181           requires mtools (specifically mcopy and mattrib) to exist on
1182           your system, but it will not require root privileges and
1183           SHOULD NOT be setuid.
1185 Changes in 2.01:
1186         * MEMDISK: Fix memory sizing bug when the ramdisk crosses the
1187           16 MB boundary.
1188         * MEMDISK: Add a "pause" option to stop immediately before
1189           booting, to read off the messages.
1190         * MEMDISK: Support disk images with DOSEMU headers.
1191         * Update the mkdiskimage script to handle newer mtools
1192           versions, and be able to generate disk images with DOSEMU
1193           headers (controlled by the -d option).
1194         * Fix the COM32 sample program.
1195         * PXELINUX, ISOLINUX: Fix some COMBOOT API calls.
1196         * PXELINUX: Doc fix.
1197         * Build SYSLINUX into a small library for encapsulation into
1198           other programs (however, please keep in mind this is a GPL'd
1199           library.)
1200         * SYSLINUX: Make installer work with "owner" in /etc/fstab.
1201         * SYSLINUX: Fix issue with working on nonpartitioned hard disk
1202           devices.  THIS CONFIGURATION IS NOT RECOMMENDED.
1204 Changes in 2.00:
1205         * ALL: Add support for "COM32" (32-bit COMBOOT) images.
1206         * ALL: Add an API for COMBOOT/COM32 images.  See comboot.doc
1207           for details.  There is a C development environment for
1208           COM32 being created; it should be ready at some point in
1209           the future.
1210         * Fix mbr.asm so that it actually works.
1211         * SYSLINUX: The syslinux installer *SHOULD* now be safe to
1212           run setuid root.
1213         * PXELINUX: Fix bug where PXELINUX would override random
1214           chunks of the UNDI code segment!  Thanks to Kevin Tran for
1215           finding this bug.
1216         * ISOLINUX: Fix a bug related to slashes in pathnames.
1217         * ISOLINUX: Fix a bug in handling initrds over 128 MB.
1218         * ALL: Make the <Ctrl-V> key print out the version; this is
1219           to help debugging.
1220         * Add a small script, mkdiskimage, to create a DOS-formatted
1221           hard disk image using mtools.  This may be useful in
1222           conjunction with MEMDISK.
1223         * ISOLINUX: Search for a /boot/isolinux directory as well as
1224           /isolinux.
1225         * ALL: Fix a bug related to very long configuration files.
1226         * PXELINUX: Work around a NASM bug which would result in no
1227           delay before reset if an error occurs.
1229 Changes in 1.76:
1230         * ISOLINUX: Remove code no longer used which caused hangs on
1231           some Toshiba laptops.
1233 Changes in 1.75:
1234         * ALL: NASM 0.98.32 or later is now required to build
1235           SYSLINUX from sources.
1236         * SYSLINUX: put back in the workaround for the BIOS floppy
1237           table.  This seems to be a requirement for "extended" floppy
1238           formats to work correctly.
1239         * SYSLINUX: No longer warn if one is trying to boot on a 286
1240           or older.  The above BIOS workaround no longer fits if the
1241           requirement to use only 8086-compatible code in the early
1242           boot is maintained.  It made sense in 1994, but in 2002 a
1243           286 or older is a museum object.
1244         * SYSLINUX: Use a downright bizarre, stateful algorithm to try
1245           to guess the maximum transfer size.  I am *hoping* this will
1246           cut down on the number of systems for which -s is required
1247           to work at any acceptable speed.
1248         * ISOLINUX: Add a few more workarounds for various broken El
1249           Torito BIOSes.
1250         * Make sure .depend files aren't accidentally packed...
1251         * ALL: Fix bugs in the extension-detect code; this caused
1252           files like COMBOOT images and CD boot sectors to be
1253           mis-identified as Linux kernels and rejected.
1254         * ALL: Fix the return from COMBOOT.
1255         * ALL: Do some of the early groundwork for supporting DOS
1256           system calls in COMBOOT.
1257         * Get rid of unnecessary "near" directives, making the code
1258           bigger.
1259         * PXELINUX: Put the PXE stack back in the init state before
1260           invoking a chain-loaded NBP.
1261         * PXELINUX: Actually found the combination of calls that
1262           allows some (most?) PXE 2+ stacks to be unloaded from memory
1263           properly.
1264         * PXELINUX: Add "keeppxe" command-line option to disable
1265           the standard unloading of the PXE stack.
1267 Changes in 1.74:
1268         * SYSLINUX: fix bug that would cause valid kernel images to be
1269           labelled "invalid".
1271 Changes in 1.73:
1272         * Work on removing gratuitous differences between modules.
1273         * Break up the source in common and module-specific files.
1274         * PXELINUX: Allow chaining of other PXE NBPs.
1275         * ISOLINUX: Allow loading "CD-ROM boot sectors".
1276         * ALL: generalize the definition of a boot sector/NBP.
1278 Changes in 1.72:
1279         * PXELINUX, ISOLINUX: Fix bugs in the new core code.
1281 Changes in 1.71:
1282         * Fix a "brown paper bag" class bug in the new core code.
1284 Changes in 1.70:
1285         * Major code restructuring.
1286         * Relax the conventional memory limits somewhat.
1287         * MEMDISK: Set up the "version number string" pointer in the
1288           header correctly.
1289         * SYSLINUX: Fix, again, "the bug that won't die": the use of
1290           the offset parameter with the SYSLINUX installer.
1291         * SYSLINUX: Fix possible superblock corruption problem in the
1292           SYSLINUX installer.
1294 Changes in 1.67:
1295         * Handle bug in the location of initrd.
1297 Changes in 1.66:
1298         * MEMDISK: Make compile with newer versions of gcc.
1300 Changes in 1.65:
1301         * ISOLINUX: Support booting disk image files (to boot DOS or
1302           other non-Linux operating systems), *IF* the BIOS works
1303           correctly; unfortunately many BIOSes apparently don't.
1304         * Support Linux boot protocol version 2.03 (explicitly
1305           specify the initrd address limit.)
1306         * Handle small "pseudo-kernels"; images that use the Linux
1307           kernel boot protocols but are less than 64K in size.
1308         * MEMDISK: New subsystem; this is a driver which allows
1309           legacy OSes to boot using an in-memory simulated disk.
1310           See memdisk/memdisk.doc for more info.
1311         * PXELINUX, ISOLINUX: Correctly handle files larger than 65535
1312           blocks (32 MB for PXELINUX, 128 MB for ISOLINUX.)
1313         * PXELINUX: Make a best-effort attempt at freeing all memory
1314           claimed.  From the looks of it, it will fail on most PXE
1315           stacks.
1317 Changes in 1.64:
1318         * Limited support for hardware flow control when using a
1319           serial port console.
1320         * Support specifying the serial port I/O address explicitly.
1321         * Make DOS installer hopefully behave more nicely when used on
1322           recent Windows versions.
1323         * Fix returning to text mode when a font has been specified.
1324         * Attempt to detect missing serial port hardware and disable
1325           the serial port if there is nothing there.
1327 Changes in 1.63:
1328         * Make the ppmtolss16 program handle color conversion more
1329           correctly.
1330         * Clean up "make install" target, honour INSTALLROOT if it
1331           exists.
1332         * SYSLINUX: Fix stack-smash bug identified by Steffen
1333           Winterfeldt.
1334         * Hopefully fix return-to-text-mode on some graphics cards.
1335         * ISOLINUX: Bug workaround for Award BIOS 4.51, and perhaps
1336           other buggy BIOSes as well.
1338 Changes in 1.62:
1339         * PXELINUX: Allow the DHCP server to override the
1340           configuration file name and pathname prefix, using
1341           "site-specific" DHCP options.
1342         * PXELINUX: Documentation fixes.
1343         * PXELINUX: Fix the "ipappend" option; the last two values
1344           were reversed vs. what the kernel expected.
1345         * Introduce a way to return to text mode once we are already
1346           in graphics mode.  This may be useful for F-key help
1347           screens.
1348         * Fix several bugs in the way return to text mode was handled.
1350 Changes in 1.61:
1351         * ISOLINUX: Support full pathname searches.  Max length for a
1352           pathname is 255 characters.  As a result, only 64 "label"
1353           statements are supported in ISOLINUX.
1354         * PXELINUX: Max filename length extended to 63 characters.
1356 Changes in 1.60:
1357         * Add support for graphical splash screens.
1358         * Add mode control characters, which allows you to control
1359           message display output depending on output mode (text,
1360           graphics, or serial port.)
1361         * ISOLINUX: New program, which boots Linux from a CD-ROM
1362           without using floppy emulation mode.  See isolinux.doc for
1363           more details.
1364         * PXELINUX: Don't search for boot sector file types, since
1365           they don't work anyway.
1366         * SYSLINUX: Document the LOCK command for Win9x, and the error
1367           dialog box for WinNT/2K.
1369 Changes in 1.54:
1370         * PXELINUX: Fix code for finding !PXE from PXENV+.  This was
1371           due to a spec bug; match the most recent spec since that
1372           seems to be what implementations actually do.
1373         * SYSLINUX: Add some smarts to the boot sector, which
1374           hopefully should reduce the number of systems which require
1375           stupid mode ("syslinux -s").
1376         * PXELINUX: Document further some of the pathologies with old
1377           PXE stacks.
1378         * When specifying a "default" command line, no longer
1379           automatically appent "auto".  See the "DEFAULT" command in
1380           syslinux.doc for more information.
1381         * PXELINUX: Clean up the allocation of local socket numbers.
1383 Changes in 1.53:
1384         * PXELINUX: Rename pxelinux.bin to pxelinux.0, to match what
1385           most PXE servers seem to expect.
1386         * PXELINUX: Update the DHCP/boot server setup documentation.
1387         * PXELINUX: Support new "localboot" option for "label"
1388           sections.
1389         * PXELINUX: More robust parsing of DHCP/boot server packets.
1390         * PXELINUX: Include a small utility program "gethostip" to
1391           compute hexadecimal IP addresses.
1393 Changes in 1.52:
1394         * PXELINUX: Fix bugs introduced by new A20 code.  (SYSLINUX
1395           has also been changed for code consistency reasons, but I'm
1396           pretty sure the changes are don't care on SYSLINUX.)
1397         * Documentation updates.
1398         * PXELINUX: Add "ipappend" option to generate an ip= option to
1399           the kernel.
1401 Changes in 1.51:
1402         * PXELINUX: Not all PXE stacks fill in the IP address for a
1403           type 3 cached info query.  Use a type 2 cached info query
1404           for this information (only.)
1405         * Yet another attempt at A20 coding.  Now support BIOS call
1406           15:2401 as well, and handle machines which always have A20
1407           on separately.
1408         * Support memory detection using INT 15h, AX=0E820h.  BIOS
1409           manufacturers have apparently gotten sloppy about keeping
1410           INT 15h, AX=0E801h working properly.
1411         * Don't issue <CR><LF> onto the serial port when we're doing
1412           screen wraparound.
1414 Changes in 1.50:
1415         * Yet another A20-code update.  It seems some "legacy-free"
1416           machines and embedded gear simply don't have a KBC to talk
1417           to, and that waiting for one will wait forever.  Sigh.
1419 Changes in 1.49:
1420         * SYSLINUX: Implement a hack for BIOS drivers which hog significant
1421           chunks of low memory during boot.  (Note: PXELINUX already
1422           had this modification.  SYSLINUX does still require that the
1423           low 512K is available; PXELINUX requires 384K.  Machines
1424           with a physical memory hole in the low 640K cannot boot
1425           Linux no matter what.)  Depending what the reason is for the
1426           memory hole, a new kernel (2.4.0-test3-pre3 or later) may be
1427           required.
1428         * SYSLINUX: Default installer binary now compiled against
1429           glibc 2.1.  If this is inappropriate for your system and you
1430           still want to use the offical version of SYSLINUX, please
1431           follow the instructions in "distrib.doc" to rebuild the
1432           installer.
1433         * SYSLINUX: Linux installer program now supports -o <offset>
1434           option which does a loopback mount with the
1435           -o loop,offset=<> option.  Useful to run SYSLINUX on an
1436           individual partition of a whole-harddisk image.
1437         * Include the source code to a Master Boot Record (MBR)
1438           functionally equivalent to the one installed DOS except it
1439           includes EBIOS support, and should be resistant to geometry
1440           changes.  The MBR code is public domain.
1441         * PXELINUX: Fix "double p" bug: if the tftp prefix was null,
1442           all filenames would get a "p" preprended, e.g.
1443           "ppxelinux.cfg" and "pvmlinux".
1445 Changes in 1.48:
1446         * PXELINUX: Workaround for PXE ROMs based on the Intel PXE PDK
1447           3.0 build 071 and earlier: missing !PXE structure pointer.
1448         * PXELINUX: Handle larger BOOTP/DHCP packages.
1449         * PXELINUX: The command line passing was broken; fix.
1450         * PXELINUX: Make COMBOOT images work.
1451         * PXELINUX: Documentation on how to make booting work using
1452           the PDK 3.0-derived clients, which aren't so generous as to
1453           allow booting with only "PXEClient" specified.
1455 Changes in 1.47:
1456         * PXELINUX: RFC 1123 states that a TFTP implementation MUST
1457           use adaptive timeout, "at least an exponential backoff of
1458           retransmission timeout is necessary."  Implement a very
1459           simple exponential backoff for retransmits.
1460         * PXELINUX: Updated documentation, including pointer to new
1461           TFTP server.
1462         * PXELINUX: When sending ERROR due to bad OACK, use the proper
1463           destination port number (why are TFTP port numbers so odd?)
1464         * PXELINUX: If the boot dies in the middle somewhere,
1465           eventually give up and reset the machine (unattended
1466           operation.)
1468 Changes in 1.46:
1469         * New program PXELINUX to do network booting using a
1470           PXE-compliant (Pre-Execution Environment) network booting
1471           PROM.  See pxelinux.doc for details.
1473 Changes in 1.45:
1474         * Serial console support.  See syslinux.doc for details.
1476 Changes in 1.44:
1477         * Change HIGHMEM_MAX to 38000000h to (hopefully) avoid the
1478           kernel stepping on it; 3f000000h was apparently a higher
1479           limit than the kernel used!
1481 Changes in 1.43:
1482         * Add sys2ansi.pl script to display the contents of a
1483           colorized SYSLINUX file.
1484         * Changed the io_delay once again, after a report that the
1485           old delay port causes hangs on some systems.
1487 Changes in 1.42:
1488         * Frob the "fast A20 gate" port as well as the keyboard
1489           controller; will this help systems with problems?
1490         * Be even more paranoid about A20, unfortunately even this
1491           seems to be not paranoid enough... what I don't understand
1492           is that if there is hardware out there *this broken*, how
1493           can it run Linux at all?  Report an error message rather
1494           than hang forever if A20 is stuck.
1495         * Include some intermediate files in the distribution, plus
1496           provide a "make installer" target for distributors to relink
1497           the install programs only.  I would prefer the syslinux boot
1498           loader proper to be "binary clean" for debuggablity -- use
1499           "make clean ; make installer" to rebuild the installers only.
1501 Changes in 1.41:
1502         * Don't get confused by directories, volume labels, or VFAT
1503           long names.
1504         * Use INT 15h, AX=0E801h to query memory size before trying
1505           INT 15h, AH=88h.  This not only provides more headroom
1506           between the kernel and the initrd on large-memory machines,
1507           but it appears some recent BIOSes actually have started
1508           returning garbage for the AH=88h (older) call.
1509         * Trust high memory beyond the 15 MB mark if the user has
1510           specified it, or if obtained with INT 15h, AH=0E801h (with
1511           no memory holes above 1 MB.)
1513 Changes in 1.40:
1514         * Increase A20M delay and put in a test to avoid problems on
1515           certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
1516           for vital info on this one.)
1517         * Support COMBOOT style boot command images.
1518         * Support chain loading (foreign operating systems, e.g. DOS).
1519         * Include a new "copybs" DOS utility to copy a boot sector to
1520           a file (under Linux, use "dd".)
1521         * Fix the DOS installer to work for disks over 32 MB.
1522         * SYSLINUX should now handle disks with more than 65536 tracks.
1524 Changes in 1.37:
1525         * Fix a bug that caused "label" statements in syslinux.cfg to
1526           not be handled properly.
1527         * Updated the documentation.  Among other things, we now allow
1528           up to 128 "label" statements.
1530 Changes in 1.36:
1531         * Fix for booting old (pre-initrd) kernels.
1532         * It seems at least some versions of OS/2 doesn't set up all
1533           the fields in the superblock correctly.  Account for that.
1534         * Fix bug that caused boot failure when using the mem= option.
1536 Changes in 1.35:
1537         * Loading from partitions now should work properly.  (Actually
1538           tested, this time.  You should even be able to dd a floppy
1539           to a partition and boot from it.)
1540         * Removed large workaround code for an alleged ancient BIOS
1541           bug I have never actually seen.  The -s option should work
1542           on those machines, anyway.
1543         * Support for simple keyboard remappings, same as used by
1544           LILO (once again to support localization.)  The program
1545           keytab-lilo.pl from the LILO distribution included to
1546           generate such maps.
1547         * Added a "safe, slow and stupid" (-s) option to the
1548           installers.  This option will lobotomize the boot sector to
1549           hopefully work on even very buggy BIOSes.
1551 Changes in 1.34:
1552         * Ability to load a VGA font on bootup (for localized Linux
1553           distributions.)
1555 Changes in 1.33:
1556         * Bug fix in the Linux installer.
1557         * Added a workaround for a bug in certain AMI/Intel BIOSes
1558           when booting from CD-ROM.
1559         * Documentation changes.
1561 Changes in 1.32:
1562         * FAT16 filesystems are now supported.
1564 Changes in 1.31:
1565         * Now compiles under Linux, using NASM, rather than using
1566           Turbo Assembler under DOS.  See http://www.cryogen.com/Nasm
1567           for information about NASM.
1568         * Linux-hosted SYSLINUX installer, as well as a
1569           rewritten DOS installer (now is written in assembler, so we
1570           don't need Turbo C.)
1572 Changes in 1.30:
1573         * Added support for loading bzImage and initrd loading, and made
1574           SYSLINUX new-setup-code aware (SYSLINUX 1.30 id=0x31).
1575         * Added LILO-style kernel labels; see the LABEL and IMPLICIT
1576           keywords in README file.
1577         * Added support for colorization of intro and help screens.
1578         * The vga= option is now handled correctly.
1579         * Massive rewrite of large chunks of the code in order to
1580           support the first two new features.
1582 Changes in 1.20:
1583         * Added simple online help at the "boot:" prompt.
1584         * Removed 2880K image as I no longer have access to such a
1585           floppy drive.  (Donations accepted!!)
1586         * Decided to distribute the source in a subdirectory rather
1587           than in a nested zipfile.
1589 Changes in 1.11:
1590         * Removed a sanity check which would cause booting to fail on
1591           Phoenix BIOS version 4.03.  Apparently this BIOS is buggy.
1593 Changes in 1.10:
1594         * Added configuration file SYSLINUX.CFG.  This file contains all
1595           configurable options, and can be edited from any OS which can
1596           access an MS-DOS filesystem; there is no longer a need to run
1597           SYSLINUX.EXE except to write the boot sector.
1598         * Default command line now given by "default" line in config
1599           file.
1600         * LINUXMSG.TXT and BOOTMSG.TXT hard-coded file names replaced by
1601           "display" and "prompt" lines in config file.
1602         * LILO-style option appending now supported ("append" line in
1603           config file).
1604         * Prompt timeout is now supported ("timeout" line in config
1605           file).  The timeout is cancelled when anything is typed on the
1606           command line.
1607         * Pressing <ESC> or <Ctrl-C> at the Loading... stage now aborts
1608           the kernel loading in progress and returns the user to the
1609           boot: prompt.
1610         * The installer now automatically sets the READONLY flag on
1611           LDLINUX.SYS.
1612         * Added 2880K disk image.
1614 Changes in 1.03:
1615         * Fixed bug that would prevent booting from double-density
1616           floppies and other DOS filesystems with multiple sectors per
1617           cluster.
1618         * Added 720K disk image.
1619         * Changed default kernel name on disk images to LINUX.
1621 Changes in 1.02:
1622         * Fixed bug that would garble the command line on recent kernels
1623           with more than 4 sectors of setup code (this wasn't really a
1624           *bug*; rather, a kernel change broke the code.  Unfortunately
1625           the Linux boot interface is still sorely undocumented).
1626         * Added BOOTMSG.TXT file support (message file which does not
1627           force display of the boot prompt).
1629 Changes in 1.01:
1630         * Fixed bug on some (most?) 386 BIOSes would require two boot
1631           attempts.