sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/README

27 lines
283 B
Plaintext
Raw Normal View History

The QEMU x86 emulator
---------------------
INSTALLATION
------------
Type
./configure
make
to build qemu and libqemu.a.
Type
make install
to install qemu in /usr/local/bin
Documentation
-------------
Read the documentation in qemu-doc.html.
Fabrice Bellard.