Removes exception from init.cpp
This commit is contained in:
parent
9a8f9e956f
commit
55cdb2050c
2 changed files with 0 additions and 5 deletions
|
@ -97,8 +97,6 @@ extern "C" void init(Structure const & data)
|
||||||
Console::main << "allocated page " << i << " [" << success << "]: " << page << "\n";
|
Console::main << "allocated page " << i << " [" << success << "]: " << page << "\n";
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
asm volatile("int $0x1");
|
|
||||||
|
|
||||||
while(true);
|
while(true);
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,9 +37,6 @@ void BSOD::die(Error code, const char *msg, CpuState *cpu)
|
||||||
<< "esp = " << hex(cpu->esp) << "\n"
|
<< "esp = " << hex(cpu->esp) << "\n"
|
||||||
<< "ss = " << hex(cpu->ss) << "\n";
|
<< "ss = " << hex(cpu->ss) << "\n";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
asm volatile ("hlt");
|
asm volatile ("hlt");
|
||||||
while(true);
|
while(true);
|
||||||
}
|
}
|
Loading…
Reference in a new issue