diff --git a/bootdisk.img b/bootdisk.img index bc75c3f1..c519ced5 100644 Binary files a/bootdisk.img and b/bootdisk.img differ diff --git a/core/isrs.c b/core/isrs.c index 22ab8386..b42f98fe 100644 --- a/core/isrs.c +++ b/core/isrs.c @@ -113,7 +113,5 @@ void fault_handler(struct regs *r) { puts(exception_messages[r->int_no]); puts(" exception. System halted.\n"); for (;;); - } else { - puts("lol butts\n"); } }