Changed back to lower half kernel, since im dump.

I dont see the benefit of higher half (and could not get multiboot info)
This commit is contained in:
Bananymous
2022-11-15 00:32:07 +02:00
parent 9e933a5ec5
commit d289916bc0
5 changed files with 66 additions and 118 deletions

View File

@@ -3,11 +3,8 @@
#include <stddef.h>
#include <sys/cdefs.h>
__BEGIN_DECLS
void terminal_initialize();
void terminal_putchar(char c);
void terminal_write(const char* data, size_t size);
void terminal_writestring(const char* data);
__END_DECLS