The goal of this gist is to introduce you to building your first Linux kernel and installing it on an Ubuntu Linux virtual machine.
We assume the presence of the following tools:
- Access to a Linux machine to build the kernel
- On this machine, install the following packages (assuming it's an Ubuntu machine):
- On this machine, install the following packages (assuming it's an Ubuntu machine):
sudo apt install libncurses5-dev gcc make git exuberant-ctags bc libssl-dev