Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 206 Bytes

stuff.md

File metadata and controls

7 lines (6 loc) · 206 Bytes

1. How to make the simplest img from the elf and open with grub

cp build/helloworld_kvm-x86_64 iso/boot/helloworld_kvm-x86_64.elf 
grub-mkrescue -o bla.img iso
qemu-system-x86_64 -hda bla.img