busy busy busy
This commit is contained in:
parent
1f080a6b80
commit
97fe8bbe9e
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user