| Commit message (Expand) | Author | Age | Files | Lines |
* | gptmbr: change synthetic partition type to 0xED | H. Peter Anvin | 2010-06-14 | 1 | -1/+1 |
* | gptmbr: save four bytes | H. Peter Anvin | 2010-06-11 | 1 | -2/+7 |
* | gptmbr: fix offset for MSW of partition end | H. Peter Anvin | 2010-06-11 | 1 | -2/+2 |
* | gptmbr: implement the new T13-approved GPT protocol | H. Peter Anvin | 2010-06-11 | 2 | -21/+25 |
* | isohdpfx: actually generate the stack frame isolinux expectssyslinux-3.82-pre2 | H. Peter Anvin | 2009-05-31 | 1 | -6/+9 |
* | isohdpfx: don't clear %ds before parsing partiting infosyslinux-3.81-pre15 | H. Peter Anvin | 2009-05-26 | 1 | -14/+15 |
* | altmbr: cap at 439 bytes so the partition select byte follows | H. Peter Anvin | 2009-05-25 | 1 | -1/+1 |
* | isohybrid: revert to a stack format compatible with previous versionsyslinux-3.81-pre14 | H. Peter Anvin | 2009-05-25 | 1 | -17/+18 |
* | altmbr: fix accounting of logical partitions | H. Peter Anvin | 2009-05-25 | 1 | -15/+13 |
* | isohybrid: add missing isohdppx.S file | H. Peter Anvin | 2009-05-21 | 1 | -0/+2 |
* | isohybrid: support booting from partition; fix CBIOS booting | H. Peter Anvin | 2009-05-21 | 3 | -25/+55 |
* | Unify dependency generation: MCONFIG.embedded | H. Peter Anvin | 2009-04-27 | 1 | -3/+3 |
* | Unify dependency generation | H. Peter Anvin | 2009-04-27 | 1 | -4/+4 |
* | mbr: generate normal versions, force-80 versions, and ctrl-80 versions | H. Peter Anvin | 2009-04-04 | 7 | -46/+107 |
* | Update copyright notices | H. Peter Anvin | 2009-04-04 | 3 | -0/+3 |
* | altmbr: an alternative MBR which ignores the active flag | H. Peter Anvin | 2009-03-30 | 3 | -7/+326 |
* | mbr/*.S: use a symbolic constant for BIOS_kbdflags | H. Peter Anvin | 2009-03-30 | 3 | -6/+9 |
* | mbr/*.S: if Ctrl is pressed, force the drive number to 0x80 | H. Peter Anvin | 2009-03-30 | 3 | -10/+27 |
* | isohdpfx: remove stray jmpw *%si | H. Peter Anvin | 2009-03-10 | 1 | -1/+0 |
* | isohdpfx: work around gas/ld miscompilation | H. Peter Anvin | 2009-02-27 | 1 | -1/+9 |
* | mbr, gptmbr, isohdpfx: don't lose the carry flag | H. Peter Anvin | 2008-09-08 | 3 | -3/+3 |
* | isohdpfx: save one byte | H. Peter Anvin | 2008-09-08 | 1 | -1/+1 |
* | mbr/Makefile: run checksize on the proper binaries...syslinux-3.72-pre4 | H. Peter Anvin | 2008-09-07 | 1 | -3/+3 |
* | ISOLINUX: fix EBIOS information passing in hybrid HDD mode | H. Peter Anvin | 2008-09-05 | 1 | -5/+7 |
* | ISOLINUX: support for hybrid mode (CD-ROM/USB key) | H. Peter Anvin | 2008-09-05 | 2 | -5/+219 |
* | Clean up embedded Makefile targets; fix build failure | H. Peter Anvin | 2008-08-22 | 1 | -11/+1 |
* | Major Makefile cleanups; gcc 4.3.0 compatiblity | H. Peter Anvin | 2008-08-20 | 1 | -10/+7 |
* | Build _bin.c files in libinstaller; clean up B/I separation | H. Peter Anvin | 2008-06-27 | 1 | -5/+2 |
* | mbr: clean up *_bin.c files | H. Peter Anvin | 2008-05-29 | 1 | -1/+1 |
* | Move files out of root into core, dos, and utils | H. Peter Anvin | 2008-05-29 | 1 | -5/+11 |
* | Document GPT boot protocol; add !GPT signature3.6x | H. Peter Anvin | 2008-05-13 | 1 | -0/+1 |
* | Merge commit 'origin/gptmbr' | H. Peter Anvin | 2008-05-13 | 2 | -1/+295 |
|\ |
|
| * | gptmbr: use cltq to extend a zero %eax into %edx | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |
| * | gptmbr: Add comment | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |
| * | gptmbr: save phdr -> bootsect on the stack, saving one byte | H. Peter Anvin | 2008-02-25 | 1 | -2/+4 |
| * | gptmbr: another confusion of start and end fields | H. Peter Anvin | 2008-02-25 | 1 | -2/+2 |
| * | gptmbr: fix confusion between start and end fields | H. Peter Anvin | 2008-02-25 | 1 | -2/+4 |
| * | gptmbr: use xchgw %ax,... instead of movw %ax,... when %ax is dead | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |
| * | gptmbr: Use %bp for references into phdr and the stack | H. Peter Anvin | 2008-02-25 | 1 | -20/+19 |
| * | gptmbr: since %bx is advanced, we can test -2(%bx) == (bootsec+510) | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |
| * | gptmbr: addw $512, %bx -> addb $2, %bh | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |
| * | gptmbr: offsets into phdr are decimal, not hex | H. Peter Anvin | 2008-02-25 | 1 | -4/+4 |
| * | gptmbr: move advancing %bx into read_sector | H. Peter Anvin | 2008-02-25 | 1 | -4/+3 |
| * | gptmbr: need to set %bx -> bootsec | H. Peter Anvin | 2008-02-25 | 1 | -0/+1 |
| * | gptmbr: shuffle slightly to reduce register pressure | H. Peter Anvin | 2008-02-25 | 1 | -6/+3 |
| * | gptmbr: shuffle slightly to save 3 bytes | H. Peter Anvin | 2008-02-25 | 1 | -14/+17 |
| * | rep; cmpsw -> repe; cmpsw | H. Peter Anvin | 2008-02-25 | 1 | -1/+1 |
| * | Master boot record for GPT partition tables | H. Peter Anvin | 2008-02-25 | 2 | -1/+292 |
* | | Use $(CC) in gcc_ok macro, not plain gcc | H. Peter Anvin | 2008-03-05 | 1 | -1/+1 |
|/ |
|
* | Whitespace cleanup...syslinux-3.62-pre11 | H. Peter Anvin | 2008-02-19 | 1 | -1/+1 |