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