--- trunk/doc/misc.html 2007/10/08 16:18:27 10 +++ trunk/doc/misc.html 2007/10/08 16:18:38 12 @@ -1,16 +1,16 @@ -GXemul documentation: Misc. +Gavare's eXperimental Emulator:   Miscellaneous
-GXemul documentation:        -Misc. +Gavare's eXperimental Emulator:    +Miscellaneous

+ Back to the index


-

Misc.

+

Miscellaneous

@@ -411,7 +439,7 @@ This binary image can now be used in the emulator:
-	$ gxemul -E dec -e 3min -Q -M128 -q 0xbfc00000:DECstation5000_125_promdump.bin
+	$ gxemul -e 3min -Q -M128 -q 0xbfc00000:DECstation5000_125_promdump.bin
 
 	KN02-BA V5.7e   
 	?TFL:  3/scc/access (1:Ln1 reg-12: actual=0x00 xpctd=0x01) [KN02-BA]
@@ -458,8 +486,8 @@
 During bootup, the PROM complains a lot about hardware failures.
 That's because the emulator doesn't emulate the hardware well enough yet.
 

-The command line options used are: -E dec for DECstation, -e 3min for -"model 3" (5000/1xx), -Q to supress the emulator's own PROM +The command line options used are: -e 3min for +"DECstation 3min" (5000/1xx), -Q to supress the emulator's own PROM call emulation, -M128 for 128MB RAM (because GXemul doesn't correctly emulate memory detection well enough for the PROM to accept, so it will always believe there is 128MB ram anyway), and -q to supress debug messages.