Mason
Mason
It works, but it actually seems to be a bit slower than the current version (not sure since I just tested it by hand, I didn't actually time it). Also,...
Booting from UEFI is an interesting task. First off, an EFI application (e.g. bootloader) is stored in the [PE format](https://en.wikipedia.org/wiki/Portable_Executable) and uses Microsoft's C calling conventions. An EFI application is...
Pretty sure `.globl` and `.global` are both acceptable. `.glob` is definitely not something, though.