aboutsummaryrefslogtreecommitdiffstats
path: root/src/post.c
Commit message (Expand)AuthorAgeFilesLines
* Only show bootsplash during boot menu.Kevin O'Connor2010-08-251-4/+0
* Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor2010-07-281-31/+18
* Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor2010-07-261-1/+7
* Allocate cdemu buffer in low mem instead of ebda.Kevin O'Connor2010-06-061-1/+1
* Support for booting from virtio disksGleb Natapov2010-05-101-0/+2
* Further parallelize init when using CONFIG_THREAD_OPTIONROMS.Kevin O'Connor2010-05-011-28/+36
* Seabios e820 reservation portion v3Jes Sorensen2010-02-211-1/+12
* Fix sign error preventing incorrect memory over 4gig calculation.Kevin O'Connor2010-01-051-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-4/+4
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-0/+1
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-1/+1
* Clear user reserved interrupts (0x60-0x66).Kevin O'Connor2009-12-261-0/+4
* Also report memory over 4G during init.Kevin O'Connor2009-12-241-1/+2
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-131-4/+9
* Move ps2 specific keyboard and mouse code to ps2port.c.Kevin O'Connor2009-12-091-2/+4
* Add experimental feature to run vga optionrom in parallel with init.Kevin O'Connor2009-12-091-4/+10
* Clear thread info on each boot.Kevin O'Connor2009-12-091-0/+1
* Reorganize main init order and add comments.Kevin O'Connor2009-11-251-10/+15
* Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor2009-10-241-0/+1
* Move smbios definitions to header file; fix compile on older gcc.Kevin O'Connor2009-10-181-1/+2
* Move qemu cfg init before smp init.Kevin O'Connor2009-10-081-2/+2
* Check at runtime if VM is KVM.Kevin O'Connor2009-10-081-1/+1
* Move qemu config code from smbios.c to its own files. Add support forKevin O'Connor2009-10-041-0/+3
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-0/+2
* Interrupts should be enabled when calling 16bit code.Kevin O'Connor2009-09-241-0/+1
* Add support for permanent low memory allocations.Kevin O'Connor2009-09-241-2/+2
* Do PCI initialization before vga init.Kevin O'Connor2009-09-131-3/+3
* Unify cd emulation access and main disk access code.Kevin O'Connor2009-09-121-0/+1
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-2/+2
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-0/+1
* Separate ATA code from generic disk code.Kevin O'Connor2009-08-111-2/+4
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-4/+4
* Add auto-generated version info to each build.Kevin O'Connor2009-07-291-1/+1
* Fix coreboot bios table copying by delaying to after memory scan.Kevin O'Connor2009-07-281-2/+3
* Add PMM stubs.Kevin O'Connor2009-07-261-2/+5
* Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor2009-07-251-1/+3
* Delay fdpt pointer setting in ebda to drive map stage.Kevin O'Connor2009-07-121-2/+1
* Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor2009-07-041-1/+1
* Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor2009-06-211-1/+1
* Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor2009-06-151-5/+0
* Verify ebda segment looks sane before using during resume.Kevin O'Connor2009-05-171-2/+2
* Define unified entry points for irq handlers.Kevin O'Connor2009-05-161-2/+2
* Initial support for finding option roms in coreboot flash layout.Kevin O'Connor2009-04-111-1/+1
* Register int02 handler (nmi); disable NMI by default.Kevin O'Connor2009-03-071-0/+1
* Build mptable using C 'struct's.Kevin O'Connor2009-02-271-0/+1
* Add support for selecting harddrive order in boot menu.Kevin O'Connor2009-02-081-2/+2
* Reorganize boot code.Kevin O'Connor2009-02-081-41/+2
* Make sure to clear global variables before use.Kevin O'Connor2009-02-051-0/+2
* Don't declare a handler for int 0x1c - the default handler is sufficient.Kevin O'Connor2009-01-291-1/+0
* Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor2009-01-191-3/+3