platform/upstream/syslinux.git
19 years agoAdditional fixes for the proper argc/argv parsing
hpa [Fri, 17 Dec 2004 19:44:36 +0000 (19:44 +0000)]
Additional fixes for the proper argc/argv parsing

19 years agoMore regparmization
hpa [Fri, 17 Dec 2004 19:40:41 +0000 (19:40 +0000)]
More regparmization

19 years agoAdd code to parse argc, argv; REGPARM-ize assembly code
hpa [Fri, 17 Dec 2004 19:39:19 +0000 (19:39 +0000)]
Add code to parse argc, argv; REGPARM-ize assembly code

19 years agoActually parse argc/argv properly.
hpa [Fri, 17 Dec 2004 18:54:08 +0000 (18:54 +0000)]
Actually parse argc/argv properly.

19 years agoOutput \n as \r\n
hpa [Fri, 17 Dec 2004 17:47:16 +0000 (17:47 +0000)]
Output \n as \r\n

19 years agoCharacter to print goes in DL, not in BL
hpa [Fri, 17 Dec 2004 17:45:46 +0000 (17:45 +0000)]
Character to print goes in DL, not in BL

19 years agoHumble beginnings of an extlinux program.
hpa [Fri, 17 Dec 2004 10:05:03 +0000 (10:05 +0000)]
Humble beginnings of an extlinux program.

19 years agoFactor out the cache code into a separate file.
hpa [Fri, 17 Dec 2004 10:04:49 +0000 (10:04 +0000)]
Factor out the cache code into a separate file.

19 years agoFix memcpy/memset to match the use of regparm and .code16gcc
hpa [Fri, 17 Dec 2004 10:03:47 +0000 (10:03 +0000)]
Fix memcpy/memset to match the use of regparm and .code16gcc

19 years agoFix the use of MAC handling in pxelinux; fix copy_over_self
hpa [Fri, 17 Dec 2004 07:57:32 +0000 (07:57 +0000)]
Fix the use of MAC handling in pxelinux; fix copy_over_self

19 years agoFix the RLL-packing code; include it by default (not called yet, though)
hpa [Fri, 17 Dec 2004 07:52:54 +0000 (07:52 +0000)]
Fix the RLL-packing code; include it by default (not called yet, though)

19 years agoMake sure unused parts of the VKernelBuf are zero-filled; this will
hpa [Fri, 17 Dec 2004 06:58:24 +0000 (06:58 +0000)]
Make sure unused parts of the VKernelBuf are zero-filled; this will
be important for RLL compression.

19 years agoActually use sections, and move common variables into the .inc files.
hpa [Fri, 17 Dec 2004 06:42:00 +0000 (06:42 +0000)]
Actually use sections, and move common variables into the .inc files.
The .bss section at the beginning of each .asm file is now downright
tiny.

19 years agoMove the .bss to a separate section so we can at least begin to move
hpa [Fri, 17 Dec 2004 05:37:52 +0000 (05:37 +0000)]
Move the .bss to a separate section so we can at least begin to move
bss variables near the code where they're defined

19 years agoVery simple RLL packer/unpacker; should be good for compressing lots of
hpa [Fri, 17 Dec 2004 03:47:04 +0000 (03:47 +0000)]
Very simple RLL packer/unpacker; should be good for compressing lots of
empty space in the VKernel structure.

19 years agoUpdate the TODO list.
hpa [Fri, 17 Dec 2004 02:58:47 +0000 (02:58 +0000)]
Update the TODO list.

19 years agoAdd -DREGPARM=3 to go along with -mregparm=3
hpa [Thu, 16 Dec 2004 22:32:52 +0000 (22:32 +0000)]
Add -DREGPARM=3 to go along with -mregparm=3

19 years agoCompile with regparm turned on.
hpa [Thu, 16 Dec 2004 22:12:22 +0000 (22:12 +0000)]
Compile with regparm turned on.

19 years agoConvert to using -mregparm=3; makes the code slightly smaller AND
hpa [Thu, 16 Dec 2004 21:53:20 +0000 (21:53 +0000)]
Convert to using -mregparm=3; makes the code slightly smaller AND
avoids some stupid problems with .code16 on some binutils versions.

19 years agoCorrect the handling for full 64K regions safe; correct the parsing of
hpa [Thu, 16 Dec 2004 09:25:47 +0000 (09:25 +0000)]
Correct the handling for full 64K regions safe; correct the parsing of
FAT12 FAT entries.

19 years agoGenerate the length correctly
hpa [Thu, 16 Dec 2004 08:27:54 +0000 (08:27 +0000)]
Generate the length correctly

19 years agoCluster -> Sector conversion has to add the DataArea offset
hpa [Thu, 16 Dec 2004 08:23:55 +0000 (08:23 +0000)]
Cluster -> Sector conversion has to add the DataArea offset

19 years agoFix possible infinite loop on invalid input
hpa [Thu, 16 Dec 2004 08:18:16 +0000 (08:18 +0000)]
Fix possible infinite loop on invalid input

19 years agoCorrect finding the first sector
hpa [Thu, 16 Dec 2004 08:13:13 +0000 (08:13 +0000)]
Correct finding the first sector

19 years agorepe cmpsb trashes di, not just si
hpa [Thu, 16 Dec 2004 08:08:24 +0000 (08:08 +0000)]
repe cmpsb trashes di, not just si

19 years agoFix the sense of a couple of tests. We now get to the command line.
hpa [Thu, 16 Dec 2004 07:56:54 +0000 (07:56 +0000)]
Fix the sense of a couple of tests.  We now get to the command line.

19 years agoFix some cut-and-paste bugs...
hpa [Thu, 16 Dec 2004 07:54:09 +0000 (07:54 +0000)]
Fix some cut-and-paste bugs...

19 years agoCorrections to self-loading sequence; we now get that far at least
hpa [Thu, 16 Dec 2004 07:47:11 +0000 (07:47 +0000)]
Corrections to self-loading sequence; we now get that far at least

19 years agoFix some cases of bad pointer arithmetric
hpa [Thu, 16 Dec 2004 07:29:43 +0000 (07:29 +0000)]
Fix some cases of bad pointer arithmetric

19 years agoFirst cut at new searchdir for FAT boot loader; uses metadata cache
hpa [Thu, 16 Dec 2004 06:52:35 +0000 (06:52 +0000)]
First cut at new searchdir for FAT boot loader; uses metadata cache

19 years agoRemove unneccesary blank line
hpa [Thu, 16 Dec 2004 06:23:08 +0000 (06:23 +0000)]
Remove unneccesary blank line

19 years agoscas uses the destination operand, so don't use it.
hpa [Thu, 16 Dec 2004 06:22:37 +0000 (06:22 +0000)]
scas uses the destination operand, so don't use it.

19 years agoMore cleanups; try to get rid of the now-obsolete definition of
hpa [Thu, 16 Dec 2004 06:17:23 +0000 (06:17 +0000)]
More cleanups; try to get rid of the now-obsolete definition of
"cluster" as the minimum block

19 years agoBuild sector-oriented getfssec routine
hpa [Thu, 16 Dec 2004 05:19:54 +0000 (05:19 +0000)]
Build sector-oriented getfssec routine

19 years agoFix make of win32
hpa [Thu, 16 Dec 2004 02:53:06 +0000 (02:53 +0000)]
Fix make of win32

19 years agomalloc.h is internal; put in lib/
hpa [Thu, 16 Dec 2004 02:51:29 +0000 (02:51 +0000)]
malloc.h is internal; put in lib/
Fix "make clean" for unix installer

19 years agoReorganize memory map to make use of 0x3000..0x5000; reduce trackbufsize
hpa [Thu, 16 Dec 2004 01:53:17 +0000 (01:53 +0000)]
Reorganize memory map to make use of 0x3000..0x5000; reduce trackbufsize
in syslinux to 8K like the others, expecting to handle subclusters;
more work on cleaning up ldlinux.asm.

19 years agoMSDN says the 0x08 forms of the lock calls are OK for all filesystems,
hpa [Thu, 16 Dec 2004 00:11:52 +0000 (00:11 +0000)]
MSDN says the 0x08 forms of the lock calls are OK for all filesystems,
and that if one uses 0x48 one has to fall back to 0x08 anyway

19 years agoUse the DOS version to determine whether to use the FAT32-capable locking
hpa [Wed, 15 Dec 2004 23:54:56 +0000 (23:54 +0000)]
Use the DOS version to determine whether to use the FAT32-capable locking
functions.

19 years agoPut in MS-DOS 7 locking support
hpa [Wed, 15 Dec 2004 22:57:31 +0000 (22:57 +0000)]
Put in MS-DOS 7 locking support

19 years ago@:\LDLINUX.SYS not @:LDLINUX.SYS
hpa [Wed, 15 Dec 2004 22:01:24 +0000 (22:01 +0000)]
@:\LDLINUX.SYS not @:LDLINUX.SYS

19 years agoAdjust the interface to syslxmod.c so the DOS installer doesn't need
hpa [Wed, 15 Dec 2004 21:56:04 +0000 (21:56 +0000)]
Adjust the interface to syslxmod.c so the DOS installer doesn't need
printf().

19 years agoMake the CC_IS_OK hack work again.
hpa [Wed, 15 Dec 2004 20:29:17 +0000 (20:29 +0000)]
Make the CC_IS_OK hack work again.
Change the private pointer in libfat to an intptr_t; we actually
use an integer most of the time so an intptr_t is more convenient.

19 years agoSimple memset/memcpy implementation
hpa [Wed, 15 Dec 2004 19:01:38 +0000 (19:01 +0000)]
Simple memset/memcpy implementation

19 years agoTweak optimizations.
hpa [Wed, 15 Dec 2004 12:39:24 +0000 (12:39 +0000)]
Tweak optimizations.

19 years agoConvert the DOS installer to C like everything else.
hpa [Wed, 15 Dec 2004 12:34:42 +0000 (12:34 +0000)]
Convert the DOS installer to C like everything else.

19 years agoTell the world what we've changed...
hpa [Wed, 15 Dec 2004 10:58:16 +0000 (10:58 +0000)]
Tell the world what we've changed...

19 years agoMore adjustment to the Brave New World<TM>
hpa [Wed, 15 Dec 2004 10:51:18 +0000 (10:51 +0000)]
More adjustment to the Brave New World<TM>

19 years agoChange the win32 build procedure to match the new world; installer
hpa [Wed, 15 Dec 2004 10:28:29 +0000 (10:28 +0000)]
Change the win32 build procedure to match the new world; installer
not yet ported

19 years agoInitial hack at making this somewhat sane in the brave new world
hpa [Wed, 15 Dec 2004 10:17:03 +0000 (10:17 +0000)]
Initial hack at making this somewhat sane in the brave new world

19 years agoPrepping for new 2.20 version: rewrite main syslinux program to support
hpa [Wed, 15 Dec 2004 10:14:39 +0000 (10:14 +0000)]
Prepping for new 2.20 version: rewrite main syslinux program to support
FAT32 and EDD, and a new cleaner installer infrastructure.

19 years agoMake sure we get all the scripts...
hpa [Tue, 14 Dec 2004 23:37:38 +0000 (23:37 +0000)]
Make sure we get all the scripts...

19 years agoBreak the devel package
hpa [Tue, 14 Dec 2004 23:35:04 +0000 (23:35 +0000)]
Break the devel package

19 years agoDocument makefile/specfile changes
hpa [Tue, 14 Dec 2004 23:33:00 +0000 (23:33 +0000)]
Document makefile/specfile changes

19 years agoTry getting the RPM to do the right thing for the com32 devel
hpa [Tue, 14 Dec 2004 23:30:28 +0000 (23:30 +0000)]
Try getting the RPM to do the right thing for the com32 devel
environment.

19 years agoMake "make install" do the right thing for the com32 library
hpa [Tue, 14 Dec 2004 23:18:25 +0000 (23:18 +0000)]
Make "make install" do the right thing for the com32 library

19 years agoWe don't use the list file to get patch offsets anymore.
hpa [Tue, 14 Dec 2004 23:05:08 +0000 (23:05 +0000)]
We don't use the list file to get patch offsets anymore.

19 years agoUpdate copyright headers.
hpa [Tue, 14 Dec 2004 23:03:28 +0000 (23:03 +0000)]
Update copyright headers.

19 years agoFix the spelling of "Boston"
hpa [Tue, 14 Dec 2004 22:46:24 +0000 (22:46 +0000)]
Fix the spelling of "Boston"

19 years agoThis is now the 2.13 tree
hpa [Tue, 14 Dec 2004 05:30:55 +0000 (05:30 +0000)]
This is now the 2.13 tree

19 years agoFix MEMDISK command-line parsing; add "raw" memory support for MEMDISK
hpa [Tue, 14 Dec 2004 05:30:25 +0000 (05:30 +0000)]
Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISK

19 years agoUpdate TODO list
hpa [Fri, 10 Dec 2004 05:51:23 +0000 (05:51 +0000)]
Update TODO list

19 years agoAdded write protect to MEMDISK
hpa [Fri, 10 Dec 2004 05:49:03 +0000 (05:49 +0000)]
Added write protect to MEMDISK

19 years agoSupport making the disk readonly
hpa [Fri, 10 Dec 2004 05:48:23 +0000 (05:48 +0000)]
Support making the disk readonly

19 years agoSupport non-mkisofs mastering programs
hpa [Thu, 9 Dec 2004 06:27:12 +0000 (06:27 +0000)]
Support non-mkisofs mastering programs

19 years agoRemove hello.exe when doing make tidy
hpa [Wed, 8 Dec 2004 20:23:21 +0000 (20:23 +0000)]
Remove hello.exe when doing make tidy

19 years agoC compiler test file
hpa [Wed, 8 Dec 2004 20:22:17 +0000 (20:22 +0000)]
C compiler test file

19 years agoUpdate
hpa [Wed, 8 Dec 2004 19:43:39 +0000 (19:43 +0000)]
Update

19 years agoSeparate modules (intended to be production code used for real stuff)
hpa [Wed, 8 Dec 2004 19:42:54 +0000 (19:42 +0000)]
Separate modules (intended to be production code used for real stuff)
and samples (demo code).

19 years agoCorrect the spelling of __stack_size
hpa [Wed, 8 Dec 2004 19:29:57 +0000 (19:29 +0000)]
Correct the spelling of __stack_size

19 years agoFix list of sources
hpa [Wed, 8 Dec 2004 19:29:28 +0000 (19:29 +0000)]
Fix list of sources

19 years agoBe less hostile to building on a mingw-less system.
hpa [Wed, 8 Dec 2004 19:28:05 +0000 (19:28 +0000)]
Be less hostile to building on a mingw-less system.

19 years agoAdd comment about win32
hpa [Wed, 8 Dec 2004 19:21:35 +0000 (19:21 +0000)]
Add comment about win32

19 years agoAdd stack.o to the list of library objects.
hpa [Wed, 8 Dec 2004 19:17:03 +0000 (19:17 +0000)]
Add stack.o to the list of library objects.

19 years agoMake sure DATE and HEXDATE is exported to submakefiles
hpa [Wed, 8 Dec 2004 04:45:44 +0000 (04:45 +0000)]
Make sure DATE and HEXDATE is exported to submakefiles

19 years agoDocument fix for linker bug
hpa [Wed, 8 Dec 2004 04:31:00 +0000 (04:31 +0000)]
Document fix for linker bug

19 years agoMove all 16-bit code into one assembly file so we don't have to rely
hpa [Wed, 8 Dec 2004 04:29:22 +0000 (04:29 +0000)]
Move all 16-bit code into one assembly file so we don't have to rely
on ld working properly

19 years agoRegister-dumping routine; handy to add for debugging
hpa [Tue, 7 Dec 2004 22:20:39 +0000 (22:20 +0000)]
Register-dumping routine; handy to add for debugging

19 years agoRemove residual exception-handling stuff (not supported)
hpa [Tue, 7 Dec 2004 22:18:09 +0000 (22:18 +0000)]
Remove residual exception-handling stuff (not supported)

19 years agoFix COM32 file length loading bug.
hpa [Fri, 3 Dec 2004 23:30:00 +0000 (23:30 +0000)]
Fix COM32 file length loading bug.

19 years agoMake sure to save/restore the file length
hpa [Fri, 3 Dec 2004 23:29:12 +0000 (23:29 +0000)]
Make sure to save/restore the file length

19 years agoThis is sample code.
hpa [Fri, 3 Dec 2004 23:18:28 +0000 (23:18 +0000)]
This is sample code.

19 years agoThe chain loader has been moved to the main com32 directory.
hpa [Fri, 3 Dec 2004 23:16:31 +0000 (23:16 +0000)]
The chain loader has been moved to the main com32 directory.

19 years agolibcom32-ize the chain loader; add LICENCE file
hpa [Fri, 3 Dec 2004 23:15:46 +0000 (23:15 +0000)]
libcom32-ize the chain loader; add LICENCE file

19 years agoUse extended keyboard interface, properly this time
hpa [Wed, 1 Dec 2004 03:09:42 +0000 (03:09 +0000)]
Use extended keyboard interface, properly this time

19 years agoUse the extended keyboard handling functions.
hpa [Wed, 1 Dec 2004 03:02:40 +0000 (03:02 +0000)]
Use the extended keyboard handling functions.

19 years agogetkey() demo
hpa [Wed, 1 Dec 2004 02:45:03 +0000 (02:45 +0000)]
getkey() demo

19 years agoLibrary to decode console codes; demo program
hpa [Wed, 1 Dec 2004 02:44:34 +0000 (02:44 +0000)]
Library to decode console codes; demo program

19 years agoUtility library which can be compiled either for Linux or for COM32
hpa [Wed, 1 Dec 2004 01:30:07 +0000 (01:30 +0000)]
Utility library which can be compiled either for Linux or for COM32

19 years agoMake the console behave the same as com32 when compiling for Linux
hpa [Wed, 1 Dec 2004 00:40:16 +0000 (00:40 +0000)]
Make the console behave the same as com32 when compiling for Linux

19 years agoAllow compiling for both Linux and COM32: Makefile cleanups
hpa [Wed, 1 Dec 2004 00:29:55 +0000 (00:29 +0000)]
Allow compiling for both Linux and COM32: Makefile cleanups

19 years agoIgnore incoming LF, so that having Enter -> CR LF on input doesn't hurt
hpa [Wed, 1 Dec 2004 00:24:47 +0000 (00:24 +0000)]
Ignore incoming LF, so that having Enter -> CR LF on input doesn't hurt

19 years agoUse auto CRNL; compile demo for Linux too
hpa [Wed, 1 Dec 2004 00:11:20 +0000 (00:11 +0000)]
Use auto CRNL; compile demo for Linux too

19 years agoAdd a few more options, including the very useful autocr control code.
hpa [Tue, 30 Nov 2004 23:58:00 +0000 (23:58 +0000)]
Add a few more options, including the very useful autocr control code.

19 years agoActually working ANSI device; add demo
hpa [Tue, 30 Nov 2004 22:09:56 +0000 (22:09 +0000)]
Actually working ANSI device; add demo

19 years agoA version of ansicon_write which compiles, and just make actually work
hpa [Tue, 30 Nov 2004 20:44:18 +0000 (20:44 +0000)]
A version of ansicon_write which compiles, and just make actually work

19 years agoFix looping over directories
hpa [Tue, 30 Nov 2004 19:40:07 +0000 (19:40 +0000)]
Fix looping over directories

19 years agoSerial port and ANSI write support
hpa [Wed, 24 Nov 2004 00:33:59 +0000 (00:33 +0000)]
Serial port and ANSI write support

19 years agoEnable debugging symbols to be included in the .elf file.
hpa [Tue, 23 Nov 2004 23:52:45 +0000 (23:52 +0000)]
Enable debugging symbols to be included in the .elf file.

19 years agoSplit input and output sides of the device model
hpa [Tue, 23 Nov 2004 23:43:02 +0000 (23:43 +0000)]
Split input and output sides of the device model