GETTING SOMEWHERE
This commit is contained in:
parent
4aa1dce600
commit
00731b5eda
@ -36,6 +36,8 @@
|
|||||||
kprint("Stopping the CPU. Bye!\n");
|
kprint("Stopping the CPU. Bye!\n");
|
||||||
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++);
|
||||||
|
} else if (strcmp(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