--- trunk/doc/configfiles.html 2007/10/08 16:19:43 23 +++ trunk/doc/configfiles.html 2007/10/08 16:19:56 24 @@ -10,7 +10,7 @@ } - ) +) - ! Multiple machine are allowed. - machine( +! Multiple machine definitions are allowed. +machine( name("another machine") type("hpcmips") subtype("be300") ... - ) ) @@ -207,12 +193,9 @@ Here is an example of what a minimal configuration file might look like:

 
-!!gxemul
-emul(
-    machine(
-        subtype("3max")
-        load("netbsd-pmax-INSTALL-2.0")
-    )
+machine(
+    subtype("3max")
+    load("netbsd-pmax-INSTALL-2.0")
 )
 
@@ -240,46 +223,39 @@

 
-!!gxemul
-!
-!  Configuration file for a
+!  Configuration file for a
 !  "client" machine, netbooting
 !  of another machine.
 
-emul(
-    net(
+net(
 	local_port(15000)
 	add_remote("localhost:15001")
-    )
-    machine(
+)
+machine(
 	name("client machine")
 	serial_nr(1)	!  10.0.0.1
 
 	type("sgi")
 	subtype("o2")
         load("netbsd-GENERIC32_IP3x.gz")
-    )
-)
 
-!!gxemul
-!
-!  Configuration file for the
+)
+
 
+!  Configuration file for the
 !  "server" machine.
-!
 
-emul(
-    net(
+net(
 	local_port(15001)
 	add_remote("localhost:15000")
-    )
-    machine(
+)
+machine(
 	name("nfs server")
 	serial_nr(2)	!  10.0.0.2
 
         type("dec")
         subtype("3max")
         disk("nbsd_pmax.img")
-    )
-)
 
+)

This example creates a network using the default settings (10.0.0.0/8), but it also allows the network to be connected to other emulator