summary refs log tree commit diff stats
path: root/hw/shix.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-24 17:59:27 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-24 17:59:27 +0000
commit7fb4fdcffeb199c1a742c45ac2413be8a9a33354 (patch)
tree39c795fed9ae5e8d59afde1ca6031702cdd3224e /hw/shix.c
parentc73f96fddc0f5ec7c708290f159b04cfa09ef713 (diff)
downloadfocaccia-qemu-7fb4fdcffeb199c1a742c45ac2413be8a9a33354.tar.gz
focaccia-qemu-7fb4fdcffeb199c1a742c45ac2413be8a9a33354.zip
RAM usage information in machine definition.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4246 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/shix.c')
-rw-r--r--hw/shix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/shix.c b/hw/shix.c
index 533b159359..5f8b2e11ad 100644
--- a/hw/shix.c
+++ b/hw/shix.c
@@ -110,5 +110,6 @@ static void shix_init(int ram_size, int vga_ram_size,
 QEMUMachine shix_machine = {
     "shix",
     "shix card",
-    shix_init
+    shix_init,
+    (0x00004000 + 0x01000000 + 0x01000000) | RAMSIZE_FIXED
 };