summaryrefslogtreecommitdiff
path: root/memdisk
Commit message (Expand)AuthorAgeFilesLines
* Yes it is, just not for nonofficial buildshpa2002-10-241-1/+1
* DATE isn't defined in the MEMDISK directoryhpa2002-10-241-1/+1
* Fix dependencieshpa2002-10-241-2/+5
* Add support for automatic dependency generationhpa2002-04-261-18/+33
* Make the MEMDISK directory use the same clean conventions as thehpa2002-04-171-2/+4
* 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-021-3/+4
* 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-176-34/+52
* Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65hpa2001-12-161-0/+3
* 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
* Print a copyright string in memdisk; clean up the handling of dateshpa2001-12-132-2/+8
* 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-111-0/+56
* 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-102-1/+7
* Add postprocessing to set the number of setup sectors.hpa2001-12-102-1/+44
* Yet another snapshot. Now we can actually compile the sucker...hpa2001-12-106-165/+462
* 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-091-418/+0
* Initial work for the in-memory disk emulatorhpa2001-12-098-0/+456
* More work on the memory disk image driverhpa2001-12-061-5/+67
* - Graphics fixessyslinux-1.62-pre3hpa2001-04-241-14/+203
* TSR for virtual INT 13h disk in high memory (under development.)hpa2001-04-191-0/+167