aboutsummaryrefslogtreecommitdiff
path: root/core/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/kernel.c')
-rw-r--r--core/kernel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/kernel.c b/core/kernel.c
index be9782d..586fe20 100644
--- a/core/kernel.c
+++ b/core/kernel.c
@@ -12,11 +12,14 @@
* more details.
*/
+#include <garmos/gdt.h>
#include <garmos/term.h>
#include <garmos/types.h>
void kernel_main(uint32_t multiboot, unsigned int *magicno)
{
+ gdt_init();
+
term_clear();
term_print("garmos 0.1.0\n\n");