Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mcgrof
/
linker-tables
/
5f1fb82afba714f0a9ef2c36ffce332d9fe0b46a
/
.
/
start_kernel.c
blob: 8f3b1aebc26ea516ac488b5746d7ff1208f9109a [
file
]
#include
<stdio.h>
#include
<stdbool.h>
#include
"init.h"
#include
"x86.h"
int
start_kernel
(
void
)
{
printf
(
"Calling start_kernel()...\n"
);
setup_arch
();
return
late_init
();
}