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