aboutsummaryrefslogtreecommitdiffstats
path: root/com32/modules/mboot.c
Commit message (Expand)AuthorAgeFilesLines
* mboot.c: prefer ELF header over multiboot headersyslinux-3.73-pre6Ralf Ertzinger2008-10-201-63/+57
* mboot.c32: add <stdint.h> and <stdbool.h>syslinux-3.73-pre5H. Peter Anvin2008-10-191-0/+2
* mboot.c32: reorganize print messagesH. Peter Anvin2008-10-191-8/+7
* mboot.c32: change DHCP_ACK_SIZE to 2048H. Peter Anvin2008-10-191-1/+1
* mboot.c32: add Solaris modeRalf Ertzinger2008-10-191-0/+43
* mboot.c32: no need to include the ANSI enginesyslinux-3.70-pre24H. Peter Anvin2008-06-241-2/+3
* Drop unnecessary CLD instructions.H. Peter Anvin2008-03-031-3/+3
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-161-2/+2
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-241-1/+0
* Stealth whitespace cleanup.syslinux-3.32-pre8H. Peter Anvin2006-12-121-2/+2
* Patch: Parse append arguments properly in mboot moduleRam Yalamanchili2006-12-121-2/+22
* Be excrutiatingly correct with inline assembly syntaxsyslinux-3.20-pre9H. Peter Anvin2006-05-241-1/+1
* mboot.c: allow memory addresses as jmp arguments.H. Peter Anvin2006-05-241-2/+2
* mboot.c32: fix register constraints bug (more cleanly)Tim Deegan2006-05-241-25/+13
* Remove stealth whitespaceH. Peter Anvin2006-03-171-107/+107
* mboot.c32:load ELF segments from the segment headerTim Deegan2006-03-171-4/+60
* mboot.c32: clear inputs to BIOS callsTim Deegan2006-03-171-1/+3
* New Multiboot module; increase command line limit to 1023syslinux-3.08hpa2005-05-081-0/+979