I thought it would be funny
- install
clang
(preferrably 9/10),nasm
,python3.7
- execute
meson build --cross-file x64-clang-cross.ini
ninja -C build
- kernel will be in
build/boot/<boot>/bezos.bin
- install
qemu
- run with
qemu.bat build\boot\<boot>\bezos.bin
- Marley on the osdev discord for being incredibly clever and knowledgable
- osdev wiki for (sometimes) good reference
- all the random github os projects i've browsed to figure out how to do things