summaryrefslogtreecommitdiff
path: root/kc/core/memory
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/memory')
-rw-r--r--kc/core/memory/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/memory/memory.c b/kc/core/memory/memory.c
index 9a1f42f..df48271 100644
--- a/kc/core/memory/memory.c
+++ b/kc/core/memory/memory.c
@@ -630,7 +630,7 @@ void page_fault_handler(struct isr_context *context)
void general_protection_handler(struct isr_context *context)
{
//TODO: implement #gp handler
- kputs("general protection violation\n");
+ kprintf("general protection violation\n");
print_exception_context(context);
PANIC(UNHANDLED_FAULT);
}