Initial commit. We have a booting kernel
This commit is contained in:
9
kernel/kernel/kernel.c
Normal file
9
kernel/kernel/kernel.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <kernel/tty.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void kernel_main()
|
||||
{
|
||||
terminal_initialize();
|
||||
printf("Hello from the kernel!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user