Skip to content

Instantly share code, notes, and snippets.

View aghecenco's full-sized avatar

Alexandra Iordache aghecenco

View GitHub Profile

This example installs a customized 5.10.10 Linux kernel on top of an Ubuntu 20.04 image running the 5.10.10 mainline kernel in an AWS .metal instance (Nitro hypervisor).

First, check out the kernel sources. I'm using my own fork, with my customizations on top of stable/v5.10.10 tag.

cd ~/linux
git clone git@github.com:aghecenco/linux.git
git checkout my_awesome_branch

Keybase proof

I hereby claim:

  • I am aghecenco on github.
  • I am aiord (https://keybase.io/aiord) on keybase.
  • I have a public key ASCym4HGMsgdwA3rR4oIjy86P0S_TTgaQWHDW0C6gw3phwo

To claim this, I am signing this object:

git clone https://gitlab.redox-os.org/redox-os/redox.git --origin upstream --recursive
cd redox/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
cargo install xargo
sudo apt-get update
sudo apt-get install -y make gcc nasm pkg-config libfuse-dev automake autopoint libtool bison flex gperf libhtml-parser-perl qemu
sudo chmod 777 /dev/kvm
make qemu vga=no net=no usb=no -j