This commit is contained in:
root 2011-06-20 18:25:47 +02:00
parent a805acfed4
commit 7725e374a9

View file

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