kern/.gitignore
fef c7eb58b930
boot: add basic multiboot support
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.
2021-09-18 16:48:46 +02:00

9 lines
110 B
Text

/build
/cmake-build-*
# VS Code settings
/.vscode/*
!/.vscode/*.template.json
# for testing w/ QEMU
*.qcow2