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