please
This commit is contained in:
parent
99b1875cde
commit
d6b3a0097f
@ -179,7 +179,7 @@ void print_memory(node *umem_head, node *hole_head) {
|
||||
u32 total_allocated = total_memory - free_memory;
|
||||
|
||||
char a[16];
|
||||
int_to_ascii( (total_memory+1/1024), a, 16);
|
||||
int_to_ascii( (total_memory+1/(1024*10)), a, 16);
|
||||
kprint("Total Physical Memory: ");
|
||||
kprint(a);
|
||||
kprint("kb\n");
|
||||
|
Reference in New Issue
Block a user