This commit is contained in:
Carl-Benedikt Krüger 2011-06-27 12:44:06 +02:00
parent c87b74b0a0
commit 551834b320

View file

@ -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;