commit | 35284962d181ed99f38d8201472d65e3aed96e19 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Jul 24 21:49:26 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Jul 24 21:49:26 2009 -0400 |
tree | 4d1b3c5bcae9b5ac6d6f7c87fbf8ac9c605717c9 | |
parent | 04eece270b9e89ea74447200d20849780797d63d [diff] |
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.