summaryrefslogtreecommitdiff
path: root/mbr
Commit message (Expand)AuthorAgeFilesLines
* bios: Use int 0x16, ah=0x02 to probe for shift flagssyslinux-6.03-pre10H. Peter Anvin2014-04-171-2/+6
* Merge branch 'elflink' into firmwareH. Peter Anvin2014-01-171-1/+1
|\
| * Merge branch 'master' into elflinkelflinkH. Peter Anvin2014-01-171-1/+1
| |\
| | * Remove some whitespaceRuben Kerkhof2013-12-301-1/+1
* | | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-221-29/+44
|\ \ \ | |/ /
| * | 4k_sector: Support sectors >512Frediano Ziglio2013-02-111-14/+27
| * | 4k_sector: Reduce size reducing a messageFrediano Ziglio2013-02-111-1/+1
| * | 4k_sector: Save some bytes adding a function to set bx before read_sectorFrediano Ziglio2013-02-111-6/+7
| * | 4k_sector: Recover 3 bytes avoid a callFrediano Ziglio2013-02-111-9/+10
* | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-071-0/+13
|\ \ \ | |/ /
| * | mbr: Add support for loading VBRs from XFS filesystemsPaulo Alcantara2012-07-211-0/+13
| |/
* | Add per-firmware object directory supportMatt Fleming2012-10-161-6/+8
* | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-302-1/+32
|\ \ | |/
| * altmbr: actually invoke the correct partitionsyslinux-4.06-pre2H. Peter Anvin2012-03-211-1/+1
| * isohybrid: Generate GPT and Mac bootable imagesMatthew Garrett2011-08-241-0/+31
* | The make files have undergone changes to support both i386 and x86_64 platforms.chandramouli narayanan2012-06-251-2/+3
* | This is a giant patch that splits the linker scripts for libraries, modules a...chandramouli narayanan2012-06-252-0/+145
|/
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* Handoff *BR: Move to diagGene Cumm2011-03-091-345/+0
* mbr_ho.bin: Fix stack bug; also save/restore cx in another locationGene Cumm2011-03-091-1/+3
* mbr_ho.bin: Fix several non-8086 issuesGene Cumm2011-03-091-19/+54
* mbr_ho.bin: Update install instructionsGene Cumm2011-03-091-1/+1
* mbr_ho.bin: install instructionsGene Cumm2011-03-091-0/+11
* mbr_ho.bin: Fix bug in $PnP Scan; PressAnyKey; compare [ES:DI]Gene Cumm2011-03-091-33/+59
* mbr_ho.bin: Handoff MBRGene Cumm2011-03-091-0/+271
* mbr: Make sure the MBR code starts with the byte 0x33H. Peter Anvin2010-12-234-5/+4
* isohdpfx: update to the new !GPT protocolH. Peter Anvin2010-06-271-3/+5
* gptmbr: skip partitions with all-zero PartitionTypeGUIDH. Peter Anvin2010-06-261-0/+6
* gptmbr: change synthetic partition type to 0xEDH. Peter Anvin2010-06-141-1/+1
* gptmbr: save four bytesH. Peter Anvin2010-06-111-2/+7
* gptmbr: fix offset for MSW of partition endH. Peter Anvin2010-06-111-2/+2
* gptmbr: implement the new T13-approved GPT protocolH. Peter Anvin2010-06-112-21/+25
* isohdpfx: actually generate the stack frame isolinux expectssyslinux-3.82-pre2H. Peter Anvin2009-05-311-6/+9
* isohdpfx: don't clear %ds before parsing partiting infosyslinux-3.81-pre15H. Peter Anvin2009-05-261-14/+15
* altmbr: cap at 439 bytes so the partition select byte followsH. Peter Anvin2009-05-251-1/+1
* isohybrid: revert to a stack format compatible with previous versionsyslinux-3.81-pre14H. Peter Anvin2009-05-251-17/+18
* altmbr: fix accounting of logical partitionsH. Peter Anvin2009-05-251-15/+13
* isohybrid: add missing isohdppx.S fileH. Peter Anvin2009-05-211-0/+2
* isohybrid: support booting from partition; fix CBIOS bootingH. Peter Anvin2009-05-213-25/+55
* Unify dependency generation: MCONFIG.embeddedH. Peter Anvin2009-04-271-3/+3
* Unify dependency generationH. Peter Anvin2009-04-271-4/+4
* mbr: generate normal versions, force-80 versions, and ctrl-80 versionsH. Peter Anvin2009-04-047-46/+107
* Update copyright noticesH. Peter Anvin2009-04-043-0/+3
* altmbr: an alternative MBR which ignores the active flagH. Peter Anvin2009-03-303-7/+326
* mbr/*.S: use a symbolic constant for BIOS_kbdflagsH. Peter Anvin2009-03-303-6/+9
* mbr/*.S: if Ctrl is pressed, force the drive number to 0x80H. Peter Anvin2009-03-303-10/+27
* isohdpfx: remove stray jmpw *%siH. Peter Anvin2009-03-101-1/+0
* isohdpfx: work around gas/ld miscompilationH. Peter Anvin2009-02-271-1/+9
* mbr, gptmbr, isohdpfx: don't lose the carry flagH. Peter Anvin2008-09-083-3/+3
* isohdpfx: save one byteH. Peter Anvin2008-09-081-1/+1