ISOLINUX: fix EBIOS information passing in hybrid HDD mode
[profile/ivi/syslinux.git] / mbr / mbr.S
2008-03-23 H. Peter AnvinMerge commit 'origin/nolen' into gpxe-support
2008-01-22 H. Peter Anvinmbr: save another 5 bytes by terminating error on newline syslinux-3.61-pre4
2008-01-22 H. Peter Anvinmbr.S: save one more byte syslinux-3.61-pre3
2008-01-10 H. Peter AnvinMerge commit 'origin/adv' into gpxe-support
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-10 H. Peter AnvinUpdate copyright year
2007-12-27 H. Peter AnvinMerge commit 'syslinux-3.60-pre6' into gpxe-support
2007-11-14 H. Peter Anvinmbr.S: fix loading from logical partitions
2007-07-12 H. Peter AnvinMBR: shave off another byte
2007-07-12 H. Peter AnvinMBR: shave off another byte
2007-07-12 H. Peter AnvinMBR: one more comment
2007-07-12 H. Peter AnvinMBR: shave another ~4 bytes through an ugly error messa...
2007-07-12 H. Peter AnvinMBR: add HLT to prevent system from melting on failure
2007-07-12 H. Peter AnvinMBR: add CR LF to the end of messages
2007-07-12 H. Peter AnvinMBR: shave 2 more bytes
2007-07-11 H. Peter AnvinMBR: Don't clobber %eax before entering CBIOS code
2007-07-11 H. Peter AnvinMBR: always do setup for EBIOS, makes stack handling...
2007-07-11 H. Peter AnvinMBR: Handle the stack in read_sector correctly...
2007-07-11 H. Peter AnvinOne more MBR byte
2007-07-11 H. Peter AnvinAnother 12 bytes shaved off the MBR...
2007-07-11 H. Peter AnvinAnother 2 bytes off the MBR.
2007-07-11 H. Peter AnvinAdd some comments to the MBR
2007-07-11 H. Peter AnvinAnother 3 bytes or so off the MBR...
2007-07-11 H. Peter AnvinOne more MBR byte...
2007-07-11 H. Peter AnvinShave two more bytes off the MBR
2007-07-11 H. Peter AnvinMBR: fix pointer to partition table base
2007-07-11 H. Peter AnvinShave another byte off the MBR
2007-07-11 H. Peter AnvinShave an additional ~7 bytes off the MBR
2007-07-11 H. Peter AnvinShave a byte off the MBR code.
2007-04-10 H. Peter AnvinMBR: fix problems when LBA > 65535*sectors.
2007-03-15 H. Peter AnvinStealth whitespace cleanup (automated)
2007-02-10 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.40-pre5
2007-02-07 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu...
2007-02-05 H. Peter AnvinFix numerous problems in the new MBR code. syslinux-3.36-pre5
2007-02-05 H. Peter AnvinMBR: Set %si immediately upon setting %sp
2007-02-04 H. Peter AnvinNew MBR which supports logical partitions.