fixing the keyboard and bootloader so that its 2 stage again

This commit is contained in:
2025-08-02 20:06:15 -07:00
parent e1e30b511a
commit 267130281a
7 changed files with 411 additions and 53 deletions

View File

@@ -1,10 +1,9 @@
ENTRY(start)
ENTRY(kmain)
SECTIONS {
. = 1M;
.text : {
*(.multiboot)
*(.text*)
}