I THINK IT WILL OUTPUT

This commit is contained in:
Jonathan Turner 2023-11-29 20:53:44 -05:00
parent 6648954c6a
commit 3deda12551

View File

@ -193,7 +193,7 @@ void print_memory(node *umem_head, node *hole_head) {
total_allocated = (total_allocated+1)/(0x400);
char c[16];
hex_to_ascii( total_allocated, c, 16);
int_to_ascii( total_allocated, c, 16);
kprint("Total Allocated: ");
kprint(c);
kprint("kb\n");