I found it fairly frustrating to find my way around the OSDEV wiki. So, I decided to take the things I've learned and turn them into a git-based tutorial. This is the first bit, getting some basic ...
Linux distros handle most GRUB installations automatically. GRUB is easy to configure when necessary. Excellent documentation, both from the GRUB project and various Linux distribution projects, ...
As a convenience, and good practice, let's set up an environment variable to point to the location of the root of our kernel source tree: export LLKD_KSRC=${HOME ...