shithub: riscv

Download patch

ref: 4756752e56a74002aa5a556d7a84c0d19c92474b
parent: 1c63dadd351d9cfb3b8d104125636dfbca37aad0
author: stanley lieber <stanley.lieber@gmail.com>
date: Mon May 9 19:03:49 EDT 2011

/cfig/cirno/*: clarify comments.

--- a/cfg/cirno/cpurc
+++ b/cfg/cirno/cpurc
@@ -1,9 +1,5 @@
 #!/bin/rc
-# cpu-specific startup
-
-# Since booting from venti could have started loopback,
-# don't test for existing interfaces, just use ipconfig.
-# ip/ipconfig -g your-gateway ether /net/ether0 your-ip-address your-subnet-mask
+# the 9pccpuf kernel runs this file
 
 # example: adjust to fit your network
 #ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0
--- a/cfg/cirno/cpustart
+++ b/cfg/cirno/cpustart
@@ -1,4 +1,7 @@
+# the 9pccpuf kernel runs this file
+
 aux/listen -q -t /rc/bin/service.auth -d /rc/bin/service tcp
+
 @{
 	rfork n
 	if(~ $monitor vesa)
--- a/cfg/cirno/termrc
+++ b/cfg/cirno/termrc
@@ -1,9 +1,5 @@
 #!/bin/rc
-# terminal-specific startup
-
-# Since booting from venti could have started loopback,
-# don't test for existing interfaces, just use ipconfig.
-# ip/ipconfig -g your-gateway ether /net/ether0 your-ip-address your-subnet-mask
+# the 9pcf kernerl runs this file
 
 # example: adjust to fit your network
 #ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0
--