Skip to content

Instantly share code, notes, and snippets.

View trungnt2910's full-sized avatar
🧝
Conquering the ELF

Trung Nguyen trungnt2910

🧝
Conquering the ELF
View GitHub Profile
@hughpearse
hughpearse / user-mode-linux-alpine-steps.txt
Last active September 8, 2023 14:09
User Mode Linux (UML) Kernel With Alpine Linux OS
How to compile the linux kernel, launch it as a process and boot into Alpine linux
Command + Shift + 5
Host -> Docker GCC -> UML w/ Alpine
# get docker for compiling
foo@host:~$ docker pull gcc
# launch new container
foo@host:~$ docker run --privileged --name gcc -it gcc /bin/bash