Working kernel
This commit is contained in:
parent
a4d05189ff
commit
094f93bcd6
1 changed files with 7 additions and 0 deletions
7
kernel/kernel.c
Executable file
7
kernel/kernel.c
Executable file
|
@ -0,0 +1,7 @@
|
|||
#include <kernel/tty.h>
|
||||
#include <kernel/init.h>
|
||||
|
||||
void kern_main(void) {
|
||||
term_init();
|
||||
init();
|
||||
}
|
Loading…
Reference in a new issue