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