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