summaryrefslogtreecommitdiff
path: root/com32/mboot
Commit message (Expand)AuthorAgeFilesLines
* mboot.h: use <dprintf.h>H. Peter Anvin2010-06-291-7/+1
* 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
* Merge branch 'master' into pathbasedH. Peter Anvin2010-05-114-8/+32
|\
| * mboot.c32: autodetect SolarisH. Peter Anvin2010-05-034-8/+32
* | Merge branch 'master' into pathbasedH. Peter Anvin2010-03-294-3/+54
|\ \ | |/
| * mboot: set boot loader nameH. Peter Anvin2010-03-294-3/+54
* | Merge branch 'master' into fscH. Peter Anvin2009-12-226-19/+354
|\ \ | |/
| * mboot.c32: fix the video mode selection algorithmH. Peter Anvin2009-11-131-4/+11
| * mboot.c32: add VESA mode setting supportsyslinux-3.84-pre2H. Peter Anvin2009-11-136-19/+347
* | Merge branch 'master' into fscH. Peter Anvin2009-11-061-1/+1
|\ \ | |/
| * mboot: correct the detection of the multiboot headerH. Peter Anvin2009-10-121-1/+1
* | com32: remove strpcpy() - we already have stpcpy()H. Peter Anvin2009-08-121-1/+1
|/
* Run Nindent on com32/mboot/solaris.cH. Peter Anvin2009-05-291-9/+10
* Run Nindent on com32/mboot/mem.cH. Peter Anvin2009-05-291-137/+136
* Run Nindent on com32/mboot/mboot.hH. Peter Anvin2009-05-291-3/+3
* Run Nindent on com32/mboot/mboot.cH. Peter Anvin2009-05-291-167/+168
* Run Nindent on com32/mboot/mb_info.hH. Peter Anvin2009-05-291-96/+92
* Run Nindent on com32/mboot/mb_header.hH. Peter Anvin2009-05-291-26/+26
* Run Nindent on com32/mboot/map.cH. Peter Anvin2009-05-291-232/+235
* Run Nindent on com32/mboot/apm.cH. Peter Anvin2009-05-291-45/+44
* Drop support for ACPI 3 E820 extended memory attributesH. Peter Anvin2009-05-211-9/+0
* 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-023-35/+38
* mboot: disable DEBUGH. Peter Anvin2009-04-301-1/+1
* linux.c32: move handling of mem= and vga= into the library functionsyslinux-3.80-pre5H. Peter Anvin2009-04-291-1/+1
* mboot: silence warningH. Peter Anvin2009-04-281-0/+1
* mboot: include module filenames in the command lineH. Peter Anvin2009-04-281-1/+4
* mboot: add header guards; use <inttypes.h>; formatting changesH. Peter Anvin2009-04-272-46/+36
* mboot/solaris.c: fix failure case; correct copyright noticeH. Peter Anvin2009-04-271-5/+6
* mboot: reimplement the Solaris DHCP hack, add compliant a.out modesyslinux-3.80-pre1H. Peter Anvin2009-04-265-6/+83
* mboot: fix cmdline; a few more layout tweaksH. Peter Anvin2009-04-264-30/+38
* mboot: skip --- marker; decompress all filesH. Peter Anvin2009-04-261-7/+5
* mboot: make sure we actually succeed when we finishedH. Peter Anvin2009-04-262-18/+44
* 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-268-0/+1227