On Fri, Dec 16, 2011 at 02:15:07PM +0000, Julian Pidancet wrote:
Wow - I can only imagine how hard it was to find that.
I'm okay with turning off omit-frame-pointer for the vga bios. However, I'd prefer not to turn it off for the main seabios build. Does the emulator also try to emulate parts of the BIOS, which would make that a problem?
-Kevin
On Sat, Dec 17, 2011 at 3:38 PM, Kevin O'Connor kevin@koconnor.net wrote:
Besides the functions which are common to both the BIOS and the VGA ROM ( src/output.c and src/util.c), it doesn't seem to make any particular problem with the rest of the BIOS.
Julian.