2008-05-29 |
H. Peter Anvin | Move files out of root into core, dos, and utils |
tree | commitdiff |
2008-05-28 |
H. Peter Anvin | Merge commit 'origin/master' into gpxe-added |
tree | commitdiff |
2008-05-14 |
H. Peter Anvin | Document GPT boot protocol; add !GPT signature |
tree | commitdiff |
2008-05-14 |
H. Peter Anvin | Merge commit 'origin/gptmbr' |
tree | commitdiff |
2008-03-23 |
H. Peter Anvin | Merge commit 'origin/nolen' into gpxe-support |
tree | commitdiff |
2008-03-21 |
H. Peter Anvin | Merge commit 'syslinux-3.63-pre2' into nolen syslinux-3.70-pre5 |
tree | commitdiff |
2008-03-06 |
H. Peter Anvin | Use $(CC) in gcc_ok macro, not plain gcc |
tree | commitdiff |
2008-02-26 |
H. Peter Anvin | gptmbr: use cltq to extend a zero %eax into %edx |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: Add comment |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: save phdr -> bootsect on the stack, saving... |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: another confusion of start and end fields |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: fix confusion between start and end fields |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: use xchgw %ax,... instead of movw %ax,... when... |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: Use %bp for references into phdr and the stack |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: since %bx is advanced, we can test -2(%bx)... |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: addw $512, %bx -> addb $2, %bh |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: offsets into phdr are decimal, not hex |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: move advancing %bx into read_sector |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: need to set %bx -> bootsec |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: shuffle slightly to reduce register pressure |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | gptmbr: shuffle slightly to save 3 bytes |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | rep; cmpsw -> repe; cmpsw |
tree | commitdiff |
2008-02-25 |
H. Peter Anvin | Master boot record for GPT partition tables |
tree | commitdiff |
2008-02-20 |
H. Peter Anvin | Whitespace cleanup... syslinux-3.62-pre11 |
tree | commitdiff |
2008-01-22 |
H. Peter Anvin | mbr: save another 5 bytes by terminating error on newline syslinux-3.61-pre4 |
tree | commitdiff |
2008-01-22 |
H. Peter Anvin | mbr.S: save one more byte syslinux-3.61-pre3 |
tree | commitdiff |
2008-01-10 |
H. Peter Anvin | Merge commit 'origin/adv' into gpxe-support |
tree | commitdiff |
2008-01-10 |
H. Peter Anvin | Merge commit 'origin/master' into adv |
tree | commitdiff |
2008-01-10 |
H. Peter Anvin | Update copyright year |
tree | commitdiff |
2007-12-27 |
H. Peter Anvin | Merge commit 'syslinux-3.60-pre6' into gpxe-support |
tree | commitdiff |
2007-11-18 |
H. Peter Anvin | mbr: remove *.bin on "spotless", not "clean" syslinux-3.53 |
tree | commitdiff |
2007-11-14 |
H. Peter Anvin | mbr.S: fix loading from logical partitions |
tree | commitdiff |
2007-11-01 |
H. Peter Anvin | Fix [BI]ESUBDIRS for make installer/tidy/clean/spotless |
tree | commitdiff |
2007-07-12 |
H. Peter Anvin | MBR: shave off another byte |
tree | commitdiff |
2007-07-12 |
H. Peter Anvin | MBR: shave off another byte |
tree | commitdiff |
2007-07-12 |
H. Peter Anvin | MBR: one more comment |
tree | commitdiff |
2007-07-12 |
H. Peter Anvin | MBR: shave another ~4 bytes through an ugly error messa... |
tree | commitdiff |
2007-07-12 |
H. Peter Anvin | MBR: add HLT to prevent system from melting on failure |
tree | commitdiff |
2007-07-12 |
H. Peter Anvin | MBR: add CR LF to the end of messages |
tree | commitdiff |
2007-07-12 |
H. Peter Anvin | MBR: shave 2 more bytes |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | MBR: Don't clobber %eax before entering CBIOS code |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | MBR: always do setup for EBIOS, makes stack handling... |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | MBR: Handle the stack in read_sector correctly... |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | One more MBR byte |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | Another 12 bytes shaved off the MBR... |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | Another 2 bytes off the MBR. |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | Add some comments to the MBR |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | Another 3 bytes or so off the MBR... |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | One more MBR byte... |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | Shave two more bytes off the MBR |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | MBR: fix pointer to partition table base |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | Shave another byte off the MBR |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | Shave an additional ~7 bytes off the MBR |
tree | commitdiff |
2007-07-11 |
H. Peter Anvin | Shave a byte off the MBR code. |
tree | commitdiff |
2007-05-25 |
Luciano Rocha | Don't clobber /dev/null when compiling as root |
tree | commitdiff |
2007-04-10 |
H. Peter Anvin | MBR: fix problems when LBA > 65535*sectors. |
tree | commitdiff |
2007-03-15 |
H. Peter Anvin | Stealth whitespace cleanup (automated) |
tree | commitdiff |
2007-02-10 |
H. Peter Anvin | Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.40-pre5 |
tree | commitdiff |
2007-02-07 |
H. Peter Anvin | Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... |
tree | commitdiff |
2007-02-07 |
H. Peter Anvin | Deal with various distributions breaking gcc in weird... |
tree | commitdiff |
2007-02-05 |
H. Peter Anvin | Fix numerous problems in the new MBR code. syslinux-3.36-pre5 |
tree | commitdiff |
2007-02-05 |
H. Peter Anvin | MBR: Set %si immediately upon setting %sp |
tree | commitdiff |
2007-02-05 |
H. Peter Anvin | MBR: produce a list file. |
tree | commitdiff |
2007-02-05 |
H. Peter Anvin | Move old MBR into the MBR directory; fix old reference... |
tree | commitdiff |
2007-02-04 |
H. Peter Anvin | New MBR which supports logical partitions. |
tree | commitdiff |
|