From 5ae731063619966f58ed8b58eeeda6cda5b0ed25 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 11 Nov 2011 18:12:47 -0300 Subject: qemu_sparc: add new qemu defconfig Add a new qemu sample config for the SPARC architecture. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- board/qemu/sparc-ss10/readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/qemu/sparc-ss10/readme.txt (limited to 'board') diff --git a/board/qemu/sparc-ss10/readme.txt b/board/qemu/sparc-ss10/readme.txt new file mode 100644 index 000000000..5f01efa07 --- /dev/null +++ b/board/qemu/sparc-ss10/readme.txt @@ -0,0 +1,7 @@ +Run the emulation with: + + qemu-system-sparc -M SS-10 -kernel output/images/zImage -drive file=output/images/rootfs.ext2 -append "root=/dev/sda console=ttyS0,115200" -serial stdio + +The login prompt will appear in the terminal that started Qemu. +The graphical window is the framebuffer. + -- cgit v1.2.3