summaryrefslogtreecommitdiff
path: root/memdisk/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Actually use memcmp() for the DOSEMU comparison; we can't seem to gethpa2005-03-081-2/+1
* Commit 3.10 changes to mainline. In particular, support multi-filehpa2005-01-061-1/+2
* Remove __attribute__((packed)) which seems to cause problemshpa2004-12-291-2/+2
* Add boot loader ID to the memdisk info structurehpa2004-12-291-3/+8
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-201-7/+8
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
* Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISKhpa2004-12-141-3/+8
* Support making the disk readonlyhpa2004-12-101-2/+10
* Move all 16-bit code into one assembly file so we don't have to relyhpa2004-12-081-2/+4
* Handle memdisk images compressed with zip as well as with gzip.hpa2004-04-271-3/+13
* Add API to query for the existence of MEMDISK.hpa2003-11-261-16/+29
* Clean up address assignment cleanersyslinux-2.05hpa2003-07-151-31/+44
* Fix overlap handling properly (we hope)hpa2003-07-151-15/+54
* Clearness cleanuphpa2003-04-161-5/+5
* Fix installing the E820 data into MEMDISKhpa2003-04-161-1/+2
* Fix memory computation error for MEMDISKhpa2003-04-161-2/+2
* Formatting...hpa2003-04-101-1/+1
* Support compressed MEMDISK images.hpa2003-04-101-22/+57
* Convert to using a 32-bit installer framework, in preparation forhpa2003-04-101-162/+58
* Support 1680K and 1722K as standard floppy formatshpa2003-03-071-0/+2
* Use __builtin_memcmp() instead of memcmp() to be explicit abouthpa2003-01-301-1/+1
* Fix MEMDISK initalization bugshpa2002-11-181-4/+18
* Support DOSEMU-style hard disk imagessyslinux-2.01-pre1hpa2002-10-291-16/+46
* Yes it is, just not for nonofficial buildshpa2002-10-241-1/+1
* DATE isn't defined in the MEMDISK directoryhpa2002-10-241-1/+1
* 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