summaryrefslogtreecommitdiff
path: root/mbr
Commit message (Expand)AuthorAgeFilesLines
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-1/+1
* mbr: save another 5 bytes by terminating error on newlinesyslinux-3.61-pre4H. Peter Anvin2008-01-221-8/+4
* mbr.S: save one more bytesyslinux-3.61-pre3H. Peter Anvin2008-01-221-1/+1
* Update copyright yearH. Peter Anvin2008-01-104-4/+4
* mbr: remove *.bin on "spotless", not "clean"syslinux-3.53H. Peter Anvin2007-11-171-1/+1
* mbr.S: fix loading from logical partitionsH. Peter Anvin2007-11-141-1/+1
* Fix [BI]ESUBDIRS for make installer/tidy/clean/spotlessH. Peter Anvin2007-11-011-0/+2
* MBR: shave off another byteH. Peter Anvin2007-07-111-5/+6
* MBR: shave off another byteH. Peter Anvin2007-07-111-2/+2
* MBR: one more commentH. Peter Anvin2007-07-111-0/+1
* MBR: shave another ~4 bytes through an ugly error message hackH. Peter Anvin2007-07-111-22/+17
* MBR: add HLT to prevent system from melting on failureH. Peter Anvin2007-07-111-1/+3
* MBR: add CR LF to the end of messagesH. Peter Anvin2007-07-111-3/+3
* MBR: shave 2 more bytesH. Peter Anvin2007-07-111-2/+4
* MBR: Don't clobber %eax before entering CBIOS codeH. Peter Anvin2007-07-111-3/+5
* MBR: always do setup for EBIOS, makes stack handling easier and saves jmpH. Peter Anvin2007-07-111-14/+14
* MBR: Handle the stack in read_sector correctly...H. Peter Anvin2007-07-111-2/+3
* One more MBR byteH. Peter Anvin2007-07-111-1/+1
* Another 12 bytes shaved off the MBR...H. Peter Anvin2007-07-111-18/+12
* Another 2 bytes off the MBR.H. Peter Anvin2007-07-111-15/+13
* Add some comments to the MBRH. Peter Anvin2007-07-111-3/+3
* Another 3 bytes or so off the MBR...H. Peter Anvin2007-07-111-5/+7
* One more MBR byte...H. Peter Anvin2007-07-111-1/+1
* Shave two more bytes off the MBRH. Peter Anvin2007-07-111-4/+3
* MBR: fix pointer to partition table baseH. Peter Anvin2007-07-111-2/+2
* Shave another byte off the MBRH. Peter Anvin2007-07-111-2/+4
* Shave an additional ~7 bytes off the MBRH. Peter Anvin2007-07-111-16/+16
* Shave a byte off the MBR code.H. Peter Anvin2007-07-111-4/+4
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* MBR: fix problems when LBA > 65535*sectors.H. Peter Anvin2007-04-102-35/+35
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-143-14/+13
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+1
* Fix numerous problems in the new MBR code.syslinux-3.36-pre5H. Peter Anvin2007-02-043-15/+97
* MBR: Set %si immediately upon setting %spH. Peter Anvin2007-02-041-1/+1
* MBR: produce a list file.H. Peter Anvin2007-02-041-4/+4
* Move old MBR into the MBR directory; fix old reference to mbr.binH. Peter Anvin2007-02-041-0/+229
* New MBR which supports logical partitions.H. Peter Anvin2007-02-043-0/+368