aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--external/mambo/skiboot.tcl6
1 files changed, 4 insertions, 2 deletions
diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index cfae489..a021c04 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -61,8 +61,10 @@ mconfig tap_base MAMBO_NET_TAP_BASE 0
#
# Create machine config
#
-
-define dup pegasus myconf
+if { ! [info exists env(SIMHOST)] } {
+ set env(SIMHOST) "pegasus"
+}
+define dup $env(SIMHOST) myconf
myconf config processor/number_of_threads $mconf(threads)
myconf config memory_size $mconf(memory)
myconf config processor_option/ATTN_STOP true