Dave shows you how to git clone the Linux kernel, build it, and run it live!
Free Sample of my Book on the Spectrum: https://amzn.to/3zBinWM
Secrets of the Autistic Millionaire: https://amzn.to/3WNDDkJ
Watch ShopTalk Now on Dave's Attic: • Windows Avalon & Why Does Task Manage...
Follow me on X: https://x.com/davepl1968
Facebook: / davepl
----
1. Clone the Linux kernel repository
git clone https://git.kernel.org/pub/scm/linux/...
cd linux
2. (Optional) Check out a specific version
git checkout v6.6
3. Install dependencies
sudo apt update
sudo apt install build-essential libncurses-dev bison flex libssl-dev libelf-dev
4. Generate the default config
make defconfig
5. Build the kernel
make -j$(nproc)
Watch video Build and Run Your Own Kernel! online without registration, duration hours minute second in high quality. This video was added by user Dave's Garage 28 February 2025, don't forget to share it with your friends and acquaintances, it has been viewed on our site 19,696 once and liked it 1.7 thousand people.