wip: frame_allocator working pretty good (?)

core: remove physical allocatory
This commit is contained in:
2024-11-19 16:57:19 +01:00
parent e8fd6c55eb
commit 3315d85e0c
14 changed files with 61 additions and 471 deletions

View File

@ -66,9 +66,9 @@ void kernel_main(multiboot_info_t *mbd, uint32_t magic)
"I see no way to confuse an array of 256 seg:off pairs with a "
"complex 8*unknown quantity -byte descriptor table. -- Troy "
"Martin 03:50, 22 March 2009 (UTC)\n");
alloc_frames(1);
/* alloc_frame(); */
/* vmalloc(10); */
/* while (vmalloc(10)) */
/* ; */
while (vmalloc(10))
;
shell_init();
}