busy busy busy

This commit is contained in:
secXsQuared1995 2016-10-17 02:05:34 -04:00
parent 1f080a6b80
commit 97fe8bbe9e
2 changed files with 10 additions and 6 deletions

View File

@ -22,7 +22,9 @@ void KAPI ke_main(k_hal_boot_info_t *boot_info)
}
// init kernel heap
sx_pmm_init(boot_info->pmm_info);
sx_pmm_init(boot_info
->pmm_info);
ke_alloc_init();
hal_printf("KERNEL: Base Addr is 0x%X. Size is %uB, %uKB.\n",
@ -33,7 +35,9 @@ void KAPI ke_main(k_hal_boot_info_t *boot_info)
hal_printf("KERNEL: CPU Vendor is \"%s\".\n", boot_info->cpu_vd_str);
linked_list_test();
avl_tree_test();
salloc_test();
hal_printf("KERNEL: Kernel tasks finished.\n");