this better not be it.
This commit is contained in:
parent
e329fca2ed
commit
44ad42edd5
@ -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);
|
print_holes(umem_head, false);
|
||||||
} else if (strcmp(input, "RESULT") == 0) {
|
} else if (strcmp(input, "RESULT") == 0) {
|
||||||
node *holes = get_holes( umem_head);
|
node *holes = get_holes( umem_head);
|
||||||
print_memory( umem_head, holes);
|
print_memory( umem_head, holes);
|
||||||
|
Reference in New Issue
Block a user