summaryrefslogtreecommitdiff
path: root/mbr/mbr.S
Commit message (Expand)AuthorAgeFilesLines
* mbr: Make sure the MBR code starts with the byte 0x33H. Peter Anvin2010-12-231-1/+1
* mbr: generate normal versions, force-80 versions, and ctrl-80 versionsH. Peter Anvin2009-04-041-7/+5
* Update copyright noticesH. Peter Anvin2009-04-041-0/+1
* mbr/*.S: use a symbolic constant for BIOS_kbdflagsH. Peter Anvin2009-03-301-3/+4
* mbr/*.S: if Ctrl is pressed, force the drive number to 0x80H. Peter Anvin2009-03-301-3/+9
* mbr, gptmbr, isohdpfx: don't lose the carry flagH. Peter Anvin2008-09-081-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-101-1/+1
* mbr.S: fix loading from logical partitionsH. Peter Anvin2007-11-141-1/+1
* 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
* MBR: fix problems when LBA > 65535*sectors.H. Peter Anvin2007-04-101-18/+17
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-11/+11
* Fix numerous problems in the new MBR code.syslinux-3.36-pre5H. Peter Anvin2007-02-041-13/+22
* MBR: Set %si immediately upon setting %spH. Peter Anvin2007-02-041-1/+1
* New MBR which supports logical partitions.H. Peter Anvin2007-02-041-0/+290