ey?
This commit is contained in:
parent
7fe78e46c2
commit
3a821876fa
@ -172,6 +172,9 @@ void print_memory(node *umem_head, node *hole_head) {
|
||||
kprint("Total Physical Memory: ");
|
||||
kprint(c);
|
||||
kprint("\n");
|
||||
|
||||
print_list(umem_head);
|
||||
print_list(hole_head);
|
||||
}
|
||||
|
||||
node* get_holes(node* umem_head) {
|
||||
|
Reference in New Issue
Block a user