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