please
This commit is contained in:
parent
d7a4785c31
commit
85dadce353
@ -177,7 +177,7 @@ void print_memory(node *umem_head, node *hole_head) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
u32 total_allocated = total_memory - free_memory;
|
u32 total_allocated = total_memory - free_memory;
|
||||||
total_memory = (total_memory+1)/(0x400)
|
total_memory = (total_memory+1)/(0x400);
|
||||||
char a[16];
|
char a[16];
|
||||||
int_to_ascii( total_memory, a, 16);
|
int_to_ascii( total_memory, a, 16);
|
||||||
kprint("Total Physical Memory: ");
|
kprint("Total Physical Memory: ");
|
||||||
|
Reference in New Issue
Block a user