stuff
This commit is contained in:
@@ -121,7 +121,7 @@ char *exception_messages[] = {
|
||||
void isr_handler(registers_t r) {
|
||||
kprint("received interrupt: ");
|
||||
char s[3];
|
||||
itoa(r.int_no, s);
|
||||
itoa(r.int_no, s, 10);
|
||||
kprint(s);
|
||||
kprint("\n");
|
||||
kprint(exception_messages[r.int_no]);
|
||||
|
||||
Reference in New Issue
Block a user