An open API service indexing awesome lists of open source software.

https://github.com/cirosantilli/qemu-test

USE THIS INSTEAD: https://github.com/cirosantilli/linux-kernel-module-cheat/tree/6b563c0234de948da56df9924e0cf4e671cf220c#prebuilt
https://github.com/cirosantilli/qemu-test

Last synced: 3 months ago
JSON representation

USE THIS INSTEAD: https://github.com/cirosantilli/linux-kernel-module-cheat/tree/6b563c0234de948da56df9924e0cf4e671cf220c#prebuilt

Awesome Lists containing this project

README

        

# qemu-test

Some test scripts and images for QEMU.

Not super clean, but functional.

Usage:

git clone qemu-test
cd qemu-test
wget https://github.com/cirosantilli/linux-kernel-module-cheat/releases/download/sha-dbecf15f8ff9169e64e5f9402a692647174860ae/images-dbecf15f8ff9169e64e5f9402a692647174860ae.zip
unzip images-*.zip
cd ..
git clone qemu
cd qemu
../qemu-test/configure
make -j "$(nproc)"
../qemu-test/$arch/

Images generated from: <https://github.com/cirosantilli/linux-kernel-module-cheat/releases/tag/uploads>