aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update version to 0.6.1.2.rel-0.6.1.2Kevin O'Connor2010-11-131-1/+1
* Update version to 0.6.1.1.rel-0.6.1.1Kevin O'Connor2010-10-311-1/+1
* Update version to 0.6.1rel-0.6.1Kevin O'Connor2010-09-131-1/+1
* seabios: pciinit: use pci device initializer helper function.Kevin O'Connor2010-07-101-1/+1
* Initial bootsplash support.Kevin O'Connor2010-06-281-1/+1
* seabios: remove iasl output file when error.Isaku Yamahata2010-06-101-4/+6
* Allow wait_irq to be called in 32bit code.Kevin O'Connor2010-05-231-1/+1
* Support for booting from virtio disksGleb Natapov2010-05-101-1/+2
* Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor2010-05-011-17/+10
* Prep version for next release.Kevin O'Connor2010-03-281-1/+1
* Update version to 0.6.0.rel-0.6.0Kevin O'Connor2010-03-261-1/+1
* Disable inlining on old compilers.Kevin O'Connor2010-03-201-1/+1
* Add USB EHCI controller support.Kevin O'Connor2010-03-091-1/+1
* Only compile usb-hub.c and paravirt.c with 32bit code.Kevin O'Connor2010-02-281-2/+2
* Initial support for booting from USB drives.Kevin O'Connor2010-02-171-1/+1
* Move common "command data block" functions to new file blockcmd.c.Kevin O'Connor2010-02-171-1/+1
* Initial support for USB hubs.Kevin O'Connor2010-02-151-1/+1
* Prep version for next release.Kevin O'Connor2010-01-101-1/+1
* Update version to 0.5.1rel-0.5.1Kevin O'Connor2010-01-081-1/+1
* Fix vgahook sign issue; add warning to build to catch future cases.Kevin O'Connor2010-01-031-1/+2
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-6/+6
* Implement native 32bit APM support.Kevin O'Connor2010-01-011-1/+1
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-13/+26
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-14/+14
* Increase version in preparation for next release.Kevin O'Connor2009-12-191-1/+1
* Update version to 0.5.0.rel-0.5.0Kevin O'Connor2009-12-181-1/+1
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-131-1/+1
* Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor2009-12-101-1/+1
* Reorder source code to work around weird -combine issue.Kevin O'Connor2009-11-031-4/+4
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-1/+1
* Add rule to compile DSDT to make file.Kevin O'Connor2009-10-081-0/+7
* Move qemu config code from smbios.c to its own files. Add support forKevin O'Connor2009-10-041-1/+1
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-2/+3
* Allow rom to grow beyond 64K.Kevin O'Connor2009-09-201-23/+18
* Prep version id for next release.Kevin O'Connor2009-09-081-1/+1
* Note version 0.4.2.rel-0.4.2Kevin O'Connor2009-09-081-1/+1
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-1/+1
* Separate ATA code from generic disk code.Kevin O'Connor2009-08-111-1/+1
* Add auto-generated version info to each build.Kevin O'Connor2009-07-291-2/+7
* Add PMM stubs.Kevin O'Connor2009-07-261-1/+1
* Expand int155f "vgahook" detection.Kevin O'Connor2009-07-191-2/+2
* Minor - clarify intermediate object file names.Kevin O'Connor2009-07-131-11/+13
* Don't use "objcopy --extract-symbol" - old binutils don't have that option.Kevin O'Connor2009-06-221-1/+1
* Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor2009-06-211-1/+1
* Avoid makefile "else ifeq" syntax - old versions don't support it.Kevin O'Connor2009-06-171-1/+3
* Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor2009-06-151-9/+16
* Add support for gcc v3.x compilers.Kevin O'Connor2009-06-101-2/+4
* Do garbage collection of unused sections.Kevin O'Connor2009-06-101-5/+8
* Keep relocated 16bit code so checkstack can use it.Kevin O'Connor2009-05-271-2/+2
* Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.Kevin O'Connor2009-05-231-9/+11