Libc is now written in C++
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
extern "C"
|
||||
void kernel_main()
|
||||
{
|
||||
asm volatile("cli");
|
||||
|
||||
|
||||
terminal_initialize();
|
||||
|
||||
printf("Hello from the kernel!\n");
|
||||
|
||||
Reference in New Issue
Block a user