From 341c95f5357c451e2420fb81e64ec6b42c40e124 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 1 Feb 2024 14:43:11 -0500 Subject: update makefile --- src/kmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kmain.c') 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 } -- cgit v1.2.3-freya