summaryrefslogtreecommitdiff
path: root/memdisk/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Even better way to do the "kernel version string" pointer stuffhpa2002-01-021-3/+4
* Do the version string pointer in the file header correctly.hpa2002-01-021-4/+6
* Update copyright date, and change work-in-progress version to 1.67.hpa2002-01-021-3/+4
* Clean up gcc version dependencies, mostly related to asm() statements.hpa2001-12-171-10/+19
* Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65hpa2001-12-161-0/+3
* Minor cleanupshpa2001-12-151-16/+58
* DOS now boots floppy and harddisk, but something is still amiss...syslinux-1.65-pre12hpa2001-12-151-32/+42
* Be even more anal...hpa2001-12-141-1/+65
* Use the correct drive number variable, please...hpa2001-12-141-4/+3
* Print a copyright string in memdisk; clean up the handling of dateshpa2001-12-131-1/+4
* Nonsense change because it makes me feel bettersyslinux-1.65-pre9hpa2001-12-131-2/+2
* Fix the command-line parser, compile with -Wallhpa2001-12-131-11/+10
* Support parsing the command line, and setting the geometry that way.syslinux-1.65-pre8hpa2001-12-121-39/+120
* Don't count partitions for which type == 0 (no partition)hpa2001-12-121-15/+17
* 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-121-7/+26
* Make the thing actually work!!! Yoo-hoo!!!hpa2001-12-111-3/+3
* Checkpoint: many many changes, now successfully loads thehpa2001-12-111-10/+41
* Don't initialize the E820 map statically -- it's too bighpa2001-12-111-5/+7
* Checkpoint: add printf() for debugging, remove query of E881 (seemshpa2001-12-111-12/+64
* Move %fs initialization to assembly code; initialize %es explicitly.hpa2001-12-101-3/+0
* Fix support for small pseudo-kernels.hpa2001-12-101-0/+6
* Yet another snapshot. Now we can actually compile the sucker...hpa2001-12-101-0/+271