summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Relax the conventional memory limits somewhat.syslinux-1.6x-1hpa2002-04-165-8/+17
* Actually make the -o option work properly.syslinux-1.6x-merge-2hpa2002-02-181-2/+9
* New mailing list informationsyslinux-1.67hpa2002-02-031-5/+5
* Handle bug in the alignment of the initrd.syslinux-1.67-pre1hpa2002-01-164-368/+277
* Be obnoxiously correct and set start_sys_seg to 0x1000.hpa2002-01-021-1/+1
* Even better way to do the "kernel version string" pointer stuffhpa2002-01-022-3/+30
* Do the version string pointer in the file header correctly.hpa2002-01-022-13/+9
* Update copyright date, and change work-in-progress version to 1.67.hpa2002-01-026-11/+14
* Code restructuring: common subroutine to load a file into high memoryhpa2001-12-234-267/+362
* Fix other Makefile braindeadnesssyslinux-1.66-pre1hpa2001-12-171-1/+1
* Fix quoting problem in Makefilehpa2001-12-171-2/+2
* Clean up gcc version dependencies, mostly related to asm() statements.hpa2001-12-179-35/+57
* Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65hpa2001-12-164-5/+194
* Document geometry limits.syslinux-1.65-pre13hpa2001-12-151-3/+7
* Preserve DL except for the rather few calls for which DL is part of thehpa2001-12-151-10/+38
* Minor cleanupshpa2001-12-152-36/+75
* DOS now boots floppy and harddisk, but something is still amiss...syslinux-1.65-pre12hpa2001-12-153-72/+54
* Be even more anal...hpa2001-12-142-19/+159
* Correct the computation of the various termssyslinux-1.65-pre11hpa2001-12-141-7/+7
* Use the correct drive number variable, please...hpa2001-12-141-4/+3
* Correctly handle very large kernel images and very large ramdisks.hpa2001-12-143-88/+88
* 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