somehow, I have a feeling this wont go anywhere.
This commit is contained in:
parent
00731b5eda
commit
d4b268b848
@ -37,7 +37,7 @@
|
|||||||
asm volatile("hlt");
|
asm volatile("hlt");
|
||||||
} else if (strcmp(input, "ADD") == 0) {
|
} else if (strcmp(input, "ADD") == 0) {
|
||||||
umem_head = add_node( umem_head, 0x10000, 0x100, true, global_id++);
|
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) {
|
if (sstrlen(input, 15) > 4) {
|
||||||
kprint("owo");
|
kprint("owo");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user