boot process dumps the initrd
This commit is contained in:
parent
77f73a1499
commit
1b85d32945
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ int main(void)
|
|||
kprintf("Current available memory: %u MBytes\n", atomic_int32_read(&total_available_pages)/((1024*1024)/PAGE_SIZE));
|
||||
|
||||
sleep(5);
|
||||
//list_root();
|
||||
list_root();
|
||||
test_init();
|
||||
|
||||
per_core(current_task)->status = TASK_IDLE;
|
||||
|
|
Loading…
Add table
Reference in a new issue