Turns out writing your own bootloader from scratch is something you probably don't wanna be bothered with when your main goal is writing an entire operating system. Blessed be the souls of the maniacs who gave us GRUB, and punched be their faces for writing such inconsistent documentation.
9 lines
110 B
Text
9 lines
110 B
Text
/build
|
|
/cmake-build-*
|
|
|
|
# VS Code settings
|
|
/.vscode/*
|
|
!/.vscode/*.template.json
|
|
|
|
# for testing w/ QEMU
|
|
*.qcow2
|