mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00

In order to facilitate the reorganization of qemu-doc.texi content, as well as the conversion to rST/Sphinx, split it in multiple .texi files that are included from docs/system. The "other devices" section is renamed to ivshmem and placed last. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20200228153619.9906-6-peter.maydell@linaro.org Message-id: 20200226113034.6741-6-pbonzini@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
13 lines
258 B
Text
13 lines
258 B
Text
@node pcsys_quickstart
|
|
@section Quick Start
|
|
@cindex quick start
|
|
|
|
Download and uncompress a hard disk image with Linux installed (e.g.
|
|
@file{linux.img}) and type:
|
|
|
|
@example
|
|
@value{qemu_system} linux.img
|
|
@end example
|
|
|
|
Linux should boot and give you a prompt.
|
|
|