summaryrefslogtreecommitdiff
path: root/src/kmain.c
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-01 14:43:11 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-01 14:43:11 -0500
commit341c95f5357c451e2420fb81e64ec6b42c40e124 (patch)
tree725afc747d5f0ca9ad4b5e8558f5f1cf178fae9b /src/kmain.c
parentacpi, fix mboot memory map, fix kalloc, fix virtalloc node allocator, add kpr... (diff)
downloadcorn-341c95f5357c451e2420fb81e64ec6b42c40e124.tar.gz
corn-341c95f5357c451e2420fb81e64ec6b42c40e124.tar.bz2
corn-341c95f5357c451e2420fb81e64ec6b42c40e124.zip
update makefile
Diffstat (limited to '')
-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
}