summaryrefslogtreecommitdiff
path: root/memdisk/setup.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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