summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document GPT boot protocol; add !GPT signature3.6xH. Peter Anvin2008-05-132-0/+93
* Add NEWS for 3.64syslinux-3.64-pre1H. Peter Anvin2008-05-131-0/+4
* Merge commit 'origin/gptmbr'H. Peter Anvin2008-05-132-1/+295
|\
| * gptmbr: use cltq to extend a zero %eax into %edxH. Peter Anvin2008-02-251-1/+1
| * gptmbr: Add commentH. Peter Anvin2008-02-251-1/+1
| * gptmbr: save phdr -> bootsect on the stack, saving one byteH. Peter Anvin2008-02-251-2/+4
| * gptmbr: another confusion of start and end fieldsH. Peter Anvin2008-02-251-2/+2
| * gptmbr: fix confusion between start and end fieldsH. Peter Anvin2008-02-251-2/+4
| * gptmbr: use xchgw %ax,... instead of movw %ax,... when %ax is deadH. Peter Anvin2008-02-251-1/+1
| * gptmbr: Use %bp for references into phdr and the stackH. Peter Anvin2008-02-251-20/+19
| * gptmbr: since %bx is advanced, we can test -2(%bx) == (bootsec+510)H. Peter Anvin2008-02-251-1/+1
| * gptmbr: addw $512, %bx -> addb $2, %bhH. Peter Anvin2008-02-251-1/+1
| * gptmbr: offsets into phdr are decimal, not hexH. Peter Anvin2008-02-251-4/+4
| * gptmbr: move advancing %bx into read_sectorH. Peter Anvin2008-02-251-4/+3
| * gptmbr: need to set %bx -> bootsecH. Peter Anvin2008-02-251-0/+1
| * gptmbr: shuffle slightly to reduce register pressureH. Peter Anvin2008-02-251-6/+3
| * gptmbr: shuffle slightly to save 3 bytesH. Peter Anvin2008-02-251-14/+17
| * rep; cmpsw -> repe; cmpswH. Peter Anvin2008-02-251-1/+1
| * Master boot record for GPT partition tablesH. Peter Anvin2008-02-252-1/+292
* | Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-1210-10/+14
* | chain.c32: fix booting from logical partitionsSergey Vlasov2008-04-241-1/+1
* | Next version on this branch would be 3.64H. Peter Anvin2008-04-201-1/+1
* | localboot.inc: file missing from previous checkinH. Peter Anvin2008-04-201-0/+78
* | Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUXH. Peter Anvin2008-04-1910-47/+24
* | syslinux 3.63: Use $(CC) for examining compiler optionsMaciej W. Rozycki2008-04-171-1/+1
* | syslinux 3.63: Rename $GZIP to $GZIPPROGMaciej W. Rozycki2008-04-171-2/+2
* | NEWS: Add link to MSDN article on how to build a ramdisk image.syslinux-3.63H. Peter Anvin2008-04-091-0/+2
* | movebits: rewrite significant chunks of the algorithmsyslinux-3.63-pre5H. Peter Anvin2008-04-091-166/+246
* | zonelist.c: Fix the coalescing of identical rangesH. Peter Anvin2008-04-091-7/+6
* | 3.63: update NEWSsyslinux-3.63-pre4H. Peter Anvin2008-04-081-0/+14
* | memdisk: allow up to 1024 e820 descriptorsH. Peter Anvin2008-04-081-1/+1
* | sdi.c32: be a tad more verbose.H. Peter Anvin2008-04-081-1/+5
* | movebits: use the memmap data structure for the freelistH. Peter Anvin2008-04-081-152/+80
* | movebits: handle the case of an upward overlap move with obstaclesH. Peter Anvin2008-04-081-115/+187
* | extlinux: Correct the directory block end conditionsyslinux-3.63-pre3H. Peter Anvin2008-04-071-4/+12
* | COM32 module to load a Microsoft System Deployment ImageH. Peter Anvin2008-03-312-1/+163
* | Add target to install into /tftpbootH. Peter Anvin2008-03-221-0/+8
* | pxelinux: allow class E addresses as unicastsyslinux-3.63-pre2H. Peter Anvin2008-03-201-7/+25
* | Merge commit 'f9ac61d6178d4994cd646fd4b6c4bb891351624c'H. Peter Anvin2008-03-201-1/+1
|\ \
| * | Remove reference to readpit.c32, an experimental moduleH. Peter Anvin2008-03-081-1/+1
* | | Fixing wrong offsets in dmiSebastian Herbszt2008-03-202-10/+10
* | | PCI detection code doesn't corrupt memory anymore (2nd try)Erwan2008-03-202-25/+23
|/ /
* | Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-0513-14/+14
* | win32/Makefile: clean hello.exe on "make tidy"H. Peter Anvin2008-03-031-1/+1
* | Add stuff to "make dist" to clean up crap that shouldn't be thereH. Peter Anvin2008-03-031-3/+3
* | Clean up .*.d files for "make tidy" in libutilH. Peter Anvin2008-03-031-1/+1
* | The next release on *this* branch would be 3.63syslinux-3.63-pre1H. Peter Anvin2008-03-031-1/+1
* | Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-039-13/+30
* | simple menu: break off execute() into its own source fileH. Peter Anvin2008-03-024-56/+74
* | License change for CPU detection modulesErwan2008-03-026-36/+132