Make it run on UEFI!
authorJonas Hvid <mail@johv.dk>
Mon, 9 Mar 2020 14:13:34 +0000 (15:13 +0100)
committerJonas Hvid <mail@johv.dk>
Mon, 9 Mar 2020 14:13:34 +0000 (15:13 +0100)
commit55d4cc10bbfa7bc445948b222b6a72d2d4b127a2
treee44959136e1440697e47b106c56b64eb6058990d
parent1878070fedd3dec11082913df12a57f97b69cb12
Make it run on UEFI!

The program is now usable, albeit barely, running inside QEMU, with the only
dependency being UEFI! Very cool!

Right now, no output is printed to the screen when you type characters, newlines
aren't printed correctly, and the program doesn't accept Enter as valid
whitespace when reading input.
.gitignore
Makefile
impl.asm
main.asm
uefi.asm [new file with mode: 0644]
uefi/.gitignore [deleted file]
uefi/Makefile [deleted file]
uefi/main.asm [deleted file]