profile/ivi/syslinux.git
17 years agoFix numerous problems in the new MBR code. syslinux-3.36-pre5
H. Peter Anvin [Mon, 5 Feb 2007 01:24:10 +0000 (17:24 -0800)]
Fix numerous problems in the new MBR code.

17 years agoMBR: Set %si immediately upon setting %sp
H. Peter Anvin [Mon, 5 Feb 2007 00:52:59 +0000 (16:52 -0800)]
MBR: Set %si immediately upon setting %sp

17 years agoMBR: produce a list file.
H. Peter Anvin [Mon, 5 Feb 2007 00:52:07 +0000 (16:52 -0800)]
MBR: produce a list file.

17 years agoDocument new MBR. syslinux-3.36-pre4
H. Peter Anvin [Mon, 5 Feb 2007 00:03:25 +0000 (16:03 -0800)]
Document new MBR.

17 years agoFix additional references to mbr.bin
H. Peter Anvin [Mon, 5 Feb 2007 00:02:25 +0000 (16:02 -0800)]
Fix additional references to mbr.bin

17 years agoMove old MBR into the MBR directory; fix old reference to mbr.bin
H. Peter Anvin [Mon, 5 Feb 2007 00:01:09 +0000 (16:01 -0800)]
Move old MBR into the MBR directory; fix old reference to mbr.bin

17 years agoNew MBR which supports logical partitions.
H. Peter Anvin [Sun, 4 Feb 2007 23:59:37 +0000 (15:59 -0800)]
New MBR which supports logical partitions.

New MBR which supports logical partitions.  Move the MBR to a subdirectory,
and convert it to gas with the expectation of including it in util-linux.

17 years agoUnix FAT inst: fix the order of stitched strings. syslinux-3.36-pre3
H. Peter Anvin [Sat, 3 Feb 2007 20:42:48 +0000 (12:42 -0800)]
Unix FAT inst: fix the order of stitched strings.

17 years agoRemember which sector we cached!
H. Peter Anvin [Fri, 2 Feb 2007 06:18:44 +0000 (22:18 -0800)]
Remember which sector we cached!

17 years agoUse LRU caching instead of LRR (least recently read)
H. Peter Anvin [Fri, 2 Feb 2007 06:11:12 +0000 (22:11 -0800)]
Use LRU caching instead of LRR (least recently read)

17 years agoRebalance sections for especially extlinux
H. Peter Anvin [Fri, 2 Feb 2007 06:10:36 +0000 (22:10 -0800)]
Rebalance sections for especially extlinux

17 years agoMtools installer: disable MTOOLS_NO_VFAT
H. Peter Anvin [Thu, 1 Feb 2007 20:15:38 +0000 (12:15 -0800)]
Mtools installer: disable MTOOLS_NO_VFAT

17 years agoMerge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux... syslinux-3.36-pre2
H. Peter Anvin [Thu, 1 Feb 2007 19:17:22 +0000 (11:17 -0800)]
Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinux-3.3x

17 years agoUnix FAT installer: separate mount/umount; try vfat before msdos
H. Peter Anvin [Thu, 1 Feb 2007 19:15:15 +0000 (11:15 -0800)]
Unix FAT installer: separate mount/umount; try vfat before msdos

Separate the mounting and unmounting code out into separate functions.
Try mounting vfat before trying to mount msdos.

17 years agoUnix FAT installer: #include <sys/ioctl.h>, FAT_IOCTL_SET_ATTRIBUTES
H. Peter Anvin [Thu, 1 Feb 2007 18:51:01 +0000 (10:51 -0800)]
Unix FAT installer: #include <sys/ioctl.h>, FAT_IOCTL_SET_ATTRIBUTES

#include <sys/ioctl.h>, and provide a backup definition for
FAT_IOCTL_SET_ATTRIBUTES.

17 years agoDocument that Ghost should now work.
H. Peter Anvin [Thu, 1 Feb 2007 07:47:58 +0000 (23:47 -0800)]
Document that Ghost should now work.

17 years agoDocument change in strategy for the "unix" installer.
H. Peter Anvin [Thu, 1 Feb 2007 07:47:12 +0000 (23:47 -0800)]
Document change in strategy for the "unix" installer.

17 years agoMerge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux...
H. Peter Anvin [Thu, 1 Feb 2007 07:46:11 +0000 (23:46 -0800)]
Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinux-3.3x

17 years agoUnix installer: use Linux-native ioctls instead of libfat
H. Peter Anvin [Thu, 1 Feb 2007 07:45:26 +0000 (23:45 -0800)]
Unix installer: use Linux-native ioctls instead of libfat

Unix installer: use Linux-native ioctls instead of libfat.  This should
make it smaller, and should also make it possible to use the vfat
filesystem (need to clean up the mount code for that to work.)

17 years agoMerge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux...
H. Peter Anvin [Wed, 31 Jan 2007 19:01:29 +0000 (11:01 -0800)]
Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinux-3.3x

17 years agoNew version 3.36: document changes so far
H. Peter Anvin [Wed, 31 Jan 2007 02:00:26 +0000 (18:00 -0800)]
New version 3.36: document changes so far

17 years agoMEMDISK: add alias "cbios" == "noebios" == "noedd"
H. Peter Anvin [Wed, 31 Jan 2007 01:59:14 +0000 (17:59 -0800)]
MEMDISK: add alias "cbios" == "noebios" == "noedd"

17 years agoMEMDISK: ebios/noebios as synonyms to edd/noedd
H. Peter Anvin [Wed, 31 Jan 2007 01:58:38 +0000 (17:58 -0800)]
MEMDISK: ebios/noebios as synonyms to edd/noedd

17 years agoMEMDISK: Default to floppy = EDD off, hard disk = EDD on, give option
H. Peter Anvin [Wed, 31 Jan 2007 01:57:07 +0000 (17:57 -0800)]
MEMDISK: Default to floppy = EDD off, hard disk = EDD on, give option

Default to having EDD off on floppies and EDD on on hard disks.
Additionally, add options "edd" and "noedd" to force this choice.

17 years agoUse %-style of implicit rules when we don't have SUFFIXES set. syslinux-3.35
H. Peter Anvin [Mon, 29 Jan 2007 01:56:15 +0000 (17:56 -0800)]
Use %-style of implicit rules when we don't have SUFFIXES set.

17 years agoQuiet warnings when building in a non-git directory.
H. Peter Anvin [Mon, 29 Jan 2007 01:48:13 +0000 (17:48 -0800)]
Quiet warnings when building in a non-git directory.

17 years agoWhen making a release, force a tag even if it already exists
H. Peter Anvin [Mon, 29 Jan 2007 01:41:06 +0000 (17:41 -0800)]
When making a release, force a tag even if it already exists

17 years agoMake including .depend obligatory (otherwise make might not generate it?)
H. Peter Anvin [Mon, 29 Jan 2007 01:36:25 +0000 (17:36 -0800)]
Make including .depend obligatory (otherwise make might not generate it?)

17 years agoRemove redundant rule for gethostip.o
H. Peter Anvin [Mon, 29 Jan 2007 01:33:21 +0000 (17:33 -0800)]
Remove redundant rule for gethostip.o

17 years agoGenerate gethostip even when cross-compiling with -m32
H. Peter Anvin [Mon, 29 Jan 2007 01:31:14 +0000 (17:31 -0800)]
Generate gethostip even when cross-compiling with -m32

17 years agoFix the Makefile to handle overridden CC
H. Peter Anvin [Mon, 29 Jan 2007 01:22:00 +0000 (17:22 -0800)]
Fix the Makefile to handle overridden CC

17 years agosample/Makefile: $(M32) is also needed in $(SFLAGS)
H. Peter Anvin [Mon, 29 Jan 2007 00:56:24 +0000 (16:56 -0800)]
sample/Makefile: $(M32) is also needed in $(SFLAGS)

17 years agoRemove -m32 from the CC variable globally.
H. Peter Anvin [Mon, 29 Jan 2007 00:53:07 +0000 (16:53 -0800)]
Remove -m32 from the CC variable globally.

17 years agoApparently rpmbuild won't accept a macro named "cc" either. Morons.
H. Peter Anvin [Mon, 29 Jan 2007 00:49:07 +0000 (16:49 -0800)]
Apparently rpmbuild won't accept a macro named "cc" either.  Morons.

17 years agoApparently rpmbuild can't deal with empty macros. Morons.
H. Peter Anvin [Mon, 29 Jan 2007 00:45:33 +0000 (16:45 -0800)]
Apparently rpmbuild can't deal with empty macros.  Morons.

17 years agoUpdate copyright dates to 2007
H. Peter Anvin [Sat, 27 Jan 2007 19:17:44 +0000 (11:17 -0800)]
Update copyright dates to 2007

17 years agoAcknowledge slax.org syslinux-3.35-pre5
H. Peter Anvin [Fri, 26 Jan 2007 05:19:00 +0000 (21:19 -0800)]
Acknowledge slax.org

17 years agoNeed to support Infinibad.
H. Peter Anvin [Fri, 26 Jan 2007 05:15:25 +0000 (21:15 -0800)]
Need to support Infinibad.

17 years agoUpdate TODO list.
H. Peter Anvin [Fri, 26 Jan 2007 05:13:31 +0000 (21:13 -0800)]
Update TODO list.

17 years ago-FPNG_NO_WRITE_SUPPORTED -> -DPNG_NO_WRITE_SUPPORTED
H. Peter Anvin [Fri, 26 Jan 2007 05:10:55 +0000 (21:10 -0800)]
-FPNG_NO_WRITE_SUPPORTED -> -DPNG_NO_WRITE_SUPPORTED

Fix typo.

17 years agoEven more places which need -m32... syslinux-3.35-pre4
H. Peter Anvin [Fri, 26 Jan 2007 01:49:15 +0000 (17:49 -0800)]
Even more places which need -m32...

17 years agoQuick hack to make sure we build 32-bit binaries with the -m32 flag.
H. Peter Anvin [Fri, 26 Jan 2007 01:37:23 +0000 (17:37 -0800)]
Quick hack to make sure we build 32-bit binaries with the -m32 flag.

Quick hack to make sure we build 32-bit binaries with the -m32 flag.
This makes rpmbuild --target i386 do the right thing.  A Makefile
overhaul is really in order, though.

17 years agoInvoke ONERROR if we hit abort_load (and ONERROR is set.)
H. Peter Anvin [Fri, 26 Jan 2007 01:03:53 +0000 (17:03 -0800)]
Invoke ONERROR if we hit abort_load (and ONERROR is set.)

17 years agoCompilation fix for older gcc where __DBL_*_EXP__ isn't defined
H. Peter Anvin [Thu, 25 Jan 2007 21:58:29 +0000 (13:58 -0800)]
Compilation fix for older gcc where __DBL_*_EXP__ isn't defined

17 years agoDocument config file search path syslinux-3.35-pre3
H. Peter Anvin [Thu, 25 Jan 2007 05:53:06 +0000 (21:53 -0800)]
Document config file search path

17 years agoDOS FAT installer: Fix name mangling for -d option
H. Peter Anvin [Thu, 25 Jan 2007 05:49:53 +0000 (21:49 -0800)]
DOS FAT installer: Fix name mangling for -d option

17 years agoWin32 FAT installer: fix type typo (which happened to cancel itself out...)
H. Peter Anvin [Thu, 25 Jan 2007 05:43:58 +0000 (21:43 -0800)]
Win32 FAT installer: fix type typo (which happened to cancel itself out...)

I had written "char *c = ..." instead of "char c = ..."; as it turned out,
the resulting (invalid) type conversions all worked themselves out and it
didn't matter, except for compiler warnings...

17 years agoWin32 FAT installer: fix path mangling for -d option
H. Peter Anvin [Thu, 25 Jan 2007 05:24:30 +0000 (21:24 -0800)]
Win32 FAT installer: fix path mangling for -d option

17 years agoNew API call: read disk.
H. Peter Anvin [Wed, 24 Jan 2007 23:13:11 +0000 (15:13 -0800)]
New API call: read disk.

17 years agoWin32 FAT installer: support installing in a subdirectory syslinux-3.35-pre2
H. Peter Anvin [Wed, 24 Jan 2007 07:07:57 +0000 (23:07 -0800)]
Win32 FAT installer: support installing in a subdirectory

17 years agoDOS FAT installer: Correct parsing of -d option
H. Peter Anvin [Wed, 24 Jan 2007 07:07:38 +0000 (23:07 -0800)]
DOS FAT installer: Correct parsing of -d option

17 years agoCall this version 3.35 instead of 3.32 syslinux-3.35-pre1
H. Peter Anvin [Wed, 24 Jan 2007 06:28:40 +0000 (22:28 -0800)]
Call this version 3.35 instead of 3.32

17 years agoUpdate documentation to indicate FAT subdirectory support.
H. Peter Anvin [Wed, 24 Jan 2007 06:27:51 +0000 (22:27 -0800)]
Update documentation to indicate FAT subdirectory support.

17 years agoUnix FAT installer: support installing ldlinux.sys in a subdirectory
H. Peter Anvin [Wed, 24 Jan 2007 06:27:26 +0000 (22:27 -0800)]
Unix FAT installer: support installing ldlinux.sys in a subdirectory

17 years agomtools FAT installer: support installing ldlinux.sys in a subdirectory
H. Peter Anvin [Wed, 24 Jan 2007 06:27:01 +0000 (22:27 -0800)]
mtools FAT installer: support installing ldlinux.sys in a subdirectory

17 years agoDOS FAT installer: support installing ldlinux.sys in a subdirectory
H. Peter Anvin [Wed, 24 Jan 2007 06:26:38 +0000 (22:26 -0800)]
DOS FAT installer: support installing ldlinux.sys in a subdirectory

17 years agoSupport subdirectories in the FAT version of SYSLINUX
H. Peter Anvin [Wed, 24 Jan 2007 06:26:06 +0000 (22:26 -0800)]
Support subdirectories in the FAT version of SYSLINUX

17 years agoFix segment register confusion in mangle_name
H. Peter Anvin [Wed, 24 Jan 2007 06:20:54 +0000 (22:20 -0800)]
Fix segment register confusion in mangle_name

17 years agocomboot.doc: for function 0009h, clarify ES:DI = PXE parameter structure
H. Peter Anvin [Sat, 6 Jan 2007 05:37:17 +0000 (21:37 -0800)]
comboot.doc: for function 0009h, clarify ES:DI = PXE parameter structure

Apparently "data buffer" was misinterpreted by some readers.  ES:DI points
to the parameter structure, which may point to other buffer(s).

17 years agoStealth whitespace cleanup. syslinux-3.32-pre8
H. Peter Anvin [Tue, 12 Dec 2006 21:49:56 +0000 (13:49 -0800)]
Stealth whitespace cleanup.

17 years agoPatch: Parse append arguments properly in mboot module
Ram Yalamanchili [Mon, 20 Nov 2006 23:08:24 +0000 (15:08 -0800)]
Patch: Parse append arguments properly in mboot module

Hey guys,

I noticed the appended ipappend options end up in the beginning of the
cmdline argv[] when mboot is entered. mboot then tries to parse the first
argument as the name of the kernel module and promptly fails cuz it can't
find "ip=.." or "bootif=...".

I'm attaching a patch which basically looks for any arguments in the argv[]
array and appends them to the kernel cmdline. The arguments have to be
back-to-back to be considered "appened options", so this should be safe
enough to not take out-of-place arguments and tack onto the kernel cmdline.

Last time i sent in some of the elf section loader patches, i think Peter
had trouble importing time. Hopefully it works now.

thanks,
Ram Yalamanchili

17 years agoMerge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux... syslinux-3.32-pre7
H. Peter Anvin [Wed, 22 Nov 2006 00:14:04 +0000 (16:14 -0800)]
Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinux-3.3x

17 years agoResolve issue with push/pop ordering in raw mode.
H. Peter Anvin [Wed, 22 Nov 2006 00:13:15 +0000 (16:13 -0800)]
Resolve issue with push/pop ordering in raw mode.

Bug reported by James Ling.

17 years agomemdisk: Update copyright date
H. Peter Anvin [Tue, 14 Nov 2006 05:04:51 +0000 (21:04 -0800)]
memdisk: Update copyright date

17 years agospec: handle variants of "i386" like "i686" syslinux-3.32-pre6
H. Peter Anvin [Wed, 1 Nov 2006 23:30:54 +0000 (15:30 -0800)]
spec: handle variants of "i386" like "i686"

17 years agomenu system: handle console setup/cleanup differently
H. Peter Anvin [Wed, 1 Nov 2006 23:28:41 +0000 (15:28 -0800)]
menu system: handle console setup/cleanup differently

Handle console setup/cleanup explicitly, instead of relying on a
destructor.  The destructor doesn't get called on outbound API calls
that don't return.

17 years agoNEWS: Document recent changes syslinux-3.32-pre5
H. Peter Anvin [Mon, 30 Oct 2006 19:01:41 +0000 (11:01 -0800)]
NEWS: Document recent changes

17 years agoThe simple menu system doesn't work with serial console
hiranotaka@zng.info [Sun, 29 Oct 2006 23:54:23 +0000 (08:54 +0900)]
The simple menu system doesn't work with serial console

Hello,

I have just get started using pxelinux, and encountered a problem.
The document says the simple menu system supports serial console,
and it works on syslinux 0.2x, but it doesn't seem to work in 0.3x and 0.4x.
I confirmed that this patch fixed the bug.

*** com32/lib/sys/xserial_write.c~      2006-10-30 08:30:35.000000000 +0900

17 years agomemdisk: Constrain input drive numbers both by equipment byte and INT 13h syslinux-3.32-pre4
H. Peter Anvin [Mon, 30 Oct 2006 18:53:44 +0000 (10:53 -0800)]
memdisk: Constrain input drive numbers both by equipment byte and INT 13h

Apparently on some BIOSes, INT 13h return a bogus number of floppy drives
when the real value is zero (probably because the code doesn't check the
validity bit in the equipment byte.)  Do it ourselves if we need to.

17 years agosha1pass: allow the user to specify an empty salt
H. Peter Anvin [Thu, 26 Oct 2006 21:39:26 +0000 (14:39 -0700)]
sha1pass: allow the user to specify an empty salt

17 years agoWhen chainloading, set ES:DI to point to the $PnP ICS if available.
H. Peter Anvin [Tue, 24 Oct 2006 23:40:45 +0000 (16:40 -0700)]
When chainloading, set ES:DI to point to the $PnP ICS if available.
Arguably these really should be kept from the original invocation instead
of saved.  This is doable for PXELINUX, but might be very hard to do for
the disk-based ones.  Think hard about it.

17 years agomemdisk: $PnP Installation Check structure length is byte 5, not 2
H. Peter Anvin [Tue, 24 Oct 2006 23:39:20 +0000 (16:39 -0700)]
memdisk: $PnP Installation Check structure length is byte 5, not 2

17 years ago[memdisk] Enable EDD support by default. syslinux-3.32-pre3
H. Peter Anvin [Fri, 20 Oct 2006 16:51:19 +0000 (09:51 -0700)]
[memdisk] Enable EDD support by default.

17 years agoMakefile cleanup to be able to build with CC='gcc -m32' syslinux-3.32-pre2
H. Peter Anvin [Tue, 17 Oct 2006 22:25:00 +0000 (15:25 -0700)]
Makefile cleanup to be able to build with CC='gcc -m32'

17 years agoRemove -x c from assembly preprocessing
H. Peter Anvin [Tue, 17 Oct 2006 22:19:46 +0000 (15:19 -0700)]
Remove -x c from assembly preprocessing

17 years agoRemove -traditional
H. Peter Anvin [Tue, 17 Oct 2006 22:18:37 +0000 (15:18 -0700)]
Remove -traditional

17 years agoSet MAKEFLAGS to -r to suppress predefined rules
H. Peter Anvin [Tue, 17 Oct 2006 22:16:51 +0000 (15:16 -0700)]
Set MAKEFLAGS to -r to suppress predefined rules

17 years agoMove -m32 to CFLAGS as well
H. Peter Anvin [Tue, 17 Oct 2006 22:12:47 +0000 (15:12 -0700)]
Move -m32 to CFLAGS as well

17 years agoMove flags from CC to CFLAGS
H. Peter Anvin [Tue, 17 Oct 2006 22:11:56 +0000 (15:11 -0700)]
Move flags from CC to CFLAGS

17 years agoDocument memdisk changes
H. Peter Anvin [Tue, 17 Oct 2006 22:10:12 +0000 (15:10 -0700)]
Document memdisk changes

17 years agoMerge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux...
H. Peter Anvin [Tue, 17 Oct 2006 22:04:55 +0000 (15:04 -0700)]
Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinux-3.3x

17 years ago[memdisk] Saner handling of the values returned to the real-mode code.
H. Peter Anvin [Tue, 17 Oct 2006 22:04:39 +0000 (15:04 -0700)]
[memdisk] Saner handling of the values returned to the real-mode code.

17 years ago[memdisk] Make ES:DI point to the $PnP structure on entry
H. Peter Anvin [Tue, 17 Oct 2006 21:50:47 +0000 (14:50 -0700)]
[memdisk] Make ES:DI point to the $PnP structure on entry

ES:DI is supposed to point to the $PnP structure on entry, make it sew.

17 years agoNew TEXT..ENDTEXT statement for the benefit of the menu system
H. Peter Anvin [Tue, 3 Oct 2006 04:44:00 +0000 (21:44 -0700)]
New TEXT..ENDTEXT statement for the benefit of the menu system

17 years agoOfficial binaries are 32 bits. Clean up release vs prerel.
H. Peter Anvin [Tue, 3 Oct 2006 04:11:48 +0000 (21:11 -0700)]
Official binaries are 32 bits.  Clean up release vs prerel.

17 years agoReduce verbosity
H. Peter Anvin [Tue, 3 Oct 2006 03:26:57 +0000 (20:26 -0700)]
Reduce verbosity

17 years agoFix to "make tidy"
H. Peter Anvin [Tue, 3 Oct 2006 03:26:02 +0000 (20:26 -0700)]
Fix to "make tidy"

17 years agovesainit: clear the VESA buffers before call (paranoia)
H. Peter Anvin [Sat, 30 Sep 2006 17:56:44 +0000 (10:56 -0700)]
vesainit: clear the VESA buffers before call (paranoia)

17 years agovesainit: more careful detection of VESA modes
H. Peter Anvin [Sat, 30 Sep 2006 17:50:56 +0000 (10:50 -0700)]
vesainit: more careful detection of VESA modes

17 years agoDocument new safeint mode. syslinux-3.32-pre1
H. Peter Anvin [Thu, 28 Sep 2006 18:26:58 +0000 (11:26 -0700)]
Document new safeint mode.

17 years agoNext version on this branch: 3.32
H. Peter Anvin [Thu, 28 Sep 2006 18:26:26 +0000 (11:26 -0700)]
Next version on this branch: 3.32

17 years agoAdd "safeint" mode to memdisk
H. Peter Anvin [Thu, 28 Sep 2006 18:25:20 +0000 (11:25 -0700)]
Add "safeint" mode to memdisk

17 years agoTry to be more true to the way "MENU INCLUDE" should work. syslinux-3.31 syslinux-3.31-pre4
H. Peter Anvin [Sat, 23 Sep 2006 00:07:17 +0000 (17:07 -0700)]
Try to be more true to the way "MENU INCLUDE" should work.

17 years agoMake the last row the end row.
H. Peter Anvin [Fri, 22 Sep 2006 02:08:08 +0000 (19:08 -0700)]
Make the last row the end row.

17 years agoNew MENU INCLUDE directive, and support ~ to mark default config file. syslinux-3.31-pre3
H. Peter Anvin [Fri, 22 Sep 2006 00:55:39 +0000 (17:55 -0700)]
New MENU INCLUDE directive, and support ~ to mark default config file.

17 years agoIf a later "menu background" overrides an earlier one, free the data
H. Peter Anvin [Fri, 22 Sep 2006 00:45:02 +0000 (17:45 -0700)]
If a later "menu background" overrides an earlier one, free the data

17 years agoAdd missing #include "fill.h" syslinux-3.31-pre2
H. Peter Anvin [Thu, 21 Sep 2006 23:46:52 +0000 (16:46 -0700)]
Add missing #include "fill.h"

17 years agoDocument shadowing mode change.
H. Peter Anvin [Thu, 21 Sep 2006 23:45:02 +0000 (16:45 -0700)]
Document shadowing mode change.

17 years agoUse the color table for the shadow, and make it user controllable
H. Peter Anvin [Thu, 21 Sep 2006 23:44:31 +0000 (16:44 -0700)]
Use the color table for the shadow, and make it user controllable

17 years agoDocument ability to load more than one configuration file. syslinux-3.31-pre1
H. Peter Anvin [Wed, 20 Sep 2006 23:04:33 +0000 (16:04 -0700)]
Document ability to load more than one configuration file.