Skip to content

ledbettj/qemu-strap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qemu-strap

A simple project to quickly get started building and booting a custom linux kernel with QEMU on arch linux.

usage

You will need arch-install-scripts installed on your host system.

First compile the linux kernel. Hopefully you know how to do this already. Then:

make setup # build our guest system disk image
make run   # boot our guest system with the kernel we just build

Login to your guest system with the root user and no password.

About

Quickly setup QEMU to boot a custom Linux kernel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages