When enabling write access to 0xf0000, just copy from 0xffff0000.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 25 Jul 2009 01:49:26 +0000 (21:49 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 25 Jul 2009 01:49:26 +0000 (21:49 -0400)
commit35284962d181ed99f38d8201472d65e3aed96e19
tree4d1b3c5bcae9b5ac6d6f7c87fbf8ac9c605717c9
parent04eece270b9e89ea74447200d20849780797d63d
When enabling write access to 0xf0000, just copy from 0xffff0000.

Instead of copying the bios to temp space and then copying back to
    0xf0000, just copy from the permanent location at 0xffff0000.
This should make startup slightly faster.
TODO
src/config.h
src/shadow.c