diff --git a/src/bootloader.asm b/src/bootloader.asm index f31f536..6862943 100644 --- a/src/bootloader.asm +++ b/src/bootloader.asm @@ -31,7 +31,10 @@ jmp $ ; inf loop -; Include the BIOS SRs et cetera +; Constants +%include "equ/ASCII.asm" + +; SRs etc %include "bios.asm" welcome_string: db "e Operating-System (eOS)", ASCII_END diff --git a/src/equ/vga.asm b/src/equ/vga.asm deleted file mode 100644 index e69de29..0000000