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)
|
public extern(C) void isr(ulong vector, ulong arg)
|
||||||
{
|
{
|
||||||
console.initialize();
|
console.clear();
|
||||||
fb.clear(0xFF8000u);
|
fb.clear(0xFF8000u);
|
||||||
klog.writefln("ISR %u, 0x%x", vector, arg);
|
klog.writefln("ISR %u, 0x%x", vector, arg);
|
||||||
__asm("cli", "");
|
__asm("cli", "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user