summaryrefslogtreecommitdiff
path: root/src/devices/emulator/biosemu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/emulator/biosemu.c')
-rw-r--r--src/devices/emulator/biosemu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/emulator/biosemu.c b/src/devices/emulator/biosemu.c
index 85f10c648f..b007ec41be 100644
--- a/src/devices/emulator/biosemu.c
+++ b/src/devices/emulator/biosemu.c
@@ -161,6 +161,7 @@ void do_int(int num)
* BIOS. Most of this information was pulled from
* dosemu.
*/
+#if 0
void setup_int_vect(void)
{
int i;
@@ -222,6 +223,7 @@ int setup_system_bios(void *base_addr)
return 1;
}
+#endif
void reset_int_vect(void)
{
@@ -325,6 +327,8 @@ void run_bios(struct device * dev, unsigned long addr)
// X86EMU_trace_on();
+ printk_info("entering emulator\n");
+
X86EMU_exec();
#endif
}