Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-42
Creator: Li-Ta Lo <ollie@lanl.gov> missing commit for emulator update Which one is more stupid? TLA or me? git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1958 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
8fb9a5ae3b
commit
fd0f828412
|
@ -161,6 +161,7 @@ void do_int(int num)
|
||||||
* BIOS. Most of this information was pulled from
|
* BIOS. Most of this information was pulled from
|
||||||
* dosemu.
|
* dosemu.
|
||||||
*/
|
*/
|
||||||
|
#if 0
|
||||||
void setup_int_vect(void)
|
void setup_int_vect(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
@ -222,6 +223,7 @@ int setup_system_bios(void *base_addr)
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void reset_int_vect(void)
|
void reset_int_vect(void)
|
||||||
{
|
{
|
||||||
|
@ -325,6 +327,8 @@ void run_bios(struct device * dev, unsigned long addr)
|
||||||
|
|
||||||
// X86EMU_trace_on();
|
// X86EMU_trace_on();
|
||||||
|
|
||||||
|
printk_info("entering emulator\n");
|
||||||
|
|
||||||
X86EMU_exec();
|
X86EMU_exec();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue