added holes print line
This commit is contained in:
parent
95a0597ead
commit
8e33878483
@ -116,7 +116,7 @@
|
||||
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");
|
||||
} else if (strcmp(input, "HOLES") == 0) {
|
||||
|
||||
print_holes(umem_head);
|
||||
} else {
|
||||
kprint("You said: ");
|
||||
kprint(input);
|
||||
|
Reference in New Issue
Block a user