From f89048e2a3cbbade5e9dc0b9f04e7f7b0d8be334 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Fri, 4 Jun 2010 14:31:24 -0700 Subject: [PATCH] [armemu] set the display params in the armemu.conf file --- target/armemu/armemu.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/armemu/armemu.conf b/target/armemu/armemu.conf index e879a5c7..bcd1bff1 100644 --- a/target/armemu/armemu.conf +++ b/target/armemu/armemu.conf @@ -16,3 +16,8 @@ device = /dev/tap0 [block] file = ../blk.bin + +[display] +width = 800 +height = 600 +depth = 32