remove 64 bit for now

This commit is contained in:
nub31
2025-08-23 22:50:44 +02:00
parent 751a182122
commit 3cc9ab2174
9 changed files with 8 additions and 424 deletions

View File

@@ -1,12 +1,6 @@
#include "idt.h"
#include "keyboard.h"
#include "print.h"
void kernel_main(void)
{
idt_init();
keyboard_init();
print("Welcome to nub OS\n");
print("> ");
}