summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make "make install" actually install all the things that shouldsyslinux-1.65-pre10hpa2001-12-131-2/+8
* Print a copyright string in memdisk; clean up the handling of dateshpa2001-12-133-12/+18
* Nonsense change because it makes me feel bettersyslinux-1.65-pre9hpa2001-12-131-2/+2
* Fix the command-line parser, compile with -Wallhpa2001-12-133-14/+13
* Support parsing the command line, and setting the geometry that way.syslinux-1.65-pre8hpa2001-12-125-43/+160
* Don't count partitions for which type == 0 (no partition)hpa2001-12-121-15/+17
* We're doing better, now...syslinux-1.65-pre7hpa2001-12-121-12/+4
* Clean up another annoying debugging message.hpa2001-12-121-1/+0
* Prune the error messages; examine the partition table for hard diskhpa2001-12-121-36/+125
* Make the memory configuration calls actually work properly, especiallysyslinux-1.65-pre6hpa2001-12-123-32/+32
* Document at least the existence of memdisk.syslinux-1.65-pre5hpa2001-12-112-0/+59
* Really build memdisk...syslinux-1.65-pre4hpa2001-12-111-2/+7
* Fix syntax errorhpa2001-12-111-1/+1
* List memdisk as OTHER so it'll get included in the release bundlehpa2001-12-111-1/+1
* Some makefile changes to account for memdiskhpa2001-12-112-4/+9
* Make the thing actually work!!! Yoo-hoo!!!hpa2001-12-113-18/+25
* Fix a couple of stack mishandling bugs...hpa2001-12-111-6/+6
* Checkpoint: many many changes, now successfully loads thehpa2001-12-114-73/+110
* Don't initialize the E820 map statically -- it's too bighpa2001-12-113-7/+19
* Checkpoint: add printf() for debugging, remove query of E881 (seemshpa2001-12-119-110/+508
* Move %fs initialization to assembly code; initialize %es explicitly.hpa2001-12-102-10/+16
* Hello, World now working...syslinux-1.65-pre3hpa2001-12-101-5/+11
* Make sure we use calll/retl for the C code, so the stack frame layouthpa2001-12-103-4/+7
* Simple console I/O, mostly for debugging.hpa2001-12-102-0/+72
* Fix support for small pseudo-kernels.hpa2001-12-105-4/+7
* Add postprocessing to set the number of setup sectors.hpa2001-12-102-1/+44
* Add support for "pseudo-kernels" < 64K in size.hpa2001-12-104-6/+44
* Yet another snapshot. Now we can actually compile the sucker...hpa2001-12-106-165/+462
* Boot protocol version 2.03 support.syslinux-1.65-pre2hpa2001-12-104-8/+39
* More work at patching and setup; load the boot sector when donehpa2001-12-091-11/+46
* Snapshot the work.hpa2001-12-093-28/+174
* Reinstate memdisk.asmhpa2001-12-091-0/+418
* Remove memdisk (moved into memdisk directory)hpa2001-12-092-836/+0
* Initial work for the in-memory disk emulatorhpa2001-12-098-0/+456
* Update NEWS file; turn off tracers; add warning about broken BIOSes tosyslinux-1.65-pre1hpa2001-12-063-1/+12
* ISOLINUX: Support booting from image files (if the BIOS works).hpa2001-12-064-10/+215
* More work on the memory disk image driverhpa2001-12-062-10/+134
* Document tftpd32 for Win32 systems.hpa2001-11-261-0/+5
* Update documentation -- point to hardware information pagesyslinux-1.64hpa2001-11-242-36/+21
* Document missing serial port test.hpa2001-11-211-0/+2
* Make an attempt at detecting nonexistent serial port hardware.syslinux-1.64-pre6hpa2001-11-214-6/+34
* Correct serial port/no flow control.syslinux-1.64-pre5hpa2001-11-214-3/+7
* Even more tweaks at flow control supportsyslinux-1.64-pre4hpa2001-11-204-25/+81
* Correct parsing of serial flow controlhpa2001-11-203-0/+9
* Modify the way serial flow control works.syslinux-1.64-pre3hpa2001-11-204-44/+58
* Fix parsing of hardware flow controlhpa2001-11-204-12/+29
* Fix restoring text mode with a font set (uninitialized use of ES)hpa2001-11-204-15/+30
* Be more explicit about errors, so we can debug problems.syslinux-1.64-pre2hpa2001-09-071-13/+58
* Try to placate recent versions of Windows when using the DOS installer.hpa2001-09-072-52/+135
* First cut of "hardware" flowcontrol support for serial console.syslinux-1.64-pre1hpa2001-09-066-56/+144