Browse Source

Plan 9 from Bell Labs 2009-11-19

David du Colombier 14 years ago
parent
commit
6302d8d9bb
2 changed files with 5 additions and 5 deletions
  1. 5 5
      sys/src/9/kw/plug
  2. 0 0
      sys/src/9/kw/plug.words

+ 5 - 5
sys/src/9/kw/plug

@@ -43,6 +43,10 @@ misc
 	syscall
 	uartkw
 
+port
+	int cpuserver = 1;
+	int i8250freq = 3686000;
+
 boot cpu
 	tcp
 
@@ -51,8 +55,4 @@ bootdir
 	/arm/bin/ip/ipconfig ipconfig
 	/arm/bin/auth/factotum factotum
 #	/arm/bin/usb/usbd
-#	nvram
-
-port
-	int cpuserver = 1;
-	int i8250freq = 3686000;
+	nvram

+ 0 - 0
sys/src/9/kw/words → sys/src/9/kw/plug.words