ISOLINUX: fix EBIOS information passing in hybrid HDD mode
[profile/ivi/syslinux.git] / mbr /
2008-09-05 H. Peter AnvinISOLINUX: fix EBIOS information passing in hybrid HDD...
2008-09-05 H. Peter AnvinISOLINUX: support for hybrid mode (CD-ROM/USB key)
2008-08-22 H. Peter AnvinClean up embedded Makefile targets; fix build failure
2008-08-20 H. Peter AnvinMajor Makefile cleanups; gcc 4.3.0 compatiblity
2008-06-28 H. Peter AnvinBuild _bin.c files in libinstaller; clean up B/I separation
2008-05-29 H. Peter Anvinmbr: clean up *_bin.c files
2008-05-29 H. Peter AnvinMove files out of root into core, dos, and utils
2008-05-28 H. Peter AnvinMerge commit 'origin/master' into gpxe-added
2008-05-14 H. Peter AnvinDocument GPT boot protocol; add !GPT signature
2008-05-14 H. Peter AnvinMerge commit 'origin/gptmbr'
2008-03-23 H. Peter AnvinMerge commit 'origin/nolen' into gpxe-support
2008-03-21 H. Peter AnvinMerge commit 'syslinux-3.63-pre2' into nolen syslinux-3.70-pre5
2008-03-06 H. Peter AnvinUse $(CC) in gcc_ok macro, not plain gcc
2008-02-26 H. Peter Anvingptmbr: use cltq to extend a zero %eax into %edx
2008-02-25 H. Peter Anvingptmbr: Add comment
2008-02-25 H. Peter Anvingptmbr: save phdr -> bootsect on the stack, saving...
2008-02-25 H. Peter Anvingptmbr: another confusion of start and end fields
2008-02-25 H. Peter Anvingptmbr: fix confusion between start and end fields
2008-02-25 H. Peter Anvingptmbr: use xchgw %ax,... instead of movw %ax,... when...
2008-02-25 H. Peter Anvingptmbr: Use %bp for references into phdr and the stack
2008-02-25 H. Peter Anvingptmbr: since %bx is advanced, we can test -2(%bx)...
2008-02-25 H. Peter Anvingptmbr: addw $512, %bx -> addb $2, %bh
2008-02-25 H. Peter Anvingptmbr: offsets into phdr are decimal, not hex
2008-02-25 H. Peter Anvingptmbr: move advancing %bx into read_sector
2008-02-25 H. Peter Anvingptmbr: need to set %bx -> bootsec
2008-02-25 H. Peter Anvingptmbr: shuffle slightly to reduce register pressure
2008-02-25 H. Peter Anvingptmbr: shuffle slightly to save 3 bytes
2008-02-25 H. Peter Anvinrep; cmpsw -> repe; cmpsw
2008-02-25 H. Peter AnvinMaster boot record for GPT partition tables
2008-02-20 H. Peter AnvinWhitespace cleanup... syslinux-3.62-pre11
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-18 H. Peter Anvinmbr: remove *.bin on "spotless", not "clean" syslinux-3.53
2007-11-14 H. Peter Anvinmbr.S: fix loading from logical partitions
2007-11-01 H. Peter AnvinFix [BI]ESUBDIRS for make installer/tidy/clean/spotless
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-05-25 Luciano RochaDon't clobber /dev/null when compiling as root
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-07 H. Peter AnvinDeal with various distributions breaking gcc in weird...
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-05 H. Peter AnvinMBR: produce a list file.
2007-02-05 H. Peter AnvinMove old MBR into the MBR directory; fix old reference...
2007-02-04 H. Peter AnvinNew MBR which supports logical partitions.