...
This commit is contained in:
parent
c87b74b0a0
commit
551834b320
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ int main(void)
|
|||
kprintf("Current allocated memory: %u KBytes\n", atomic_int32_read(&total_allocated_pages)*(PAGE_SIZE/1024));
|
||||
kprintf("Current available memory: %u MBytes\n", atomic_int32_read(&total_available_pages)/((1024*1024)/PAGE_SIZE));
|
||||
|
||||
sleep(5);
|
||||
list_root();
|
||||
// sleep(5);
|
||||
// list_root();
|
||||
test_init();
|
||||
|
||||
per_core(current_task)->status = TASK_IDLE;
|
||||
|
|
Loading…
Add table
Reference in a new issue