Skip to content

Instantly share code, notes, and snippets.

View adwait1-g's full-sized avatar

Adwaith V Gautham adwait1-g

View GitHub Profile
@adwait1-g
adwait1-g / running_the_kernel.md
Last active February 21, 2024 15:53
This gist tells you how to build the kernel and run it on qemu. This is also a way to get started with kernel's internals.

1. Downloading and building the Linux kernel

  1. Clone the github repository onto your local machine.
$ git clone https://github.com/torvalds/linux.git
$ cd linux
  1. Configure the build