...
This commit is contained in:
parent
a805acfed4
commit
7725e374a9
1 changed files with 3 additions and 3 deletions
|
@ -112,9 +112,9 @@ 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();
|
||||
test_init();
|
||||
// sleep(5);
|
||||
// list_root();
|
||||
// test_init();
|
||||
|
||||
per_core(current_task)->status = TASK_IDLE;
|
||||
reschedule();
|
||||
|
|
Loading…
Add table
Reference in a new issue