hpa [Tue, 14 Dec 2004 05:30:25 +0000 (05:30 +0000)]
Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISK
hpa [Fri, 10 Dec 2004 05:51:23 +0000 (05:51 +0000)]
Update TODO list
hpa [Fri, 10 Dec 2004 05:49:03 +0000 (05:49 +0000)]
Added write protect to MEMDISK
hpa [Fri, 10 Dec 2004 05:48:23 +0000 (05:48 +0000)]
Support making the disk readonly
hpa [Thu, 9 Dec 2004 06:27:12 +0000 (06:27 +0000)]
Support non-mkisofs mastering programs
hpa [Wed, 8 Dec 2004 20:23:21 +0000 (20:23 +0000)]
Remove hello.exe when doing make tidy
hpa [Wed, 8 Dec 2004 20:22:17 +0000 (20:22 +0000)]
C compiler test file
hpa [Wed, 8 Dec 2004 19:43:39 +0000 (19:43 +0000)]
Update
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).
hpa [Wed, 8 Dec 2004 19:29:57 +0000 (19:29 +0000)]
Correct the spelling of __stack_size
hpa [Wed, 8 Dec 2004 19:29:28 +0000 (19:29 +0000)]
Fix list of sources
hpa [Wed, 8 Dec 2004 19:28:05 +0000 (19:28 +0000)]
Be less hostile to building on a mingw-less system.
hpa [Wed, 8 Dec 2004 19:21:35 +0000 (19:21 +0000)]
Add comment about win32
hpa [Wed, 8 Dec 2004 19:17:03 +0000 (19:17 +0000)]
Add stack.o to the list of library objects.
hpa [Wed, 8 Dec 2004 04:45:44 +0000 (04:45 +0000)]
Make sure DATE and HEXDATE is exported to submakefiles
hpa [Wed, 8 Dec 2004 04:31:00 +0000 (04:31 +0000)]
Document fix for linker bug
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
hpa [Tue, 7 Dec 2004 22:20:39 +0000 (22:20 +0000)]
Register-dumping routine; handy to add for debugging
hpa [Tue, 7 Dec 2004 22:18:09 +0000 (22:18 +0000)]
Remove residual exception-handling stuff (not supported)
hpa [Fri, 3 Dec 2004 23:30:00 +0000 (23:30 +0000)]
Fix COM32 file length loading bug.
hpa [Fri, 3 Dec 2004 23:29:12 +0000 (23:29 +0000)]
Make sure to save/restore the file length
hpa [Fri, 3 Dec 2004 23:18:28 +0000 (23:18 +0000)]
This is sample code.
hpa [Fri, 3 Dec 2004 23:16:31 +0000 (23:16 +0000)]
The chain loader has been moved to the main com32 directory.
hpa [Fri, 3 Dec 2004 23:15:46 +0000 (23:15 +0000)]
libcom32-ize the chain loader; add LICENCE file
hpa [Wed, 1 Dec 2004 03:09:42 +0000 (03:09 +0000)]
Use extended keyboard interface, properly this time
hpa [Wed, 1 Dec 2004 03:02:40 +0000 (03:02 +0000)]
Use the extended keyboard handling functions.
hpa [Wed, 1 Dec 2004 02:45:03 +0000 (02:45 +0000)]
getkey() demo
hpa [Wed, 1 Dec 2004 02:44:34 +0000 (02:44 +0000)]
Library to decode console codes; demo program
hpa [Wed, 1 Dec 2004 01:30:07 +0000 (01:30 +0000)]
Utility library which can be compiled either for Linux or for COM32
hpa [Wed, 1 Dec 2004 00:40:16 +0000 (00:40 +0000)]
Make the console behave the same as com32 when compiling for Linux
hpa [Wed, 1 Dec 2004 00:29:55 +0000 (00:29 +0000)]
Allow compiling for both Linux and COM32: Makefile cleanups
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
hpa [Wed, 1 Dec 2004 00:11:20 +0000 (00:11 +0000)]
Use auto CRNL; compile demo for Linux too
hpa [Tue, 30 Nov 2004 23:58:00 +0000 (23:58 +0000)]
Add a few more options, including the very useful autocr control code.
hpa [Tue, 30 Nov 2004 22:09:56 +0000 (22:09 +0000)]
Actually working ANSI device; add demo
hpa [Tue, 30 Nov 2004 20:44:18 +0000 (20:44 +0000)]
A version of ansicon_write which compiles, and just make actually work
hpa [Tue, 30 Nov 2004 19:40:07 +0000 (19:40 +0000)]
Fix looping over directories
hpa [Wed, 24 Nov 2004 00:33:59 +0000 (00:33 +0000)]
Serial port and ANSI write support
hpa [Tue, 23 Nov 2004 23:52:45 +0000 (23:52 +0000)]
Enable debugging symbols to be included in the .elf file.
hpa [Tue, 23 Nov 2004 23:43:02 +0000 (23:43 +0000)]
Split input and output sides of the device model
hpa [Tue, 23 Nov 2004 23:28:03 +0000 (23:28 +0000)]
Division error handling
hpa [Tue, 23 Nov 2004 23:05:58 +0000 (23:05 +0000)]
Add fopendev()
hpa [Wed, 17 Nov 2004 07:19:58 +0000 (07:19 +0000)]
Use libgcc files from klibc
hpa [Wed, 17 Nov 2004 06:35:59 +0000 (06:35 +0000)]
Document libcom32
hpa [Wed, 17 Nov 2004 06:34:16 +0000 (06:34 +0000)]
com32/lib is no longer private
hpa [Wed, 17 Nov 2004 06:32:01 +0000 (06:32 +0000)]
Linker script for com32 files
hpa [Wed, 17 Nov 2004 06:30:25 +0000 (06:30 +0000)]
Update Makefile to handle subdirectories cleaner; fix qsort
hpa [Wed, 17 Nov 2004 06:24:12 +0000 (06:24 +0000)]
Separate rawcon and stdcon; actually make input work
hpa [Wed, 17 Nov 2004 05:52:45 +0000 (05:52 +0000)]
Very basic operations now work; need to handle line-oriented
versus character-oriented input
hpa [Wed, 10 Nov 2004 22:31:50 +0000 (22:31 +0000)]
Very first cut at a klibc-derived C library for com32
hpa [Tue, 2 Nov 2004 19:09:52 +0000 (19:09 +0000)]
Now working on 2.12
hpa [Tue, 2 Nov 2004 19:09:31 +0000 (19:09 +0000)]
2.11 is long gone
hpa [Sat, 30 Oct 2004 21:20:06 +0000 (21:20 +0000)]
Update filename search algorithm
hpa [Sat, 30 Oct 2004 21:17:01 +0000 (21:17 +0000)]
Fix documentation for finding the config file name.
hpa [Fri, 15 Oct 2004 17:03:43 +0000 (17:03 +0000)]
Add ID tag for date.
hpa [Fri, 15 Oct 2004 17:03:14 +0000 (17:03 +0000)]
Make less prehistoric.
hpa [Thu, 30 Sep 2004 22:04:46 +0000 (22:04 +0000)]
Clarify the max length
hpa [Mon, 23 Aug 2004 18:12:58 +0000 (18:12 +0000)]
Tidy up and make 64-bit-clean
hpa [Mon, 16 Aug 2004 17:18:08 +0000 (17:18 +0000)]
Note memory system changes.
hpa [Mon, 16 Aug 2004 17:15:41 +0000 (17:15 +0000)]
Tidy even more...
hpa [Mon, 16 Aug 2004 17:12:22 +0000 (17:12 +0000)]
Tidy up in the sample directory
hpa [Mon, 16 Aug 2004 17:09:18 +0000 (17:09 +0000)]
Fix "make tidy"
hpa [Mon, 16 Aug 2004 16:36:36 +0000 (16:36 +0000)]
Be a bit nicer to newer gcc's
hpa [Sun, 15 Aug 2004 19:46:53 +0000 (19:46 +0000)]
Document what's new for 2.11-pre3
hpa [Sun, 15 Aug 2004 19:40:45 +0000 (19:40 +0000)]
Make mtools a bit more forgiving for goofy configurations
hpa [Wed, 4 Aug 2004 06:16:53 +0000 (06:16 +0000)]
Move ASCII macros to macros.inc
hpa [Wed, 4 Aug 2004 06:14:12 +0000 (06:14 +0000)]
Clean up memory management and command-line creation
hpa [Wed, 4 Aug 2004 06:12:02 +0000 (06:12 +0000)]
Some initial work on extlinux
hpa [Mon, 26 Jul 2004 23:52:33 +0000 (23:52 +0000)]
Move raw console access and strcpy() into their own include files
hpa [Tue, 6 Jul 2004 22:18:55 +0000 (22:18 +0000)]
Use proper syntax for x86
hpa [Tue, 6 Jul 2004 01:29:14 +0000 (01:29 +0000)]
Add instructions for how to disable MEMDISK
hpa [Fri, 18 Jun 2004 23:27:09 +0000 (23:27 +0000)]
Document the first SYSLINUX version which (correctly) supports a feature
hpa [Fri, 18 Jun 2004 22:56:19 +0000 (22:56 +0000)]
Working on version 2.11
hpa [Fri, 18 Jun 2004 22:55:45 +0000 (22:55 +0000)]
Add an API call to query the configuration file name
hpa [Thu, 17 Jun 2004 15:14:28 +0000 (15:14 +0000)]
New menu highlight/hotkey interface.
hpa [Sun, 13 Jun 2004 20:51:02 +0000 (20:51 +0000)]
Fix attributes; do direct access on x86
hpa [Sun, 13 Jun 2004 20:50:44 +0000 (20:50 +0000)]
Reinstate safety check
hpa [Sun, 13 Jun 2004 06:08:09 +0000 (06:08 +0000)]
Fix missing "const"
hpa [Sun, 13 Jun 2004 06:05:02 +0000 (06:05 +0000)]
Add support for building under klibc.
hpa [Sat, 29 May 2004 22:14:17 +0000 (22:14 +0000)]
Clear some gcc warnings
hpa [Sat, 29 May 2004 22:11:23 +0000 (22:11 +0000)]
- Add "allowoptions" command
- Fix the handling of x0x IP addresses
hpa [Fri, 28 May 2004 19:03:18 +0000 (19:03 +0000)]
Fix to the nomtools installed: mypid uninitialized
hpa [Tue, 18 May 2004 16:54:40 +0000 (16:54 +0000)]
Clean up the assembly; remove menutest.c
hpa [Tue, 18 May 2004 05:57:05 +0000 (05:57 +0000)]
Test of all menu features
hpa [Tue, 18 May 2004 04:10:58 +0000 (04:10 +0000)]
Knut Petersen's hack for Award BIOS bugs
hpa [Tue, 18 May 2004 03:52:24 +0000 (03:52 +0000)]
Menu improvements from Murali
hpa [Tue, 27 Apr 2004 06:51:57 +0000 (06:51 +0000)]
2.10 is next
hpa [Tue, 27 Apr 2004 06:49:36 +0000 (06:49 +0000)]
Document that we now handle zip as well as gzip
hpa [Tue, 27 Apr 2004 06:48:59 +0000 (06:48 +0000)]
Handle memdisk images compressed with zip as well as with gzip.
hpa [Fri, 23 Apr 2004 04:14:15 +0000 (04:14 +0000)]
Better E820 memory parser
hpa [Thu, 22 Apr 2004 05:42:58 +0000 (05:42 +0000)]
Allow explicit position of menus; from Murali Krishnan
hpa [Wed, 25 Feb 2004 06:56:06 +0000 (06:56 +0000)]
Further cleanups
hpa [Wed, 25 Feb 2004 06:48:05 +0000 (06:48 +0000)]
Use simple malloc() to allocate memory
hpa [Mon, 16 Feb 2004 19:04:20 +0000 (19:04 +0000)]
Document open API fix
hpa [Mon, 16 Feb 2004 19:01:35 +0000 (19:01 +0000)]
searchdir should preserve %bp.
hpa [Fri, 6 Feb 2004 04:39:12 +0000 (04:39 +0000)]
Menu upgrades from Murali.
hpa [Thu, 5 Feb 2004 00:40:23 +0000 (00:40 +0000)]
Fix handling of windowing in complex.c
hpa [Wed, 4 Feb 2004 23:36:07 +0000 (23:36 +0000)]
Patch from Murali for windowing support and a much cleaner interface;
some minor formatting cleanups on my part
hpa [Wed, 4 Feb 2004 04:07:55 +0000 (04:07 +0000)]
Fix jump into hyperspace
hpa [Wed, 4 Feb 2004 00:16:09 +0000 (00:16 +0000)]
Newline after entering input