wip: memory is almost fixed and working fine (infinite loop on zones linked lists)
This commit is contained in:
@ -38,6 +38,7 @@ void kernel_main(void)
|
||||
/* kprintf("%p\n", vmalloc(10)); */
|
||||
int i = 0;
|
||||
while (vmalloc(10))
|
||||
kprintf("%d\n", i++);
|
||||
if (i++ > 11000)
|
||||
kprintf("%d\n", i++);
|
||||
shell_init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user