Build and Run Your Own Kernel!

Просмотров: 51, 005   |   Загружено: 3 мес.
icon
Dave's Garage
icon
3, 070
icon
Скачать
iconПодробнее о видео
Dave Plummer shows you how to git clone the Linux kernel, build it, and run it live!

Free Sample of my Book on the Spectrum:
Secrets of the Autistic Millionaire:

Watch ShopTalk Now on Dave's Attic:

Follow me on X:
Facebook:

----

# 1. Clone the Linux kernel repository
git clone
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)

Похожие видео

Добавлено: 55 год.
Добавил:
  © 2019-2021
  Build and Run Your Own Kernel! - RusLar.Me