forked from Bananymous/banan-os
Kernel is now in C++ :)
This commit is contained in:
10
kernel/kernel/kernel.cpp
Normal file
10
kernel/kernel/kernel.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <kernel/tty.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
extern "C"
|
||||
void kernel_main()
|
||||
{
|
||||
terminal_initialize();
|
||||
printf("Hello from the kernel!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user