mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-13 21:25:07 -07:00
fixing the keyboard and bootloader so that its 2 stage again
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
ENTRY(start)
|
||||
ENTRY(kmain)
|
||||
|
||||
SECTIONS {
|
||||
. = 1M;
|
||||
|
||||
.text : {
|
||||
*(.multiboot)
|
||||
*(.text*)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user