somehow, I have a feeling this wont go anywhere.

This commit is contained in:
Jonathan Turner 2023-11-29 08:25:10 -05:00
parent 00731b5eda
commit d4b268b848

View File

@ -37,7 +37,7 @@
asm volatile("hlt");
} else if (strcmp(input, "ADD") == 0) {
umem_head = add_node( umem_head, 0x10000, 0x100, true, global_id++);
} else if (strcmp(input, "ADD", 3) == 0) {
} else if (strncmp(input, "ADD", 3) == 0) {
if (sstrlen(input, 15) > 4) {
kprint("owo");
}