2002-04-18 |
hpa | Correct stack corruption problem. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
hpa | Brown paper bag bug :( |
commit | commitdiff | tree | snapshot |
2002-04-18 |
hpa | Update to version 1.71 |
commit | commitdiff | tree | snapshot |
2002-04-18 |
hpa | Fix use of incorrect size for [ClustSize]. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
hpa | Make the various clean conventions really match... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
hpa | Make the MEMDISK directory use the same clean conventio... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
hpa | Port the conventional memory relaxing from the 1.6x... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
hpa | Fixes to the installer. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
hpa | Note that the syslinux -o parameter has, presumably... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
hpa | Make "make install" depend on "installer" not on "all" |
commit | commitdiff | tree | snapshot |
2002-03-19 |
hpa | Merge with 1.6x branch |
commit | commitdiff | tree | snapshot |
2002-02-11 |
hpa | tftpd32 needs version 2.11 or later. |
commit | commitdiff | tree | snapshot |
2002-01-16 |
hpa | Update the non-branched version number to 1.70. |
commit | commitdiff | tree | snapshot |
2002-01-02 |
hpa | Be obnoxiously correct and set start_sys_seg to 0x1000. |
commit | commitdiff | tree | snapshot |
2002-01-02 |
hpa | Even better way to do the "kernel version string" point... |
commit | commitdiff | tree | snapshot |
2002-01-02 |
hpa | Do the version string pointer in the file header correctly. |
commit | commitdiff | tree | snapshot |
2002-01-02 |
hpa | Update copyright date, and change work-in-progress... |
commit | commitdiff | tree | snapshot |
2001-12-23 |
hpa | Code restructuring: common subroutine to load a file... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
hpa | Fix other Makefile braindeadness |
commit | commitdiff | tree | snapshot |
2001-12-17 |
hpa | Fix quoting problem in Makefile |
commit | commitdiff | tree | snapshot |
2001-12-17 |
hpa | Clean up gcc version dependencies, mostly related to... |
commit | commitdiff | tree | snapshot |
2001-12-16 |
hpa | Make a valiant, and probably futile, attempt to free... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
hpa | Document geometry limits. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
hpa | Preserve DL except for the rather few calls for which... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
hpa | Minor cleanups |
commit | commitdiff | tree | snapshot |
2001-12-15 |
hpa | DOS now boots floppy and harddisk, but something is... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
hpa | Be even more anal... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
hpa | Correct the computation of the various terms |
commit | commitdiff | tree | snapshot |
2001-12-14 |
hpa | Use the correct drive number variable, please... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
hpa | Correctly handle very large kernel images and very... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
hpa | Make "make install" actually install all the things... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
hpa | Print a copyright string in memdisk; clean up the handl... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
hpa | Nonsense change because it makes me feel better |
commit | commitdiff | tree | snapshot |
2001-12-13 |
hpa | Fix the command-line parser, compile with -Wall |
commit | commitdiff | tree | snapshot |
2001-12-12 |
hpa | Support parsing the command line, and setting the geome... |
commit | commitdiff | tree | snapshot |
2001-12-12 |
hpa | Don't count partitions for which type == 0 (no partition) |
commit | commitdiff | tree | snapshot |
2001-12-12 |
hpa | We're doing better, now... |
commit | commitdiff | tree | snapshot |
2001-12-12 |
hpa | Clean up another annoying debugging message. |
commit | commitdiff | tree | snapshot |
2001-12-12 |
hpa | Prune the error messages; examine the partition table... |
commit | commitdiff | tree | snapshot |
2001-12-12 |
hpa | Make the memory configuration calls actually work prope... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Document at least the existence of memdisk. |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Really build memdisk... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Fix syntax error |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | List memdisk as OTHER so it'll get included in the... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Some makefile changes to account for memdisk |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Make the thing actually work!!! Yoo-hoo!!! |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Fix a couple of stack mishandling bugs... |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Checkpoint: many many changes, now successfully loads the |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Don't initialize the E820 map statically -- it's too big |
commit | commitdiff | tree | snapshot |
2001-12-11 |
hpa | Checkpoint: add printf() for debugging, remove query... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Move %fs initialization to assembly code; initialize... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Hello, World now working... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Make sure we use calll/retl for the C code, so the... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Simple console I/O, mostly for debugging. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Fix support for small pseudo-kernels. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Add postprocessing to set the number of setup sectors. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Add support for "pseudo-kernels" < 64K in size. |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Yet another snapshot. Now we can actually compile... |
commit | commitdiff | tree | snapshot |
2001-12-10 |
hpa | Boot protocol version 2.03 support. |
commit | commitdiff | tree | snapshot |
2001-12-09 |
hpa | More work at patching and setup; load the boot sector... |
commit | commitdiff | tree | snapshot |
2001-12-09 |
hpa | Snapshot the work. |
commit | commitdiff | tree | snapshot |
2001-12-09 |
hpa | Reinstate memdisk.asm |
commit | commitdiff | tree | snapshot |
2001-12-09 |
hpa | Remove memdisk (moved into memdisk directory) |
commit | commitdiff | tree | snapshot |
2001-12-09 |
hpa | Initial work for the in-memory disk emulator |
commit | commitdiff | tree | snapshot |
2001-12-06 |
hpa | Update NEWS file; turn off tracers; add warning about... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
hpa | ISOLINUX: Support booting from image files (if the... |
commit | commitdiff | tree | snapshot |
2001-12-06 |
hpa | More work on the memory disk image driver |
commit | commitdiff | tree | snapshot |
2001-11-26 |
hpa | Document tftpd32 for Win32 systems. |
commit | commitdiff | tree | snapshot |
2001-11-24 |
hpa | Update documentation -- point to hardware information... |
commit | commitdiff | tree | snapshot |
2001-11-21 |
hpa | Document missing serial port test. |
commit | commitdiff | tree | snapshot |
2001-11-21 |
hpa | Make an attempt at detecting nonexistent serial port... |
commit | commitdiff | tree | snapshot |
2001-11-21 |
hpa | Correct serial port/no flow control. |
commit | commitdiff | tree | snapshot |
2001-11-20 |
hpa | Even more tweaks at flow control support |
commit | commitdiff | tree | snapshot |
2001-11-20 |
hpa | Correct parsing of serial flow control |
commit | commitdiff | tree | snapshot |
2001-11-20 |
hpa | Modify the way serial flow control works. |
commit | commitdiff | tree | snapshot |
2001-11-20 |
hpa | Fix parsing of hardware flow control |
commit | commitdiff | tree | snapshot |
2001-11-20 |
hpa | Fix restoring text mode with a font set (uninitialized... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
hpa | Be more explicit about errors, so we can debug problems. |
commit | commitdiff | tree | snapshot |
2001-09-07 |
hpa | Try to placate recent versions of Windows when using... |
commit | commitdiff | tree | snapshot |
2001-09-06 |
hpa | First cut of "hardware" flowcontrol support for serial... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
hpa | It may not just be an Award bug... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
hpa | Fix short jump out of range |
commit | commitdiff | tree | snapshot |
2001-08-04 |
hpa | Bug workaround for Award BIOSes. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
hpa | Try to avoid font problems when returning to text mode. |
commit | commitdiff | tree | snapshot |
2001-05-28 |
hpa | Fix stack-smash bug. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
hpa | Working on version 1.63. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
hpa | Correct the handling of "equal buckets conversion"... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
hpa | Install ppmtolss16; lss16toppm; honour INSTALLROOT. |
commit | commitdiff | tree | snapshot |
2001-05-07 |
hpa | Remove obsolete debugging code; reinstate error messages |
commit | commitdiff | tree | snapshot |
2001-05-07 |
hpa | Make an attempt to do color assignment correctly even... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
hpa | Document disk image support as a TODO. |
commit | commitdiff | tree | snapshot |
2001-04-24 |
hpa | Use the undocumented "append" command instead of hackin... |
commit | commitdiff | tree | snapshot |
2001-04-24 |
hpa | - Graphics fixes |
commit | commitdiff | tree | snapshot |
2001-04-19 |
hpa | TSR for virtual INT 13h disk in high memory (under... |
commit | commitdiff | tree | snapshot |
2001-04-19 |
hpa | Note that booting other OSes currently applies to SYSLI... |
commit | commitdiff | tree | snapshot |
2001-04-19 |
hpa | Introduce a way to return to text mode. Clean up the... |
commit | commitdiff | tree | snapshot |
2001-04-17 |
hpa | Fix reversed values in "ip=" option. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
hpa | Add DHCP option to set PXELINUX reset timeout. |
commit | commitdiff | tree | snapshot |
2001-04-13 |
hpa | Allow the DHCP server to override PXELINUX default... |
commit | commitdiff | tree | snapshot |
2001-04-12 |
hpa | Update the maximum pathname length to 63 characters. |
commit | commitdiff | tree | snapshot |
next |