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