- initial revision of the 32-bit init code for the Bochs BIOS
commitc8e74767cd7368ecf17ce2df475c9dc3c411f01c
authorVolker Ruppert <info@vruppert.de>
Thu, 28 Sep 2006 18:56:20 +0000 (28 18:56 +0000)
committerVolker Ruppert <info@vruppert.de>
Thu, 28 Sep 2006 18:56:20 +0000 (28 18:56 +0000)
tree4144bd50bf75f935b79f0c5751069c6da7724562
parent57cf8e217eccf38f725fe8234e91e5a2ada7a6b5
- initial revision of the 32-bit init code for the Bochs BIOS
  * CPU, PCI, ACPI and SMM init
  * MP and ACPI table generation
- MP table generation hack in the Bochs memory code disabled (should be removed)
- don't test the checksum of large BIOS images (for now)
- existing 16-bit PCIBIOS init disabled for now
Makefile.in
acpi-dsdt.dsl [new file with mode: 0644]
rombios.c
rombios32.c [new file with mode: 0644]
rombios32.ld [new file with mode: 0644]
rombios32start.S [new file with mode: 0644]