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