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