added holes print line

This commit is contained in:
Jonathan Turner 2023-11-29 17:53:40 -05:00
parent 95a0597ead
commit 8e33878483

View File

@ -116,7 +116,7 @@
kprint(" These are hard coded and are just examples, modify as you see fit.\n"); kprint(" These are hard coded and are just examples, modify as you see fit.\n");
kprint(" for example - TEST was just added so that I could test the strlen commands.\n"); kprint(" for example - TEST was just added so that I could test the strlen commands.\n");
} else if (strcmp(input, "HOLES") == 0) { } else if (strcmp(input, "HOLES") == 0) {
print_holes(umem_head);
} else { } else {
kprint("You said: "); kprint("You said: ");
kprint(input); kprint(input);