qemu-wrapper

qemu wrapper used for specifying args to qemu-user in chroots
git clone git://parazyd.org/qemu-wrapper.git
Log | Files | Refs | README

commit 1a710a7a56cacc6f62151616d31136d7ed7eb3db
parent 5186626b75daaa8eb62087015b348ff45c457ae1
Author: parazyd <parazyd@dyne.org>
Date:   Fri,  8 Apr 2016 04:36:49 +0200

doc update

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -4,8 +4,8 @@ A simple wrapper for executing qemu in chroot builds. With this, it is possible to pass arguments to qemu on chrooting, for example: the cpu we wish to emulate. -# Usage -Compile qemu wrapper with the below command and place it in `chroot/usr/bin/` +## Usage +Compile qemu-wrapper with the below command and place it in `chroot/usr/bin/` ``` gcc -static qemu-wrapper.c -Os -s -o qemu-wrapper ```