- converted I/O APIC to a device plugin
- updated dependencies
This commit is contained in:
parent
08f9c8dceb
commit
790eec83ca
@ -679,42 +679,36 @@ install_macosx: all download_dlx install_man @INSTALL_DOCBOOK_VAR@
|
||||
config.o: config.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h bxversion.h gui/siminterface.h memory/memory.h pc_system.h \
|
||||
plugin.h extplugin.h ltdl.h gui/gui.h gui/textconfig.h gui/keymap.h \
|
||||
instrument/stubs/instrument.h iodev/iodev.h bochs.h iodev/vga.h \
|
||||
iodev/svga_cirrus.h iodev/ioapic.h cpu/apic.h iodev/keyboard.h
|
||||
instrument/stubs/instrument.h iodev/iodev.h bochs.h iodev/vga.h
|
||||
crc.o: crc.@CPP_SUFFIX@ config.h
|
||||
gdbstub.o: gdbstub.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h bxversion.h gui/siminterface.h memory/memory.h pc_system.h \
|
||||
plugin.h extplugin.h ltdl.h gui/gui.h gui/textconfig.h gui/keymap.h \
|
||||
instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \
|
||||
cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h \
|
||||
cpu/i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
cpu/xmm.h cpu/stack.h iodev/iodev.h bochs.h iodev/vga.h \
|
||||
iodev/svga_cirrus.h iodev/ioapic.h cpu/apic.h iodev/keyboard.h
|
||||
instrument/stubs/instrument.h cpu/cpu.h cpu/crregs.h cpu/descriptor.h \
|
||||
cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h cpu/i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h cpu/xmm.h \
|
||||
cpu/stack.h iodev/iodev.h bochs.h iodev/vga.h
|
||||
load32bitOShack.o: load32bitOShack.@CPP_SUFFIX@ bochs.h config.h osdep.h \
|
||||
bx_debug/debug.h config.h osdep.h bxversion.h gui/siminterface.h \
|
||||
memory/memory.h pc_system.h plugin.h extplugin.h ltdl.h gui/gui.h \
|
||||
gui/textconfig.h gui/keymap.h instrument/stubs/instrument.h cpu/cpu.h \
|
||||
disasm/disasm.h cpu/crregs.h cpu/descriptor.h cpu/instr.h \
|
||||
cpu/lazy_flags.h cpu/icache.h cpu/apic.h cpu/i387.h fpu/softfloat.h \
|
||||
fpu/tag_w.h fpu/status_w.h fpu/control_w.h cpu/xmm.h iodev/iodev.h \
|
||||
bochs.h iodev/vga.h iodev/svga_cirrus.h iodev/ioapic.h cpu/apic.h \
|
||||
iodev/keyboard.h
|
||||
cpu/crregs.h cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h \
|
||||
cpu/apic.h cpu/i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h \
|
||||
fpu/control_w.h cpu/xmm.h iodev/iodev.h bochs.h iodev/vga.h
|
||||
logio.o: logio.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h bxversion.h gui/siminterface.h memory/memory.h pc_system.h \
|
||||
plugin.h extplugin.h ltdl.h gui/gui.h gui/textconfig.h gui/keymap.h \
|
||||
instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \
|
||||
cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h \
|
||||
cpu/i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
cpu/xmm.h iodev/iodev.h bochs.h iodev/vga.h iodev/svga_cirrus.h \
|
||||
iodev/ioapic.h cpu/apic.h iodev/keyboard.h
|
||||
instrument/stubs/instrument.h cpu/cpu.h cpu/crregs.h cpu/descriptor.h \
|
||||
cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h cpu/i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h cpu/xmm.h \
|
||||
iodev/iodev.h bochs.h iodev/vga.h
|
||||
main.o: main.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h bxversion.h gui/siminterface.h memory/memory.h pc_system.h \
|
||||
plugin.h extplugin.h ltdl.h gui/gui.h gui/textconfig.h gui/keymap.h \
|
||||
instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \
|
||||
cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h \
|
||||
cpu/i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
cpu/xmm.h iodev/iodev.h bochs.h iodev/vga.h iodev/svga_cirrus.h \
|
||||
iodev/ioapic.h cpu/apic.h iodev/keyboard.h
|
||||
instrument/stubs/instrument.h cpu/cpu.h cpu/crregs.h cpu/descriptor.h \
|
||||
cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h cpu/i387.h \
|
||||
fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h cpu/xmm.h \
|
||||
iodev/iodev.h bochs.h iodev/vga.h
|
||||
osdep.o: osdep.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h bxversion.h gui/siminterface.h memory/memory.h pc_system.h \
|
||||
plugin.h extplugin.h ltdl.h gui/gui.h gui/textconfig.h gui/keymap.h \
|
||||
@ -722,11 +716,10 @@ osdep.o: osdep.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
pc_system.o: pc_system.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h \
|
||||
config.h osdep.h bxversion.h gui/siminterface.h memory/memory.h \
|
||||
pc_system.h plugin.h extplugin.h ltdl.h gui/gui.h gui/textconfig.h \
|
||||
gui/keymap.h instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h \
|
||||
cpu/crregs.h cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h \
|
||||
cpu/apic.h cpu/i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h \
|
||||
fpu/control_w.h cpu/xmm.h iodev/iodev.h bochs.h iodev/vga.h \
|
||||
iodev/svga_cirrus.h iodev/ioapic.h cpu/apic.h iodev/keyboard.h
|
||||
gui/keymap.h instrument/stubs/instrument.h cpu/cpu.h cpu/crregs.h \
|
||||
cpu/descriptor.h cpu/instr.h cpu/lazy_flags.h cpu/icache.h cpu/apic.h \
|
||||
cpu/i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \
|
||||
cpu/xmm.h iodev/iodev.h bochs.h iodev/vga.h
|
||||
plex86-interface.o: plex86-interface.@CPP_SUFFIX@ bochs.h config.h osdep.h \
|
||||
bx_debug/debug.h config.h osdep.h bxversion.h gui/siminterface.h \
|
||||
memory/memory.h pc_system.h plugin.h extplugin.h ltdl.h gui/gui.h \
|
||||
@ -735,5 +728,4 @@ plex86-interface.o: plex86-interface.@CPP_SUFFIX@ bochs.h config.h osdep.h \
|
||||
plugin.o: plugin.@CPP_SUFFIX@ bochs.h config.h osdep.h bx_debug/debug.h config.h \
|
||||
osdep.h bxversion.h gui/siminterface.h memory/memory.h pc_system.h \
|
||||
plugin.h extplugin.h ltdl.h gui/gui.h gui/textconfig.h gui/keymap.h \
|
||||
instrument/stubs/instrument.h iodev/iodev.h bochs.h iodev/vga.h \
|
||||
iodev/svga_cirrus.h iodev/ioapic.h cpu/apic.h iodev/keyboard.h
|
||||
instrument/stubs/instrument.h iodev/iodev.h bochs.h iodev/vga.h
|
||||
|
@ -123,25 +123,23 @@ dbg_main.o: dbg_main.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h ../iodev/iodev.h ../iodev/vga.h ../iodev/svga_cirrus.h \
|
||||
../iodev/ioapic.h ../cpu/apic.h ../iodev/keyboard.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../iodev/iodev.h ../iodev/vga.h
|
||||
linux.o: linux.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../disasm/disasm.h \
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/crregs.h \
|
||||
../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h ../cpu/icache.h \
|
||||
../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
|
||||
symbols.o: symbols.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: config.cc,v 1.156 2009-02-21 11:43:18 vruppert Exp $
|
||||
// $Id: config.cc,v 1.157 2009-02-22 10:44:49 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -1666,7 +1666,7 @@ void bx_init_options()
|
||||
enabled->set_dependent_list(menu->clone());
|
||||
|
||||
// optional plugin control
|
||||
menu = new bx_list_c(misc, "plugin_ctrl", "Optional Plugin Control", 8);
|
||||
menu = new bx_list_c(misc, "plugin_ctrl", "Optional Plugin Control", 9);
|
||||
menu->get_options()->set(bx_list_c::SHOW_PARENT | bx_list_c::USE_BOX_TITLE);
|
||||
new bx_param_bool_c(menu, "unmapped", "unmapped", "", 1);
|
||||
new bx_param_bool_c(menu, "biosdev", "biosdev", "", 1);
|
||||
@ -1684,6 +1684,9 @@ void bx_init_options()
|
||||
#if BX_SUPPORT_ACPI
|
||||
new bx_param_bool_c(menu, "acpi", "acpi", "", 1);
|
||||
#endif
|
||||
#if BX_SUPPORT_APIC
|
||||
new bx_param_bool_c(menu, "ioapic", "ioapic", "", 1);
|
||||
#endif
|
||||
|
||||
#if BX_PLUGINS
|
||||
// user plugin options
|
||||
|
@ -161,634 +161,625 @@ dist-clean: clean
|
||||
###########################################
|
||||
3dnow.o: 3dnow.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
access.o: access.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
access32.o: access32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
access64.o: access64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
access.o: access.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
aes.o: aes.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
apic.o: apic.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h ../iodev/iodev.h ../bochs.h ../iodev/vga.h \
|
||||
../iodev/ioapic.h ../cpu/apic.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h ../iodev/iodev.h ../iodev/vga.h
|
||||
arith16.o: arith16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
arith32.o: arith32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
arith64.o: arith64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
arith8.o: arith8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
bcd.o: bcd.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
bit.o: bit.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
bit16.o: bit16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
bit32.o: bit32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
bit64.o: bit64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
bit.o: bit.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
call_far.o: call_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
cpu.o: cpu.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h ../iodev/iodev.h ../bochs.h ../iodev/vga.h \
|
||||
../iodev/ioapic.h ../cpu/apic.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h ../iodev/iodev.h ../iodev/vga.h
|
||||
cpuid.o: cpuid.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
crc32.o: crc32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
ctrl_xfer16.o: ctrl_xfer16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
ctrl_xfer32.o: ctrl_xfer32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
ctrl_xfer64.o: ctrl_xfer64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
ctrl_xfer_pro.o: ctrl_xfer_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
data_xfer16.o: data_xfer16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
data_xfer32.o: data_xfer32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
data_xfer64.o: data_xfer64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
data_xfer8.o: data_xfer8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
debugstuff.o: debugstuff.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h ../disasm/disasm.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h ../disasm/disasm.h
|
||||
exception.o: exception.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h ../iodev/iodev.h \
|
||||
../bochs.h ../iodev/vga.h ../iodev/ioapic.h ../cpu/apic.h
|
||||
fetchdecode.o: fetchdecode.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h fetchdecode.h \
|
||||
ia_opcodes.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h ../iodev/iodev.h ../iodev/vga.h
|
||||
fetchdecode64.o: fetchdecode64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h fetchdecode.h \
|
||||
ia_opcodes.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
fetchdecode.o: fetchdecode.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h fetchdecode.h ia_opcodes.h
|
||||
flag_ctrl.o: flag_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
flag_ctrl_pro.o: flag_ctrl_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
fpu_emu.o: fpu_emu.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
icache.o: icache.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
init.o: init.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
io.o: io.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h ../iodev/iodev.h ../bochs.h ../iodev/vga.h \
|
||||
../iodev/ioapic.h ../cpu/apic.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h ../iodev/iodev.h ../iodev/vga.h
|
||||
iret.o: iret.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
jmp_far.o: jmp_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
lazy_flags.o: lazy_flags.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
load32.o: load32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
logical16.o: logical16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
logical32.o: logical32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
logical64.o: logical64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
logical8.o: logical8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
mmx.o: mmx.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
msr.o: msr.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
mult16.o: mult16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
mult32.o: mult32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
mult64.o: mult64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
mult8.o: mult8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
paging.o: paging.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
proc_ctrl.o: proc_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
protect_ctrl.o: protect_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
resolver.o: resolver.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
ret_far.o: ret_far.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
segment_ctrl.o: segment_ctrl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
segment_ctrl_pro.o: segment_ctrl_pro.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
shift16.o: shift16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
shift32.o: shift32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
shift64.o: shift64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
shift8.o: shift8.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
smm.o: smm.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h smm.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h smm.h
|
||||
soft_int.o: soft_int.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
sse.o: sse.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
sse_move.o: sse_move.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
sse_pfp.o: sse_pfp.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h \
|
||||
../fpu/softfloat-specialize.h ../fpu/softfloat.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h ../fpu/softfloat-specialize.h ../fpu/softfloat.h
|
||||
sse_rcp.o: sse_rcp.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h \
|
||||
../fpu/softfloat-specialize.h ../fpu/softfloat.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h ../fpu/softfloat-specialize.h ../fpu/softfloat.h
|
||||
sse_string.o: sse_string.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
stack16.o: stack16.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
stack32.o: stack32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
stack64.o: stack64.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
string.o: string.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
tasking.o: tasking.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../gui/gui.h ../gui/textconfig.h ../config.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h cpu.h crregs.h \
|
||||
descriptor.h instr.h lazy_flags.h icache.h apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../config.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h ../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h stack.h
|
||||
vm8086.o: vm8086.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
vmexit.o: vmexit.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
vmx.o: vmx.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h ../iodev/iodev.h ../bochs.h ../iodev/vga.h \
|
||||
../iodev/ioapic.h ../cpu/apic.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h ../iodev/iodev.h ../iodev/vga.h
|
||||
xsave.o: xsave.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../config.h ../gui/keymap.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h cpu.h crregs.h descriptor.h instr.h \
|
||||
lazy_flags.h icache.h apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../config.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h vmx.h stack.h
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
stack.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: apic.cc,v 1.127 2009-02-20 22:00:41 sshwarts Exp $
|
||||
// $Id: apic.cc,v 1.128 2009-02-22 10:44:50 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (c) 2002 Zwane Mwaikambo, Stanislav Shwartsman
|
||||
@ -144,7 +144,7 @@ int apic_bus_broadcast_interrupt(Bit8u vector, Bit8u delivery_mode, bx_bool trig
|
||||
|
||||
static void apic_bus_broadcast_eoi(Bit8u vector)
|
||||
{
|
||||
bx_devices.ioapic->receive_eoi(vector);
|
||||
DEV_ioapic_receive_eoi(vector);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -84,11 +84,11 @@ ferr.o: ferr.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../disasm/disasm.h \
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../cpu/stack.h softfloat-specialize.h softfloat.h
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/crregs.h \
|
||||
../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h ../cpu/icache.h \
|
||||
../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h ../cpu/stack.h \
|
||||
softfloat-specialize.h softfloat.h
|
||||
fpatan.o: fpatan.@CPP_SUFFIX@ softfloatx80.h softfloat.h ../config.h \
|
||||
softfloat-specialize.h softfloat-macros.h softfloat-round-pack.h \
|
||||
fpu_constant.h
|
||||
@ -99,60 +99,55 @@ fpu_arith.o: fpu_arith.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h ../cpu/stack.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../cpu/stack.h
|
||||
fpu.o: fpu.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../disasm/disasm.h \
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../cpu/stack.h ../iodev/iodev.h ../iodev/vga.h ../iodev/svga_cirrus.h \
|
||||
../iodev/ioapic.h ../cpu/apic.h ../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/crregs.h \
|
||||
../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h ../cpu/icache.h \
|
||||
../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h ../cpu/stack.h \
|
||||
../iodev/iodev.h ../iodev/vga.h
|
||||
fpu_compare.o: fpu_compare.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h ../cpu/stack.h softfloatx80.h softfloat.h \
|
||||
softfloat-specialize.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../cpu/stack.h softfloatx80.h softfloat.h softfloat-specialize.h
|
||||
fpu_const.o: fpu_const.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h ../cpu/stack.h softfloatx80.h softfloat.h \
|
||||
softfloat-specialize.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../cpu/stack.h softfloatx80.h softfloat.h softfloat-specialize.h
|
||||
fpu_load_store.o: fpu_load_store.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h ../cpu/stack.h softfloatx80.h softfloat.h \
|
||||
softfloat-specialize.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../cpu/stack.h softfloatx80.h softfloat.h softfloat-specialize.h
|
||||
fpu_misc.o: fpu_misc.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h ../cpu/stack.h softfloatx80.h softfloat.h \
|
||||
softfloat-specialize.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../cpu/stack.h softfloatx80.h softfloat.h softfloat-specialize.h
|
||||
fpu_tags.o: fpu_tags.@CPP_SUFFIX@ ../config.h softfloat.h softfloat-specialize.h \
|
||||
../cpu/i387.h ../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h \
|
||||
../fpu/control_w.h
|
||||
@ -161,11 +156,10 @@ fpu_trans.o: fpu_trans.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h ../cpu/stack.h softfloatx80.h softfloat.h \
|
||||
softfloat-specialize.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../cpu/stack.h softfloatx80.h softfloat.h softfloat-specialize.h
|
||||
fsincos.o: fsincos.@CPP_SUFFIX@ softfloatx80.h softfloat.h ../config.h \
|
||||
softfloat-specialize.h softfloat-macros.h softfloat-round-pack.h \
|
||||
fpu_constant.h
|
||||
|
@ -195,30 +195,25 @@ amigaos.o: amigaos.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/iodev.h \
|
||||
../iodev/vga.h ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../iodev/vga.h
|
||||
beos.o: beos.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
carbon.o: carbon.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
enh_dbg.o: enh_dbg.@CPP_SUFFIX@ ../config.h
|
||||
gtk_enh_dbg_osdep.o: gtk_enh_dbg_osdep.@CPP_SUFFIX@ ../config.h
|
||||
gui.o: gui.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h ../gui/bitmaps/floppya.h ../gui/bitmaps/floppyb.h \
|
||||
../gui/bitmaps/floppya.h ../gui/bitmaps/floppyb.h \
|
||||
../gui/bitmaps/mouse.h ../gui/bitmaps/reset.h ../gui/bitmaps/power.h \
|
||||
../gui/bitmaps/snapshot.h ../gui/bitmaps/copy.h ../gui/bitmaps/paste.h \
|
||||
../gui/bitmaps/configbutton.h ../gui/bitmaps/cdromd.h \
|
||||
@ -233,8 +228,7 @@ macintosh.o: macintosh.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/iodev.h \
|
||||
../iodev/vga.h ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../iodev/vga.h
|
||||
nogui.o: nogui.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
@ -245,54 +239,43 @@ rfb.o: rfb.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h icon_bochs.h ../font/vga.bitmap.h sdl.h rfb.h
|
||||
icon_bochs.h ../font/vga.bitmap.h sdl.h rfb.h
|
||||
sdl.o: sdl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h icon_bochs.h sdl.h sdlkeys.h
|
||||
siminterface.o: siminterface.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
icon_bochs.h sdl.h sdlkeys.h
|
||||
siminterface.o: siminterface.@CPP_SUFFIX@ ../iodev/iodev.h ../bochs.h ../config.h \
|
||||
../osdep.h ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/iodev.h \
|
||||
../iodev/vga.h ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
svga.o: svga.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
term.o: term.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
textconfig.o: textconfig.@CPP_SUFFIX@ ../config.h ../osdep.h textconfig.h \
|
||||
siminterface.h ../extplugin.h ../ltdl.h
|
||||
win32.o: win32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
win32dialog.o: win32dialog.@CPP_SUFFIX@ win32dialog.h ../config.h
|
||||
win32_enh_dbg_osdep.o: win32_enh_dbg_osdep.@CPP_SUFFIX@ enh_dbg.h ../config.h
|
||||
win32_enh_dbg_osdep.o: win32_enh_dbg_osdep.@CPP_SUFFIX@ ../config.h
|
||||
wx.o: wx.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h ../font/vga.bitmap.h wxmain.h
|
||||
../font/vga.bitmap.h wxmain.h
|
||||
wxdialog.o: wxdialog.@CPP_SUFFIX@ ../config.h \
|
||||
../osdep.h ../gui/siminterface.h \
|
||||
../bxversion.h wxdialog.h wxmain.h
|
||||
@ -303,43 +286,36 @@ wxmain.o: wxmain.@CPP_SUFFIX@ ../config.h \
|
||||
bitmaps/power.xpm bitmaps/reset.xpm bitmaps/snapshot.xpm \
|
||||
bitmaps/mouse.xpm bitmaps/userbutton.xpm bitmaps/saverestore.xpm \
|
||||
icon_bochs.xpm
|
||||
gtk_enh_dbg_osdep.o: gtk_enh_dbg_osdep.@CPP_SUFFIX@ enh_dbg.h ../config.h
|
||||
x.o: x.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h icon_bochs.xpm ../font/vga.bitmap.h
|
||||
enh_dbg.h icon_bochs.xpm ../font/vga.bitmap.h
|
||||
amigaos.lo: amigaos.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/iodev.h \
|
||||
../iodev/vga.h ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../iodev/vga.h
|
||||
beos.lo: beos.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
carbon.lo: carbon.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
enh_dbg.lo: enh_dbg.@CPP_SUFFIX@ ../config.h
|
||||
gtk_enh_dbg_osdep.lo: gtk_enh_dbg_osdep.@CPP_SUFFIX@ ../config.h
|
||||
gui.lo: gui.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h ../gui/bitmaps/floppya.h ../gui/bitmaps/floppyb.h \
|
||||
../gui/bitmaps/floppya.h ../gui/bitmaps/floppyb.h \
|
||||
../gui/bitmaps/mouse.h ../gui/bitmaps/reset.h ../gui/bitmaps/power.h \
|
||||
../gui/bitmaps/snapshot.h ../gui/bitmaps/copy.h ../gui/bitmaps/paste.h \
|
||||
../gui/bitmaps/configbutton.h ../gui/bitmaps/cdromd.h \
|
||||
@ -354,8 +330,7 @@ macintosh.lo: macintosh.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/iodev.h \
|
||||
../iodev/vga.h ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../iodev/vga.h
|
||||
nogui.lo: nogui.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
@ -366,54 +341,43 @@ rfb.lo: rfb.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h icon_bochs.h ../font/vga.bitmap.h sdl.h rfb.h
|
||||
icon_bochs.h ../font/vga.bitmap.h sdl.h rfb.h
|
||||
sdl.lo: sdl.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h icon_bochs.h sdl.h sdlkeys.h
|
||||
siminterface.lo: siminterface.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
icon_bochs.h sdl.h sdlkeys.h
|
||||
siminterface.lo: siminterface.@CPP_SUFFIX@ ../iodev/iodev.h ../bochs.h ../config.h \
|
||||
../osdep.h ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/iodev.h \
|
||||
../iodev/vga.h ../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
svga.lo: svga.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
term.lo: term.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
textconfig.lo: textconfig.@CPP_SUFFIX@ ../config.h ../osdep.h textconfig.h \
|
||||
siminterface.h ../extplugin.h ../ltdl.h
|
||||
win32.lo: win32.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h
|
||||
win32dialog.lo: win32dialog.@CPP_SUFFIX@ win32dialog.h ../config.h
|
||||
win32_enh_dbg_osdep.lo: win32_enh_dbg_osdep.@CPP_SUFFIX@ enh_dbg.h ../config.h
|
||||
win32_enh_dbg_osdep.lo: win32_enh_dbg_osdep.@CPP_SUFFIX@ ../config.h
|
||||
wx.lo: wx.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h ../font/vga.bitmap.h wxmain.h
|
||||
../font/vga.bitmap.h wxmain.h
|
||||
wxdialog.lo: wxdialog.@CPP_SUFFIX@ ../config.h \
|
||||
../osdep.h ../gui/siminterface.h \
|
||||
../bxversion.h wxdialog.h wxmain.h
|
||||
@ -424,11 +388,9 @@ wxmain.lo: wxmain.@CPP_SUFFIX@ ../config.h \
|
||||
bitmaps/power.xpm bitmaps/reset.xpm bitmaps/snapshot.xpm \
|
||||
bitmaps/mouse.xpm bitmaps/userbutton.xpm bitmaps/saverestore.xpm \
|
||||
icon_bochs.xpm
|
||||
gtk_enh_dbg_osdep.lo: gtk_enh_dbg_osdep.@CPP_SUFFIX@ enh_dbg.h ../config.h
|
||||
x.lo: x.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debug.h \
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../iodev/iodev.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h ../cpu/apic.h \
|
||||
../iodev/keyboard.h icon_bochs.xpm ../font/vga.bitmap.h
|
||||
enh_dbg.h icon_bochs.xpm ../font/vga.bitmap.h
|
||||
|
@ -71,8 +71,7 @@ OBJS_THAT_CANNOT_BE_PLUGINS = \
|
||||
devices.o \
|
||||
virt_timer.o \
|
||||
slowdown_timer.o \
|
||||
$(MCH_OBJS) \
|
||||
$(IOAPIC_OBJS)
|
||||
$(MCH_OBJS)
|
||||
|
||||
OBJS_THAT_CAN_BE_PLUGINS = \
|
||||
pic.o \
|
||||
@ -94,7 +93,8 @@ OBJS_THAT_CAN_BE_PLUGINS = \
|
||||
@PCI_OBJ@ \
|
||||
@SB16_OBJS@ \
|
||||
@NE2K_OBJS@ \
|
||||
@IODEBUG_OBJS@
|
||||
@IODEBUG_OBJS@ \
|
||||
$(IOAPIC_OBJS)
|
||||
|
||||
OBJS_THAT_SUPPORT_OTHER_PLUGINS = \
|
||||
pit82c54.o \
|
||||
@ -231,20 +231,20 @@ acpi.o: acpi.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h acpi.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
acpi.h
|
||||
biosdev.o: biosdev.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h biosdev.h
|
||||
biosdev.h
|
||||
busmouse.o: busmouse.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h busmouse.h
|
||||
busmouse.h
|
||||
cdrom_amigaos.o: cdrom_amigaos.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -261,22 +261,19 @@ cmos.o: cmos.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h cmos.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h cmos.h
|
||||
crc32.o: crc32.@CPP_SUFFIX@ crc32.h ../config.h
|
||||
devices.o: devices.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h \
|
||||
../iodev/virt_timer.h ../iodev/slowdown_timer.h
|
||||
dma.o: dma.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h dma.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h dma.h
|
||||
eth_arpback.o: eth_arpback.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -306,8 +303,7 @@ eth_packetmaker.o: eth_packetmaker.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h \
|
||||
../osdep.h ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
eth_tap.o: eth_tap.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -338,32 +334,31 @@ extfpuirq.o: extfpuirq.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h extfpuirq.h
|
||||
extfpuirq.h
|
||||
floppy.o: floppy.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h floppy.h
|
||||
floppy.h
|
||||
gameport.o: gameport.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h gameport.h
|
||||
gameport.h
|
||||
guest2host.o: guest2host.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h guest2host.h
|
||||
guest2host.h
|
||||
harddrv.o: harddrv.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h harddrv.h \
|
||||
hdimage.h vmware3.h vmware4.h cdrom.h
|
||||
harddrv.h hdimage.h vmware3.h vmware4.h cdrom.h
|
||||
hdimage.o: hdimage.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -374,94 +369,85 @@ ioapic.o: ioapic.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../cpu/apic.h ioapic.h
|
||||
iodebug.o: iodebug.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
keyboard.o: keyboard.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h keyboard.h \
|
||||
scancodes.h
|
||||
keyboard.h scancodes.h
|
||||
ne2k.o: ne2k.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h ne2k.h \
|
||||
eth.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
ne2k.h eth.h
|
||||
parallel.o: parallel.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h parallel.h
|
||||
parallel.h
|
||||
pci2isa.o: pci2isa.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h pci2isa.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
pci2isa.h
|
||||
pci.o: pci.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h
|
||||
pcidev.o: pcidev.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
pci_ide.o: pci_ide.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h pci_ide.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
pci_ide.h
|
||||
pcipnic.o: pcipnic.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
pcivga.o: pcivga.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h pcivga.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
vga.h pcivga.h
|
||||
pic.o: pic.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pic.h
|
||||
pit82c54.o: pit82c54.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pit82c54.h
|
||||
pit82c54.h
|
||||
pit_wrap.o: pit_wrap.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pit_wrap.h \
|
||||
pit82c54.h virt_timer.h speaker.h
|
||||
pit_wrap.h pit82c54.h virt_timer.h speaker.h
|
||||
sb16.o: sb16.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h sb16.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h sb16.h \
|
||||
soundlnx.h soundwin.h soundosx.h
|
||||
scancodes.o: scancodes.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
@ -479,7 +465,7 @@ serial.o: serial.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h serial.h
|
||||
serial.h
|
||||
serial_raw.o: serial_raw.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -514,20 +500,19 @@ svga_cirrus.o: svga_cirrus.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h vga.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h vga.h \
|
||||
svga_cirrus.h
|
||||
unmapped.o: unmapped.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h unmapped.h
|
||||
unmapped.h
|
||||
usb_common.o: usb_common.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h \
|
||||
usb_common.h usb_hid.h usb_msd.h
|
||||
usb_hid.o: usb_hid.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
@ -544,22 +529,19 @@ usb_ohci.o: usb_ohci.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
usb_common.h usb_hid.h usb_msd.h usb_ohci.h
|
||||
usb_uhci.o: usb_uhci.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
usb_common.h usb_hid.h usb_msd.h usb_uhci.h
|
||||
vga.o: vga.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h vga.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h vga.h
|
||||
virt_timer.o: virt_timer.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -579,20 +561,20 @@ acpi.lo: acpi.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h acpi.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
acpi.h
|
||||
biosdev.lo: biosdev.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h biosdev.h
|
||||
biosdev.h
|
||||
busmouse.lo: busmouse.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h busmouse.h
|
||||
busmouse.h
|
||||
cdrom_amigaos.lo: cdrom_amigaos.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -609,22 +591,19 @@ cmos.lo: cmos.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h cmos.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h cmos.h
|
||||
crc32.lo: crc32.@CPP_SUFFIX@ crc32.h ../config.h
|
||||
devices.lo: devices.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h \
|
||||
../iodev/virt_timer.h ../iodev/slowdown_timer.h
|
||||
dma.lo: dma.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h dma.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h dma.h
|
||||
eth_arpback.lo: eth_arpback.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -654,8 +633,7 @@ eth_packetmaker.lo: eth_packetmaker.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h
|
||||
../osdep.h ../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
eth_tap.lo: eth_tap.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -686,32 +664,31 @@ extfpuirq.lo: extfpuirq.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h extfpuirq.h
|
||||
extfpuirq.h
|
||||
floppy.lo: floppy.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h floppy.h
|
||||
floppy.h
|
||||
gameport.lo: gameport.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h gameport.h
|
||||
gameport.h
|
||||
guest2host.lo: guest2host.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h guest2host.h
|
||||
guest2host.h
|
||||
harddrv.lo: harddrv.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h harddrv.h \
|
||||
hdimage.h vmware3.h vmware4.h cdrom.h
|
||||
harddrv.h hdimage.h vmware3.h vmware4.h cdrom.h
|
||||
hdimage.lo: hdimage.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -722,94 +699,85 @@ ioapic.lo: ioapic.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../cpu/apic.h ioapic.h
|
||||
iodebug.lo: iodebug.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
keyboard.lo: keyboard.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h keyboard.h \
|
||||
scancodes.h
|
||||
keyboard.h scancodes.h
|
||||
ne2k.lo: ne2k.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h ne2k.h \
|
||||
eth.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
ne2k.h eth.h
|
||||
parallel.lo: parallel.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h parallel.h
|
||||
parallel.h
|
||||
pci2isa.lo: pci2isa.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h pci2isa.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
pci2isa.h
|
||||
pci.lo: pci.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h
|
||||
pcidev.lo: pcidev.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
pci_ide.lo: pci_ide.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h pci_ide.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
pci_ide.h
|
||||
pcipnic.lo: pcipnic.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h
|
||||
pcivga.lo: pcivga.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h pcivga.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
vga.h pcivga.h
|
||||
pic.lo: pic.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pic.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pic.h
|
||||
pit82c54.lo: pit82c54.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pit82c54.h
|
||||
pit82c54.h
|
||||
pit_wrap.lo: pit_wrap.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pit_wrap.h \
|
||||
pit82c54.h virt_timer.h speaker.h
|
||||
pit_wrap.h pit82c54.h virt_timer.h speaker.h
|
||||
sb16.lo: sb16.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h sb16.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h sb16.h \
|
||||
soundlnx.h soundwin.h soundosx.h
|
||||
scancodes.lo: scancodes.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
@ -827,7 +795,7 @@ serial.lo: serial.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h serial.h
|
||||
serial.h
|
||||
serial_raw.lo: serial_raw.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
@ -862,20 +830,19 @@ svga_cirrus.lo: svga_cirrus.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h vga.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h vga.h \
|
||||
svga_cirrus.h
|
||||
unmapped.lo: unmapped.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h unmapped.h
|
||||
unmapped.h
|
||||
usb_common.lo: usb_common.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h \
|
||||
usb_common.h usb_hid.h usb_msd.h
|
||||
usb_hid.lo: usb_hid.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
@ -892,22 +859,19 @@ usb_ohci.lo: usb_ohci.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
usb_common.h usb_hid.h usb_msd.h usb_ohci.h
|
||||
usb_uhci.lo: usb_uhci.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h pci.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h pci.h \
|
||||
usb_common.h usb_hid.h usb_msd.h usb_uhci.h
|
||||
vga.lo: vga.@CPP_SUFFIX@ iodev.h ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h \
|
||||
../iodev/svga_cirrus.h ../iodev/ioapic.h vga.h
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../iodev/vga.h vga.h
|
||||
virt_timer.lo: virt_timer.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: devices.cc,v 1.139 2009-02-21 16:08:02 vruppert Exp $
|
||||
// $Id: devices.cc,v 1.140 2009-02-22 10:44:50 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -102,6 +102,9 @@ void bx_devices_c::init_stubs()
|
||||
#if BX_SUPPORT_IODEBUG
|
||||
pluginIODebug = &stubIODebug;
|
||||
#endif
|
||||
#if BX_SUPPORT_IOAPIC
|
||||
pluginIOAPIC = &stubIOAPIC;
|
||||
#endif
|
||||
#if 0
|
||||
g2h = NULL;
|
||||
#endif
|
||||
@ -117,7 +120,7 @@ void bx_devices_c::init(BX_MEM_C *newmem)
|
||||
const char *plugname;
|
||||
#endif
|
||||
|
||||
BX_DEBUG(("Init $Id: devices.cc,v 1.139 2009-02-21 16:08:02 vruppert Exp $"));
|
||||
BX_DEBUG(("Init $Id: devices.cc,v 1.140 2009-02-22 10:44:50 vruppert Exp $"));
|
||||
mem = newmem;
|
||||
|
||||
/* set builtin default handlers, will be overwritten by the real default handler */
|
||||
@ -222,6 +225,11 @@ void bx_devices_c::init(BX_MEM_C *newmem)
|
||||
PLUG_load_plugin(acpi, PLUGTYPE_OPTIONAL);
|
||||
}
|
||||
#endif
|
||||
#if BX_SUPPORT_APIC
|
||||
else if (!strcmp(plugname, BX_PLUGIN_IOAPIC)) {
|
||||
PLUG_load_plugin(ioapic, PLUGTYPE_OPTIONAL);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
}
|
||||
@ -287,12 +295,6 @@ void bx_devices_c::init(BX_MEM_C *newmem)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if BX_SUPPORT_APIC
|
||||
// I/O APIC 82093AA
|
||||
ioapic = &bx_ioapic;
|
||||
ioapic->init();
|
||||
#endif
|
||||
|
||||
// CMOS RAM & RTC
|
||||
pluginCmosDevice->init();
|
||||
|
||||
@ -370,9 +372,6 @@ void bx_devices_c::reset(unsigned type)
|
||||
pluginPciBridge->reset(type);
|
||||
pluginPci2IsaBridge->reset(type);
|
||||
}
|
||||
#endif
|
||||
#if BX_SUPPORT_APIC
|
||||
ioapic->reset(type);
|
||||
#endif
|
||||
pluginCmosDevice->reset(type);
|
||||
pluginDmaDevice->reset(type);
|
||||
@ -392,9 +391,6 @@ void bx_devices_c::register_state()
|
||||
pluginPciBridge->register_state();
|
||||
pluginPci2IsaBridge->register_state();
|
||||
}
|
||||
#endif
|
||||
#if BX_SUPPORT_APIC
|
||||
ioapic->register_state();
|
||||
#endif
|
||||
pluginCmosDevice->register_state();
|
||||
pluginDmaDevice->register_state();
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: ioapic.cc,v 1.47 2009-02-19 23:19:11 sshwarts Exp $
|
||||
// $Id: ioapic.cc,v 1.48 2009-02-22 10:44:50 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -23,16 +23,36 @@
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with this library; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Define BX_PLUGGABLE in files that can be compiled into plugins. For
|
||||
// platforms that require a special tag on exported symbols, BX_PLUGGABLE
|
||||
// is used to know when we are exporting symbols and when we are importing.
|
||||
#define BX_PLUGGABLE
|
||||
|
||||
#include "iodev.h"
|
||||
|
||||
#if BX_SUPPORT_APIC
|
||||
|
||||
#include "cpu/apic.h"
|
||||
#include "ioapic.h"
|
||||
|
||||
class bx_ioapic_c bx_ioapic;
|
||||
#define LOG_THIS bx_ioapic.
|
||||
#define LOG_THIS theIOAPIC->
|
||||
|
||||
bx_ioapic_c *theIOAPIC = NULL;
|
||||
|
||||
int libioapic_LTX_plugin_init(plugin_t *plugin, plugintype_t type, int argc, char *argv[])
|
||||
{
|
||||
theIOAPIC = new bx_ioapic_c();
|
||||
bx_devices.pluginIOAPIC = theIOAPIC;
|
||||
BX_REGISTER_DEVICE_DEVMODEL(plugin, type, theIOAPIC, BX_PLUGIN_IOAPIC);
|
||||
return(0); // Success
|
||||
}
|
||||
|
||||
void libioapic_LTX_plugin_fini(void)
|
||||
{
|
||||
delete theIOAPIC;
|
||||
}
|
||||
|
||||
static bx_bool ioapic_read(bx_phy_address a20addr, unsigned len, void *data, void *param)
|
||||
{
|
||||
@ -40,7 +60,7 @@ static bx_bool ioapic_read(bx_phy_address a20addr, unsigned len, void *data, voi
|
||||
BX_PANIC(("I/O APIC read at address 0x" FMT_PHY_ADDRX " spans 32-bit boundary !", a20addr));
|
||||
return 1;
|
||||
}
|
||||
Bit32u value = bx_ioapic.read_aligned(a20addr & ~0x3);
|
||||
Bit32u value = theIOAPIC->read_aligned(a20addr & ~0x3);
|
||||
if(len == 4) { // must be 32-bit aligned
|
||||
*((Bit32u *)data) = value;
|
||||
return 1;
|
||||
@ -69,7 +89,7 @@ static bx_bool ioapic_write(bx_phy_address a20addr, unsigned len, void *data, vo
|
||||
return 1;
|
||||
}
|
||||
|
||||
bx_ioapic.write_aligned(a20addr, *((Bit32u*) data));
|
||||
theIOAPIC->write_aligned(a20addr, *((Bit32u*) data));
|
||||
return 1;
|
||||
}
|
||||
|
||||
@ -105,7 +125,7 @@ bx_ioapic_c::bx_ioapic_c(): base_addr(BX_IOAPIC_BASE_ADDR)
|
||||
void bx_ioapic_c::init(void)
|
||||
{
|
||||
BX_INFO(("initializing I/O APIC"));
|
||||
DEV_register_memory_handlers(&bx_ioapic,
|
||||
DEV_register_memory_handlers(theIOAPIC,
|
||||
ioapic_read, ioapic_write, base_addr, base_addr + 0xfff);
|
||||
reset(BX_RESET_HARDWARE);
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: ioapic.h,v 1.32 2009-02-20 22:00:42 sshwarts Exp $
|
||||
// $Id: ioapic.h,v 1.33 2009-02-22 10:44:50 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -33,8 +33,6 @@ extern int apic_bus_deliver_lowest_priority(Bit8u vector, Bit8u dest, bx_bool tr
|
||||
extern int apic_bus_deliver_interrupt(Bit8u vector, Bit8u dest, Bit8u delivery_mode, bx_bool logical_dest, bx_bool level, bx_bool trig_mode);
|
||||
extern int apic_bus_broadcast_interrupt(Bit8u vector, Bit8u delivery_mode, bx_bool trig_mode, int exclude_cpu);
|
||||
|
||||
extern class bx_ioapic_c bx_ioapic;
|
||||
|
||||
#define BX_IOAPIC_NUM_PINS (0x18)
|
||||
|
||||
// use the same version as 82093 IOAPIC (0x00170011)
|
||||
@ -75,8 +73,28 @@ public:
|
||||
void register_state(bx_param_c *parent);
|
||||
};
|
||||
|
||||
class bx_ioapic_c : public logfunctions
|
||||
class bx_ioapic_c : public bx_ioapic_stub_c
|
||||
{
|
||||
public:
|
||||
bx_ioapic_c();
|
||||
virtual ~bx_ioapic_c() {}
|
||||
virtual void init();
|
||||
virtual void reset(unsigned type);
|
||||
virtual void register_state(void);
|
||||
|
||||
virtual void receive_eoi(Bit8u vector);
|
||||
virtual void set_irq_level(Bit8u int_in, bx_bool level);
|
||||
|
||||
Bit32u read_aligned(bx_phy_address address);
|
||||
void write_aligned(bx_phy_address address, Bit32u data);
|
||||
|
||||
private:
|
||||
bx_phy_address get_base(void) const { return base_addr; }
|
||||
void set_id(Bit32u new_id) { id = new_id; }
|
||||
Bit32u get_id() const { return id; }
|
||||
|
||||
void service_ioapic(void);
|
||||
|
||||
bx_phy_address base_addr;
|
||||
Bit32u id;
|
||||
|
||||
@ -90,26 +108,6 @@ class bx_ioapic_c : public logfunctions
|
||||
Bit32u irr;
|
||||
|
||||
bx_io_redirect_entry_t ioredtbl[BX_IOAPIC_NUM_PINS]; // table of redirections
|
||||
|
||||
public:
|
||||
bx_ioapic_c();
|
||||
~bx_ioapic_c() {}
|
||||
|
||||
void init();
|
||||
void reset(unsigned type);
|
||||
|
||||
bx_phy_address get_base(void) const { return base_addr; }
|
||||
void set_id(Bit32u new_id) { id = new_id; }
|
||||
Bit32u get_id() const { return id; }
|
||||
|
||||
Bit32u read_aligned(bx_phy_address address);
|
||||
void write_aligned(bx_phy_address address, Bit32u data);
|
||||
|
||||
void set_irq_level(Bit8u int_in, bx_bool level);
|
||||
void receive_eoi(Bit8u vector);
|
||||
void service_ioapic(void);
|
||||
|
||||
void register_state(void);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: iodev.h,v 1.109 2009-02-08 09:05:52 vruppert Exp $
|
||||
// $Id: iodev.h,v 1.110 2009-02-22 10:44:50 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -41,9 +41,6 @@
|
||||
/* size of internal buffer for mouse devices */
|
||||
#define BX_MOUSE_BUFF_SIZE 48
|
||||
|
||||
#if BX_SUPPORT_APIC
|
||||
class bx_ioapic_c;
|
||||
#endif
|
||||
#if 0
|
||||
class bx_g2h_c;
|
||||
#endif
|
||||
@ -375,6 +372,14 @@ public:
|
||||
};
|
||||
#endif
|
||||
|
||||
#if BX_SUPPORT_APIC
|
||||
class BOCHSAPI bx_ioapic_stub_c : public bx_devmodel_c {
|
||||
public:
|
||||
virtual void receive_eoi(Bit8u vector) {}
|
||||
virtual void set_irq_level(Bit8u int_in, bx_bool level) {}
|
||||
};
|
||||
#endif
|
||||
|
||||
class BOCHSAPI bx_devices_c : public logfunctions {
|
||||
public:
|
||||
bx_devices_c();
|
||||
@ -425,9 +430,6 @@ public:
|
||||
static void timer_handler(void *);
|
||||
void timer(void);
|
||||
|
||||
#if BX_SUPPORT_APIC
|
||||
bx_ioapic_c *ioapic;
|
||||
#endif
|
||||
bx_pci_bridge_stub_c *pluginPciBridge;
|
||||
bx_pci2isa_stub_c *pluginPci2IsaBridge;
|
||||
bx_pci_ide_stub_c *pluginPciIdeController;
|
||||
@ -457,6 +459,9 @@ public:
|
||||
#if BX_SUPPORT_IODEBUG
|
||||
bx_iodebug_stub_c *pluginIODebug;
|
||||
#endif
|
||||
#if BX_SUPPORT_APIC
|
||||
bx_ioapic_stub_c *pluginIOAPIC;
|
||||
#endif
|
||||
#if 0
|
||||
bx_g2h_c *g2h;
|
||||
#endif
|
||||
@ -488,6 +493,9 @@ public:
|
||||
#if BX_SUPPORT_IODEBUG
|
||||
bx_iodebug_stub_c stubIODebug;
|
||||
#endif
|
||||
#if BX_SUPPORT_APIC
|
||||
bx_ioapic_stub_c stubIOAPIC;
|
||||
#endif
|
||||
|
||||
// Some info to pass to devices which can handled bulk IO. This allows
|
||||
// the interface to remain the same for IO devices which can't handle
|
||||
@ -608,9 +616,6 @@ BX_CPP_INLINE void DEV_MEM_WRITE_PHYSICAL_BLOCK(bx_phy_address phy_addr, unsigne
|
||||
#ifndef NO_DEVICE_INCLUDES
|
||||
|
||||
#include "iodev/vga.h"
|
||||
#if BX_SUPPORT_APIC
|
||||
# include "iodev/ioapic.h"
|
||||
#endif
|
||||
|
||||
#endif /* NO_DEVICE_INCLUDES */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: pci2isa.cc,v 1.49 2009-02-08 09:05:52 vruppert Exp $
|
||||
// $Id: pci2isa.cc,v 1.50 2009-02-22 10:44:50 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -220,7 +220,7 @@ void bx_piix3_c::pci_set_irq(Bit8u devfunc, unsigned line, bx_bool level)
|
||||
#if BX_SUPPORT_APIC
|
||||
// forward this function call to the ioapic too
|
||||
if (DEV_ioapic_present()) {
|
||||
bx_devices.ioapic->set_irq_level(pirq + 16, level);
|
||||
DEV_ioapic_set_irq_level(pirq + 16, level);
|
||||
}
|
||||
#endif
|
||||
Bit8u irq = BX_P2I_THIS s.pci_conf[0x60 + pirq];
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: pic.cc,v 1.53 2009-02-08 09:05:52 vruppert Exp $
|
||||
// $Id: pic.cc,v 1.54 2009-02-22 10:44:50 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -622,7 +622,7 @@ void bx_pic_c::lower_irq(unsigned irq_no)
|
||||
#if BX_SUPPORT_APIC
|
||||
// forward this function call to the ioapic too
|
||||
if (DEV_ioapic_present() && (irq_no != 2)) {
|
||||
bx_devices.ioapic->set_irq_level(irq_no, 0);
|
||||
DEV_ioapic_set_irq_level(irq_no, 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -644,7 +644,7 @@ void bx_pic_c::raise_irq(unsigned irq_no)
|
||||
#if BX_SUPPORT_APIC
|
||||
// forward this function call to the ioapic too
|
||||
if (DEV_ioapic_present() && (irq_no != 2)) {
|
||||
bx_devices.ioapic->set_irq_level(irq_no, 1);
|
||||
DEV_ioapic_set_irq_level(irq_no, 1);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -77,19 +77,17 @@ memory.o: memory.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h ../bx_debug/debu
|
||||
../config.h ../osdep.h ../bxversion.h ../gui/siminterface.h \
|
||||
../memory/memory.h ../pc_system.h ../plugin.h ../extplugin.h ../ltdl.h \
|
||||
../gui/gui.h ../gui/textconfig.h ../gui/keymap.h \
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../disasm/disasm.h \
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../iodev/iodev.h ../iodev/vga.h ../iodev/svga_cirrus.h \
|
||||
../iodev/ioapic.h ../cpu/apic.h ../iodev/keyboard.h
|
||||
../instrument/stubs/instrument.h ../cpu/cpu.h ../cpu/crregs.h \
|
||||
../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h ../cpu/icache.h \
|
||||
../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h ../fpu/tag_w.h \
|
||||
../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h ../iodev/iodev.h \
|
||||
../iodev/vga.h
|
||||
misc_mem.o: misc_mem.@CPP_SUFFIX@ ../bochs.h ../config.h ../osdep.h \
|
||||
../bx_debug/debug.h ../config.h ../osdep.h ../bxversion.h \
|
||||
../gui/siminterface.h ../memory/memory.h ../pc_system.h ../plugin.h \
|
||||
../extplugin.h ../ltdl.h ../gui/gui.h ../gui/textconfig.h \
|
||||
../gui/keymap.h ../instrument/stubs/instrument.h ../cpu/cpu.h \
|
||||
../disasm/disasm.h ../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h \
|
||||
../cpu/lazy_flags.h ../cpu/icache.h ../cpu/apic.h ../cpu/i387.h \
|
||||
../fpu/softfloat.h ../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h \
|
||||
../cpu/xmm.h ../iodev/iodev.h ../iodev/vga.h ../iodev/svga_cirrus.h \
|
||||
../iodev/ioapic.h ../cpu/apic.h ../iodev/keyboard.h
|
||||
../cpu/crregs.h ../cpu/descriptor.h ../cpu/instr.h ../cpu/lazy_flags.h \
|
||||
../cpu/icache.h ../cpu/apic.h ../cpu/i387.h ../fpu/softfloat.h \
|
||||
../fpu/tag_w.h ../fpu/status_w.h ../fpu/control_w.h ../cpu/xmm.h \
|
||||
../iodev/iodev.h ../iodev/vga.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: plugin.h,v 1.73 2009-02-21 11:43:18 vruppert Exp $
|
||||
// $Id: plugin.h,v 1.74 2009-02-22 10:44:49 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2009 The Bochs Project
|
||||
@ -67,6 +67,7 @@ extern "C" {
|
||||
#define BX_PLUGIN_SPEAKER "speaker"
|
||||
#define BX_PLUGIN_ACPI "acpi"
|
||||
#define BX_PLUGIN_IODEBUG "iodebug"
|
||||
#define BX_PLUGIN_IOAPIC "ioapic"
|
||||
|
||||
|
||||
#define BX_REGISTER_DEVICE_DEVMODEL(a,b,c,d) pluginRegisterDeviceDevmodel(a,b,c,d)
|
||||
@ -120,11 +121,15 @@ extern "C" {
|
||||
#define DEV_register_state() {bx_devices.register_state(); }
|
||||
#define DEV_after_restore_state() {bx_devices.after_restore_state(); }
|
||||
#define DEV_register_timer(a,b,c,d,e,f) bx_pc_system.register_timer(a,b,c,d,e,f)
|
||||
#define DEV_ioapic_present() (bx_devices.ioapic != NULL)
|
||||
#define DEV_mouse_enabled_changed(en) (bx_devices.mouse_enabled_changed(en))
|
||||
#define DEV_mouse_motion(dx, dy, state) (bx_devices.mouse_motion(dx, dy, 0, state))
|
||||
#define DEV_mouse_motion_ext(dx, dy, dz, state) (bx_devices.mouse_motion(dx, dy, dz, state))
|
||||
|
||||
///////// I/O APIC macros
|
||||
#define DEV_ioapic_present() (bx_devices.pluginIOAPIC != NULL)
|
||||
#define DEV_ioapic_receive_eoi(a) (bx_devices.pluginIOAPIC->receive_eoi(a))
|
||||
#define DEV_ioapic_set_irq_level(a,b) (bx_devices.pluginIOAPIC->set_irq_level(a,b))
|
||||
|
||||
///////// CMOS macros
|
||||
#define DEV_cmos_get_reg(a) (bx_devices.pluginCmosDevice->get_reg(a))
|
||||
#define DEV_cmos_set_reg(a,b) (bx_devices.pluginCmosDevice->set_reg(a,b))
|
||||
@ -388,6 +393,7 @@ DECLARE_PLUGIN_INIT_FINI_FOR_MODULE(gameport)
|
||||
DECLARE_PLUGIN_INIT_FINI_FOR_MODULE(speaker)
|
||||
DECLARE_PLUGIN_INIT_FINI_FOR_MODULE(acpi)
|
||||
DECLARE_PLUGIN_INIT_FINI_FOR_MODULE(iodebug)
|
||||
DECLARE_PLUGIN_INIT_FINI_FOR_MODULE(ioapic)
|
||||
DECLARE_PLUGIN_INIT_FINI_FOR_MODULE(amigaos)
|
||||
DECLARE_PLUGIN_INIT_FINI_FOR_MODULE(beos)
|
||||
DECLARE_PLUGIN_INIT_FINI_FOR_MODULE(carbon)
|
||||
|
Loading…
Reference in New Issue
Block a user