Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
commit922aa1ba0a76086e5b6bacaaf4ee4211625a6764
authorKevin O'Connor <kevin@koconnor.net>
Sat, 2 Mar 2013 09:02:11 +0000 (2 04:02 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 3 Mar 2013 20:45:01 +0000 (3 15:45 -0500)
tree0d7ea69bcc0c11e4f72554989c55531ea5444729
parentf465e1ec1b01826100c92b890487a2ab09bfe2c1
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.

The PCI-BIOS entry point can be called in 16bit protected mode, so
separate its entry code from the legacy 0x1a code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/clock.c
src/config.h
src/pcibios.c
src/post.c
src/romlayout.S