hpa [Wed, 16 Jan 2002 02:03:09 +0000 (02:03 +0000)]
Update the non-branched version number to 1.70.
hpa [Wed, 2 Jan 2002 08:06:17 +0000 (08:06 +0000)]
Be obnoxiously correct and set start_sys_seg to 0x1000.
hpa [Wed, 2 Jan 2002 08:03:21 +0000 (08:03 +0000)]
Even better way to do the "kernel version string" pointer stuff
hpa [Wed, 2 Jan 2002 07:46:56 +0000 (07:46 +0000)]
Do the version string pointer in the file header correctly.
hpa [Wed, 2 Jan 2002 07:09:50 +0000 (07:09 +0000)]
Update copyright date, and change work-in-progress version to 1.67.
hpa [Sun, 23 Dec 2001 01:02:30 +0000 (01:02 +0000)]
Code restructuring: common subroutine to load a file into high memory
hpa [Mon, 17 Dec 2001 02:18:06 +0000 (02:18 +0000)]
Fix other Makefile braindeadness
hpa [Mon, 17 Dec 2001 02:16:04 +0000 (02:16 +0000)]
Fix quoting problem in Makefile
hpa [Mon, 17 Dec 2001 02:08:56 +0000 (02:08 +0000)]
Clean up gcc version dependencies, mostly related to asm() statements.
hpa [Sun, 16 Dec 2001 00:03:28 +0000 (00:03 +0000)]
Make a valiant, and probably futile, attempt to free memory after
running the PXE stack.
hpa [Sat, 15 Dec 2001 07:13:09 +0000 (07:13 +0000)]
Document geometry limits.
hpa [Sat, 15 Dec 2001 07:09:26 +0000 (07:09 +0000)]
Preserve DL except for the rather few calls for which DL is part of the
return value. This is required for DOS not to go ballistic.
hpa [Sat, 15 Dec 2001 06:38:03 +0000 (06:38 +0000)]
Minor cleanups
hpa [Sat, 15 Dec 2001 00:45:42 +0000 (00:45 +0000)]
DOS now boots floppy and harddisk, but something is still amiss...
hpa [Fri, 14 Dec 2001 22:41:55 +0000 (22:41 +0000)]
Be even more anal...
hpa [Fri, 14 Dec 2001 08:23:21 +0000 (08:23 +0000)]
Correct the computation of the various terms
hpa [Fri, 14 Dec 2001 08:21:36 +0000 (08:21 +0000)]
Use the correct drive number variable, please...
hpa [Fri, 14 Dec 2001 08:21:08 +0000 (08:21 +0000)]
Correctly handle very large kernel images and very large ramdisks.
hpa [Thu, 13 Dec 2001 09:10:37 +0000 (09:10 +0000)]
Make "make install" actually install all the things that should
be installed.
hpa [Thu, 13 Dec 2001 07:34:25 +0000 (07:34 +0000)]
Print a copyright string in memdisk; clean up the handling of dates
somewhat.
hpa [Thu, 13 Dec 2001 05:36:33 +0000 (05:36 +0000)]
Nonsense change because it makes me feel better
hpa [Thu, 13 Dec 2001 05:27:15 +0000 (05:27 +0000)]
Fix the command-line parser, compile with -Wall
hpa [Wed, 12 Dec 2001 21:52:44 +0000 (21:52 +0000)]
Support parsing the command line, and setting the geometry that way.
hpa [Wed, 12 Dec 2001 06:23:14 +0000 (06:23 +0000)]
Don't count partitions for which type == 0 (no partition)
hpa [Wed, 12 Dec 2001 04:24:00 +0000 (04:24 +0000)]
We're doing better, now...
hpa [Wed, 12 Dec 2001 04:22:48 +0000 (04:22 +0000)]
Clean up another annoying debugging message.
hpa [Wed, 12 Dec 2001 04:19:52 +0000 (04:19 +0000)]
Prune the error messages; examine the partition table for hard disk
geometry.
hpa [Wed, 12 Dec 2001 03:39:52 +0000 (03:39 +0000)]
Make the memory configuration calls actually work properly, especially
E820.
hpa [Tue, 11 Dec 2001 21:17:42 +0000 (21:17 +0000)]
Document at least the existence of memdisk.
hpa [Tue, 11 Dec 2001 19:27:10 +0000 (19:27 +0000)]
Really build memdisk...
hpa [Tue, 11 Dec 2001 19:24:27 +0000 (19:24 +0000)]
Fix syntax error
hpa [Tue, 11 Dec 2001 19:23:27 +0000 (19:23 +0000)]
List memdisk as OTHER so it'll get included in the release bundle
hpa [Tue, 11 Dec 2001 19:18:57 +0000 (19:18 +0000)]
Some makefile changes to account for memdisk
hpa [Tue, 11 Dec 2001 19:18:45 +0000 (19:18 +0000)]
Make the thing actually work!!! Yoo-hoo!!!
hpa [Tue, 11 Dec 2001 09:27:42 +0000 (09:27 +0000)]
Fix a couple of stack mishandling bugs...
hpa [Tue, 11 Dec 2001 09:20:18 +0000 (09:20 +0000)]
Checkpoint: many many changes, now successfully loads the
target OS bootsector, but then fails at a later point.
hpa [Tue, 11 Dec 2001 01:20:33 +0000 (01:20 +0000)]
Don't initialize the E820 map statically -- it's too big
hpa [Tue, 11 Dec 2001 01:14:19 +0000 (01:14 +0000)]
Checkpoint: add printf() for debugging, remove query of E881 (seems
to hang some systems), move E820 table to conventional memory
(sized dynamically), use BIOS memory pointer to determine where in
DOS memory to put our routine.
hpa [Mon, 10 Dec 2001 10:03:01 +0000 (10:03 +0000)]
Move %fs initialization to assembly code; initialize %es explicitly.
hpa [Mon, 10 Dec 2001 09:36:55 +0000 (09:36 +0000)]
Hello, World now working...
hpa [Mon, 10 Dec 2001 09:24:01 +0000 (09:24 +0000)]
Make sure we use calll/retl for the C code, so the stack frame layout
matches the one used in 32-bit mode.
hpa [Mon, 10 Dec 2001 09:03:58 +0000 (09:03 +0000)]
Simple console I/O, mostly for debugging.
hpa [Mon, 10 Dec 2001 09:03:27 +0000 (09:03 +0000)]
Fix support for small pseudo-kernels.
hpa [Mon, 10 Dec 2001 08:20:43 +0000 (08:20 +0000)]
Add postprocessing to set the number of setup sectors.
hpa [Mon, 10 Dec 2001 07:38:23 +0000 (07:38 +0000)]
Add support for "pseudo-kernels" < 64K in size.
hpa [Mon, 10 Dec 2001 06:46:18 +0000 (06:46 +0000)]
Yet another snapshot. Now we can actually compile the sucker...
hpa [Mon, 10 Dec 2001 00:02:55 +0000 (00:02 +0000)]
Boot protocol version 2.03 support.
hpa [Sun, 9 Dec 2001 07:18:37 +0000 (07:18 +0000)]
More work at patching and setup; load the boot sector when done
hpa [Sun, 9 Dec 2001 07:01:42 +0000 (07:01 +0000)]
Snapshot the work.
hpa [Sun, 9 Dec 2001 06:01:51 +0000 (06:01 +0000)]
Reinstate memdisk.asm
hpa [Sun, 9 Dec 2001 05:58:13 +0000 (05:58 +0000)]
Remove memdisk (moved into memdisk directory)
hpa [Sun, 9 Dec 2001 05:57:00 +0000 (05:57 +0000)]
Initial work for the in-memory disk emulator
hpa [Thu, 6 Dec 2001 05:33:54 +0000 (05:33 +0000)]
Update NEWS file; turn off tracers; add warning about broken BIOSes to
isolinux.doc.
hpa [Thu, 6 Dec 2001 05:30:20 +0000 (05:30 +0000)]
ISOLINUX: Support booting from image files (if the BIOS works).
hpa [Thu, 6 Dec 2001 05:29:53 +0000 (05:29 +0000)]
More work on the memory disk image driver
hpa [Mon, 26 Nov 2001 04:34:23 +0000 (04:34 +0000)]
Document tftpd32 for Win32 systems.
hpa [Sat, 24 Nov 2001 08:19:50 +0000 (08:19 +0000)]
Update documentation -- point to hardware information page
hpa [Wed, 21 Nov 2001 20:54:11 +0000 (20:54 +0000)]
Document missing serial port test.
hpa [Wed, 21 Nov 2001 20:48:04 +0000 (20:48 +0000)]
Make an attempt at detecting nonexistent serial port hardware.
hpa [Wed, 21 Nov 2001 01:47:30 +0000 (01:47 +0000)]
Correct serial port/no flow control.
hpa [Tue, 20 Nov 2001 22:42:11 +0000 (22:42 +0000)]
Even more tweaks at flow control support
hpa [Tue, 20 Nov 2001 22:21:33 +0000 (22:21 +0000)]
Correct parsing of serial flow control
hpa [Tue, 20 Nov 2001 04:16:38 +0000 (04:16 +0000)]
Modify the way serial flow control works.
hpa [Tue, 20 Nov 2001 04:01:21 +0000 (04:01 +0000)]
Fix parsing of hardware flow control
hpa [Tue, 20 Nov 2001 03:56:40 +0000 (03:56 +0000)]
Fix restoring text mode with a font set (uninitialized use of ES)
hpa [Fri, 7 Sep 2001 06:18:26 +0000 (06:18 +0000)]
Be more explicit about errors, so we can debug problems.
hpa [Fri, 7 Sep 2001 05:33:12 +0000 (05:33 +0000)]
Try to placate recent versions of Windows when using the DOS installer.
hpa [Thu, 6 Sep 2001 02:23:34 +0000 (02:23 +0000)]
First cut of "hardware" flowcontrol support for serial console.
hpa [Tue, 7 Aug 2001 04:42:35 +0000 (04:42 +0000)]
It may not just be an Award bug...
hpa [Sat, 4 Aug 2001 06:12:54 +0000 (06:12 +0000)]
Fix short jump out of range
hpa [Sat, 4 Aug 2001 06:10:08 +0000 (06:10 +0000)]
Bug workaround for Award BIOSes.
hpa [Fri, 20 Jul 2001 05:00:17 +0000 (05:00 +0000)]
Try to avoid font problems when returning to text mode.
hpa [Mon, 28 May 2001 19:48:26 +0000 (19:48 +0000)]
Fix stack-smash bug.
hpa [Wed, 9 May 2001 17:51:07 +0000 (17:51 +0000)]
Working on version 1.63.
hpa [Wed, 9 May 2001 17:48:31 +0000 (17:48 +0000)]
Correct the handling of "equal buckets conversion". This is probably
correct, but risks floating-point errors, which is a major concern.
hpa [Mon, 7 May 2001 19:42:08 +0000 (19:42 +0000)]
Install ppmtolss16; lss16toppm; honour INSTALLROOT.
hpa [Mon, 7 May 2001 19:35:32 +0000 (19:35 +0000)]
Remove obsolete debugging code; reinstate error messages
hpa [Mon, 7 May 2001 19:34:23 +0000 (19:34 +0000)]
Make an attempt to do color assignment correctly even without having
pixels in the image.
hpa [Tue, 24 Apr 2001 18:35:07 +0000 (18:35 +0000)]
Document disk image support as a TODO.
hpa [Tue, 24 Apr 2001 05:37:55 +0000 (05:37 +0000)]
Use the undocumented "append" command instead of hacking around
with "concat" and friends.
hpa [Tue, 24 Apr 2001 05:10:09 +0000 (05:10 +0000)]
- Graphics fixes
- More work on memdisk.asm
- PXELINUX: Move private options to 208 (to avoid Etherboot conflict);
document need to force these options on the server and the associated
problems.
hpa [Thu, 19 Apr 2001 04:57:57 +0000 (04:57 +0000)]
TSR for virtual INT 13h disk in high memory (under development.)
hpa [Thu, 19 Apr 2001 00:58:32 +0000 (00:58 +0000)]
Note that booting other OSes currently applies to SYSLINUX only; if you're
building a bootable CD-ROM you may just want to use ISOLINUX.
hpa [Thu, 19 Apr 2001 00:50:29 +0000 (00:50 +0000)]
Introduce a way to return to text mode. Clean up the handling of
mode transitions.
hpa [Tue, 17 Apr 2001 16:15:32 +0000 (16:15 +0000)]
Fix reversed values in "ip=" option.
hpa [Fri, 13 Apr 2001 22:07:51 +0000 (22:07 +0000)]
Add DHCP option to set PXELINUX reset timeout.
hpa [Fri, 13 Apr 2001 21:47:51 +0000 (21:47 +0000)]
Allow the DHCP server to override PXELINUX default options;
PXELINUX documentation fixes.
hpa [Thu, 12 Apr 2001 23:49:19 +0000 (23:49 +0000)]
Update the maximum pathname length to 63 characters.
hpa [Thu, 12 Apr 2001 23:13:15 +0000 (23:13 +0000)]
Fix for full pathname lookup algorithm.
hpa [Thu, 12 Apr 2001 22:50:10 +0000 (22:50 +0000)]
Declare this to be the beginning of version 1.61, and update the
documentation.
hpa [Thu, 12 Apr 2001 22:49:51 +0000 (22:49 +0000)]
Support filenames up to 64 characters.
hpa [Thu, 12 Apr 2001 22:41:35 +0000 (22:41 +0000)]
Support full pathname searches.
hpa [Wed, 11 Apr 2001 18:26:09 +0000 (18:26 +0000)]
ID 0x33 is ISOLINUX.
hpa [Tue, 10 Apr 2001 04:13:30 +0000 (04:13 +0000)]
Use Perl constructs that are somewhat cleaner.
hpa [Tue, 10 Apr 2001 04:11:32 +0000 (04:11 +0000)]
Header cleanups.
hpa [Tue, 10 Apr 2001 04:09:52 +0000 (04:09 +0000)]
Add lss16toppm to the list of files to distribute.
hpa [Tue, 10 Apr 2001 04:09:23 +0000 (04:09 +0000)]
Program to convert an LSS-16 image to PPM.
hpa [Tue, 10 Apr 2001 00:45:53 +0000 (00:45 +0000)]
Specify which version of cdrecord contains mkisofs 1.13.
hpa [Tue, 10 Apr 2001 00:27:27 +0000 (00:27 +0000)]
Check in example of using <Ctrl-P> for comments, and make a note about
colours in graphics mode.
hpa [Tue, 10 Apr 2001 00:09:26 +0000 (00:09 +0000)]
Move "call vgaclearmode" in case of kaboom to the correct version
of the kaboom routine!