wip: frame_allocator with multiboot zones
This commit is contained in:
@ -20,6 +20,12 @@ void *alloc_frames(size_t size)
|
||||
}
|
||||
PRINT_PTR(mmmt);
|
||||
}
|
||||
PRINT_PTR(head);
|
||||
PRINT_PTR(head->addr);
|
||||
PRINT_PTR(head->frame_table);
|
||||
PRINT_UINT(head->size);
|
||||
PRINT_UINT(head->remaining_frames);
|
||||
PRINT_PTR(head->next);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user