summaryrefslogtreecommitdiff
path: root/memdisk
Commit message (Collapse)AuthorAgeFilesLines
* Don't clobber live registers, it's not nicesyslinux-3.08-pre10hpa2005-04-291-3/+3
|
* Use the correct registerhpa2005-04-291-2/+2
|
* Add new "bigraw" mode to memdisk.hpa2005-04-293-12/+32
|
* Actually use memcmp() for the DOSEMU comparison; we can't seem to gethpa2005-03-082-2/+18
| | | | it right any other way...
* Commit 3.10 changes to mainline. In particular, support multi-filehpa2005-01-061-1/+2
| | | | initrd, and the shuffle and boot API.
* It's 2005, that should be the copyright yearhpa2005-01-031-1/+1
|
* Remove __attribute__((packed)) which seems to cause problemshpa2004-12-291-2/+2
|
* Add boot loader ID to the memdisk info structurehpa2004-12-293-5/+17
|
* Clean up using an alternate NASMhpa2004-12-291-3/+4
|
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-202-7/+9
| | | | to MEMDISK.
* Update copyright headers.hpa2004-12-141-3/+3
|
* Fix the spelling of "Boston"hpa2004-12-1412-12/+12
|
* Fix MEMDISK command-line parsing; add "raw" memory support for MEMDISKhpa2004-12-144-28/+202
|
* Support making the disk readonlyhpa2004-12-103-7/+23
|
* Fix list of sourceshpa2004-12-081-2/+2
|
* Make sure DATE and HEXDATE is exported to submakefileshpa2004-12-081-1/+1
|
* Move all 16-bit code into one assembly file so we don't have to relyhpa2004-12-087-208/+138
| | | | on ld working properly
* Use proper syntax for x86hpa2004-07-061-2/+2
|
* Add instructions for how to disable MEMDISKhpa2004-07-061-0/+41
|
* Document that we now handle zip as well as gziphpa2004-04-271-1/+1
|
* Handle memdisk images compressed with zip as well as with gzip.hpa2004-04-275-98/+202
|
* Adjust options to work on 64-bit machines, and clean up nuisance warningshpa2004-01-241-8/+14
|
* Fail if C/H/S geometry is wrong. This is necessary for things that probehpa2004-01-241-0/+4
| | | | for geometry.
* Conditionally add -m32 to be able to compile in a 64-bit environmenthpa2004-01-241-1/+2
|
* Add link to Ralf Brown's interrupt list.hpa2003-11-301-4/+7
|
* Fix dependency generation.syslinux-2.08-pre4hpa2003-11-261-0/+2
|
* Add API to query for the existence of MEMDISK.hpa2003-11-264-26/+123
|
* Unget bytes properly...hpa2003-11-192-9/+9
|
* Add debugging code for input buffer underrunsyslinux-2.07-pre6hpa2003-11-183-26/+52
|
* Slight optimizationsyslinux-2.07-pre1hpa2003-08-271-3/+3
|
* Try to detect if this is the only floppy drive, and if so, don't passhpa2003-08-271-0/+14
| | | | RESET commands to the BIOS.
* Clean up address assignment cleanersyslinux-2.05hpa2003-07-151-31/+44
|
* Fix overlap handling properly (we hope)hpa2003-07-153-35/+57
|
* Remove bogus commenthpa2003-07-111-4/+0
|
* Try to make files locale compliantsyslinux-2.05-pre2hpa2003-07-011-0/+2
|
* Clearness cleanuphpa2003-04-161-5/+5
|
* Fix installing the E820 data into MEMDISKhpa2003-04-162-4/+5
|
* Make the e820test program work againhpa2003-04-162-3/+18
|
* Fix memory computation error for MEMDISKhpa2003-04-161-2/+2
|
* Simple memcpy() implementationsyslinux-2.03hpa2003-04-151-0/+29
|
* 32-bit entrypoint codehpa2003-04-151-0/+9
|
* Code to mediate 16 <-> 32 bit transition during MEMDISK install.hpa2003-04-151-0/+658
|
* Use standard memset()hpa2003-04-141-0/+30
|
* Use shpa2003-04-142-8/+3
|
* Remove unnecessary reference to gzip.hhpa2003-04-111-11/+0
|
* Correct usage of INCLUDE versus CFLAGShpa2003-04-111-2/+1
|
* Correct the list of source filessyslinux-2.03-pre4hpa2003-04-101-1/+1
|
* Formatting...hpa2003-04-101-1/+1
|
* Support compressed MEMDISK images.hpa2003-04-107-28/+1465
|
* Convert to using a 32-bit installer framework, in preparation forhpa2003-04-108-246/+187
| | | | supporting gzip compressed images