summaryrefslogtreecommitdiff
path: root/src/kmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kmain.c')
-rw-r--r--src/kmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmain.c b/src/kmain.c
index 057620d..85a051a 100644
--- a/src/kmain.c
+++ b/src/kmain.c
@@ -16,7 +16,7 @@ void kmain(struct boot_info *info) {
*(char*)(0xB8000 + 0x146) = 'i';
while (1) {
- //kprintf("ret: 0x%p\n", kalloc(2));
+ //kprintf("ret: 0x%p\n", kalloc(1024));
// loop so we dont halt
// this allows interrupts to fire
}