I THINK IT WILL OUTPUT
This commit is contained in:
parent
6648954c6a
commit
3deda12551
@ -193,7 +193,7 @@ void print_memory(node *umem_head, node *hole_head) {
|
|||||||
|
|
||||||
total_allocated = (total_allocated+1)/(0x400);
|
total_allocated = (total_allocated+1)/(0x400);
|
||||||
char c[16];
|
char c[16];
|
||||||
hex_to_ascii( total_allocated, c, 16);
|
int_to_ascii( total_allocated, c, 16);
|
||||||
kprint("Total Allocated: ");
|
kprint("Total Allocated: ");
|
||||||
kprint(c);
|
kprint(c);
|
||||||
kprint("kb\n");
|
kprint("kb\n");
|
||||||
|
Reference in New Issue
Block a user