Reset console position on OSOD
This commit is contained in:
parent
d24eafbd63
commit
2ee920fdd2
@ -94,7 +94,7 @@ struct idt
|
||||
|
||||
public extern(C) void isr(ulong vector, ulong arg)
|
||||
{
|
||||
console.initialize();
|
||||
console.clear();
|
||||
fb.clear(0xFF8000u);
|
||||
klog.writefln("ISR %u, 0x%x", vector, arg);
|
||||
__asm("cli", "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user