summaryrefslogtreecommitdiff
path: root/src/kmain.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/kmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kmain.c b/src/kmain.c
index 1175f14..6b3c94b 100644
--- a/src/kmain.c
+++ b/src/kmain.c
@@ -17,6 +17,7 @@ void kmain(struct boot_info *info) {
kprintf("enterd kmain\n");
+ // pages are allocated on write :3
char *test = kalloc(5);
*test = 1;