Note - compilation is guaranteed only on linux & co, but it is also possible in windows with virtualization solutions like wsl (on windows 11) or hyperV
# Install dependencies (Only on a distro using apt)
make dep
# Build all temporary and permanent files
make
# Build all and run
make run
# Clean intermediary files
make clean
# Show all commands
make info
- limine-barebones for the original kernel code
- OSDev Wiki for yet more gory introductory details
- irc.libera.chat:#osdev