Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mcgrof
/
linker-tables
/
448e7177faf7cb19fb45157360d463d6195e8868
/
.
/
start_kernel.c
blob: 266f5c535e5fdfec07da4c4a0fc7066aaf0b37dc [
file
]
#include
<stdio.h>
#include
<stdbool.h>
#include
"init.h"
#include
"x86.h"
int
start_kernel
(
void
)
{
setup_arch
();
return
late_init
();
}