this better not be it.
This commit is contained in:
parent
3051b0e1cf
commit
e329fca2ed
@ -168,13 +168,13 @@ void print_memory(node *umem_head, node *hole_head) {
|
||||
// while (umem_head
|
||||
|
||||
char c[16];
|
||||
hex_to_ascii( *total_memory, c, 16);
|
||||
hex_to_ascii( total_memory, c, 16);
|
||||
kprint("Total Physical Memory: ");
|
||||
kprint(c);
|
||||
kprint("\n");
|
||||
|
||||
print_list(umem_head);
|
||||
print_list(hole_head);
|
||||
print_list(umem_head, false);
|
||||
print_list(hole_head, false);
|
||||
}
|
||||
|
||||
node* get_holes(node* umem_head) {
|
||||
|
Reference in New Issue
Block a user