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