卖萌的弱渣

I am stupid, I am hungry.

QEMU Compile SeaBios

You must follow the order:

1
2
in qemu/
make distclean
1
2
in rom/
make bios CONFIG_ROM_SIZE=256
1
2
in qemu/
./configure --target-list=x86_64-softmmu
1
2
3
in qemu/
make
make install