aboutsummaryrefslogtreecommitdiffstats
path: root/memdisk
AgeCommit message (Expand)AuthorFilesLines
2006-08-17Remove more CVS-era $Id$ tags.H. Peter Anvin6-6/+0
2006-08-17Remove CVS-era $Id$ tags.H. Peter Anvin11-11/+0
2006-05-03Across-the-board stealth whitespace cleanupH. Peter Anvin16-105/+102
2005-09-25Clean up the EDD code furtherhpa1-7/+32
2005-09-25The EDD stuff doesn't work yet.hpa1-1/+1
2005-09-20EDD code, not enabled by defaulthpa1-4/+143
2005-09-14Be a bit less pseudo-codeishhpa1-1/+2
2005-08-29Workaround for the no physical floppy scenariohpa1-14/+11
2005-08-26Query a more sane drive number.syslinux-3.11-pre5hpa1-1/+1
2005-08-26Display the correct type of disk.syslinux-3.11-pre4hpa1-2/+3
2005-08-25Fix bug w.r.t. floppy count.hpa1-1/+1
2005-08-23* -ffreestandingsyslinux-3.10-pre21hpa4-28/+54
2005-08-21Fix handling of images with DOSEMU headers.syslinux-3.10-pre17hpa1-1/+1
2005-08-03New version number; gcc 4.0.1 fixhpa1-1/+1
2005-04-29Don't clobber live registers, it's not nicesyslinux-3.08-pre10hpa1-3/+3
2005-04-29Use the correct registerhpa1-2/+2
2005-04-29Add new "bigraw" mode to memdisk.hpa3-12/+32
2005-03-08Actually use memcmp() for the DOSEMU comparison; we can't seem to gethpa2-2/+18
2005-01-06Commit 3.10 changes to mainline. In particular, support multi-filehpa1-1/+2
2005-01-03It's 2005, that should be the copyright yearhpa1-1/+1
2004-12-29Remove __attribute__((packed)) which seems to cause problemshpa1-2/+2
2004-12-29Add boot loader ID to the memdisk info structurehpa3-5/+17
2004-12-29Clean up using an alternate NASMhpa1-3/+4
2004-12-20Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2-7/+9
2004-12-14Update copyright headers.hpa1-3/+3
2004-12-14Fix the spelling of "Boston"hpa12-12/+12
2004-12-14Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISKhpa4-28/+202
2004-12-10Support making the disk readonlyhpa3-7/+23
2004-12-08Fix list of sourceshpa1-2/+2
2004-12-08Make sure DATE and HEXDATE is exported to submakefileshpa1-1/+1
2004-12-08Move all 16-bit code into one assembly file so we don't have to relyhpa7-208/+138
2004-07-06Use proper syntax for x86hpa1-2/+2
2004-07-06Add instructions for how to disable MEMDISKhpa1-0/+41
2004-04-27Document that we now handle zip as well as gziphpa1-1/+1
2004-04-27Handle memdisk images compressed with zip as well as with gzip.hpa5-98/+202
2004-01-24Adjust options to work on 64-bit machines, and clean up nuisance warningshpa1-8/+14
2004-01-24Fail if C/H/S geometry is wrong. This is necessary for things that probehpa1-0/+4
2004-01-24Conditionally add -m32 to be able to compile in a 64-bit environmenthpa1-1/+2
2003-11-30Add link to Ralf Brown's interrupt list.hpa1-4/+7
2003-11-26Fix dependency generation.syslinux-2.08-pre4hpa1-0/+2
2003-11-26Add API to query for the existence of MEMDISK.hpa4-26/+123
2003-11-19Unget bytes properly...hpa2-9/+9
2003-11-18Add debugging code for input buffer underrunsyslinux-2.07-pre6hpa3-26/+52
2003-08-27Slight optimizationsyslinux-2.07-pre1hpa1-3/+3
2003-08-27Try to detect if this is the only floppy drive, and if so, don't passhpa1-0/+14
2003-07-15Clean up address assignment cleanersyslinux-2.05hpa1-31/+44
2003-07-15Fix overlap handling properly (we hope)hpa3-35/+57
2003-07-11Remove bogus commenthpa1-4/+0
2003-07-01Try to make files locale compliantsyslinux-2.05-pre2hpa1-0/+2
2003-04-16Clearness cleanuphpa1-5/+5
2003-04-16Fix installing the E820 data into MEMDISKhpa2-4/+5
2003-04-16Make the e820test program work againhpa2-3/+18
2003-04-16Fix memory computation error for MEMDISKhpa1-2/+2
2003-04-15Simple memcpy() implementationsyslinux-2.03hpa1-0/+29
2003-04-1532-bit entrypoint codehpa1-0/+9
2003-04-15Code to mediate 16 <-> 32 bit transition during MEMDISK install.hpa1-0/+658
2003-04-14Use standard memset()hpa1-0/+30
2003-04-14Use shpa2-8/+3
2003-04-11Remove unnecessary reference to gzip.hhpa1-11/+0
2003-04-11Correct usage of INCLUDE versus CFLAGShpa1-2/+1
2003-04-10Correct the list of source filessyslinux-2.03-pre4hpa1-1/+1
2003-04-10Formatting...hpa1-1/+1
2003-04-10Support compressed MEMDISK images.hpa7-28/+1465
2003-04-10Convert to using a 32-bit installer framework, in preparation forhpa8-246/+187
2003-04-05Update year to 2003hpa1-1/+1
2003-03-07Support 1680K and 1722K as standard floppy formatshpa2-0/+4
2003-01-30Use -MM to generate dependencies.hpa1-2/+2
2003-01-30Use __builtin_memcmp() instead of memcmp() to be explicit abouthpa1-1/+1
2003-01-29Make a small library (libsyslinux.a) of SYSLINUX; fix make dependhpa1-0/+4
2002-11-18Fix MEMDISK initalization bugshpa2-14/+32
2002-10-29Support DOSEMU-style hard disk imagessyslinux-2.01-pre1hpa1-16/+46
2002-10-28Add some notes about the generic DOS CD-ROM and NDIS drivers...hpa1-0/+17
2002-10-24Yes it is, just not for nonofficial buildshpa1-1/+1
2002-10-24DATE isn't defined in the MEMDISK directoryhpa1-1/+1
2002-10-24Fix dependencieshpa1-2/+5
2002-04-26Add support for automatic dependency generationhpa1-18/+33
2002-04-17Make the MEMDISK directory use the same clean conventions as thehpa1-2/+4
2002-01-02Be obnoxiously correct and set start_sys_seg to 0x1000.hpa1-1/+1
2002-01-02Even better way to do the "kernel version string" pointer stuffhpa2-3/+30
2002-01-02Do the version string pointer in the file header correctly.hpa2-13/+9
2002-01-02Update copyright date, and change work-in-progress version to 1.67.hpa1-3/+4
2001-12-17Fix other Makefile braindeadnesssyslinux-1.66-pre1hpa1-1/+1
2001-12-17Fix quoting problem in Makefilehpa1-2/+2
2001-12-17Clean up gcc version dependencies, mostly related to asm() statements.hpa6-34/+52
2001-12-16Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65hpa1-0/+3
2001-12-15Document geometry limits.syslinux-1.65-pre13hpa1-3/+7
2001-12-15Preserve DL except for the rather few calls for which DL is part of thehpa1-10/+38
2001-12-15Minor cleanupshpa2-36/+75
2001-12-15DOS now boots floppy and harddisk, but something is still amiss...syslinux-1.65-pre12hpa3-72/+54
2001-12-14Be even more anal...hpa2-19/+159
2001-12-14Correct the computation of the various termssyslinux-1.65-pre11hpa1-7/+7
2001-12-14Use the correct drive number variable, please...hpa1-4/+3
2001-12-13Print a copyright string in memdisk; clean up the handling of dateshpa2-2/+8
2001-12-13Nonsense change because it makes me feel bettersyslinux-1.65-pre9hpa1-2/+2
2001-12-13Fix the command-line parser, compile with -Wallhpa3-14/+13
2001-12-12Support parsing the command line, and setting the geometry that way.syslinux-1.65-pre8hpa5-43/+160
2001-12-12Don't count partitions for which type == 0 (no partition)hpa1-15/+17
2001-12-12We're doing better, now...syslinux-1.65-pre7hpa1-12/+4
2001-12-12Clean up another annoying debugging message.hpa1-1/+0
2001-12-12Prune the error messages; examine the partition table for hard diskhpa1-36/+125
2001-12-12Make the memory configuration calls actually work properly, especiallysyslinux-1.65-pre6hpa3-32/+32
2001-12-11Document at least the existence of memdisk.syslinux-1.65-pre5hpa1-0/+56
2001-12-11Make the thing actually work!!! Yoo-hoo!!!hpa3-18/+25
2001-12-11Fix a couple of stack mishandling bugs...hpa1-6/+6
2001-12-11Checkpoint: many many changes, now successfully loads thehpa4-73/+110
2001-12-11Don't initialize the E820 map statically -- it's too bighpa3-7/+19
2001-12-11Checkpoint: add printf() for debugging, remove query of E881 (seemshpa9-110/+508
2001-12-10Move %fs initialization to assembly code; initialize %es explicitly.hpa2-10/+16
2001-12-10Hello, World now working...syslinux-1.65-pre3hpa1-5/+11
2001-12-10Make sure we use calll/retl for the C code, so the stack frame layouthpa3-4/+7
2001-12-10Simple console I/O, mostly for debugging.hpa2-0/+72
2001-12-10Fix support for small pseudo-kernels.hpa2-1/+7
2001-12-10Add postprocessing to set the number of setup sectors.hpa2-1/+44
2001-12-10Yet another snapshot. Now we can actually compile the sucker...hpa6-165/+462
2001-12-09More work at patching and setup; load the boot sector when donehpa1-11/+46
2001-12-09Snapshot the work.hpa3-28/+174
2001-12-09Reinstate memdisk.asmhpa1-0/+418
2001-12-09Remove memdisk (moved into memdisk directory)hpa1-418/+0
2001-12-09Initial work for the in-memory disk emulatorhpa8-0/+456
2001-12-06More work on the memory disk image driverhpa1-5/+67
2001-04-24- Graphics fixessyslinux-1.62-pre3hpa1-14/+203
2001-04-19TSR for virtual INT 13h disk in high memory (under development.)hpa1-0/+167