kernel: x86_64: add machine init function called by kernel_init
This commit is contained in:
@@ -15,8 +15,7 @@ void bootstrap_cpu_init(void)
|
||||
|
||||
void kernel_init(uintptr_t arg)
|
||||
{
|
||||
bootstrap_cpu_init();
|
||||
console_init();
|
||||
ml_init(arg);
|
||||
|
||||
for (int i = 0; i < 8; i++) {
|
||||
printf("Line %d\n", i);
|
||||
|
||||
Reference in New Issue
Block a user