this better not be it.

This commit is contained in:
Jonathan Turner 2023-11-29 19:20:35 -05:00
parent e329fca2ed
commit 44ad42edd5

View File

@ -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);
print_holes(umem_head, false);
} else if (strcmp(input, "RESULT") == 0) {
node *holes = get_holes( umem_head);
print_memory( umem_head, holes);