Libc is now written in C++

This commit is contained in:
Bananymous
2022-11-14 00:27:11 +02:00
parent fd13f74bbf
commit b185ed4fd3
23 changed files with 77 additions and 87 deletions

View File

@@ -7,6 +7,9 @@
extern "C"
void kernel_main()
{
asm volatile("cli");
terminal_initialize();
printf("Hello from the kernel!\n");