summaryrefslogtreecommitdiff
path: root/com32/mboot/map.c
Commit message (Expand)AuthorAgeFilesLines
* mboot.c32: add ELF64 support for Multiboot1Alex2015-10-101-0/+123
* com32: Use z size specifier for printf-ing size_t variableMartin Str|mberg2015-01-051-1/+1
* zonelist: rename syslinux_memmap_find()...Matt Fleming2013-07-171-1/+1
* com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2012-05-181-3/+2
* mboot.c32: don't rely on possibly incomplete fieldsH. Peter Anvin2010-06-081-6/+9
* mboot.c32: handle non-self-terminating imagesH. Peter Anvin2010-06-081-6/+14
* mboot.c32: autodetect SolarisH. Peter Anvin2010-05-031-0/+4
* mboot.c32: add VESA mode setting supportsyslinux-3.84-pre2H. Peter Anvin2009-11-131-16/+16
* mboot: correct the detection of the multiboot headerH. Peter Anvin2009-10-121-1/+1
* Run Nindent on com32/mboot/map.cH. Peter Anvin2009-05-291-232/+235
* mboot: handle ELF Multiboot kernel where paddr != vaddrH. Peter Anvin2009-05-031-4/+11
* mboot: align the stack to a 16-byte boundaryH. Peter Anvin2009-05-021-1/+1
* mboot: move setting regs.eax to mboot_run()H. Peter Anvin2009-05-021-2/+1
* mboot: move map initialization out of map_image()H. Peter Anvin2009-05-021-35/+34
* mboot: reimplement the Solaris DHCP hack, add compliant a.out modesyslinux-3.80-pre1H. Peter Anvin2009-04-261-1/+1
* mboot: fix cmdline; a few more layout tweaksH. Peter Anvin2009-04-261-8/+12
* mboot: make sure we actually succeed when we finishedH. Peter Anvin2009-04-261-16/+38
* mboot: set up a stack even though the spec doesn't require itH. Peter Anvin2009-04-261-0/+18
* First attempt at a rewritten mboot moduleH. Peter Anvin2009-04-261-0/+286