git: 9front

Download patch

ref: 30db61c14b451375d56280be8f43d3260f6b1d63
parent: c43ef9220248cddaf9a47e520996d212fad9c983
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
--