diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-09 23:03:49 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-09 23:03:49 +0000 |
commit | 4756752e56a74002aa5a556d7a84c0d19c92474b (patch) | |
tree | 967ce26205a276e2bbe464a9d551f5f01eee27e2 | |
parent | 1c63dadd351d9cfb3b8d104125636dfbca37aad0 (diff) | |
download | plan9front-4756752e56a74002aa5a556d7a84c0d19c92474b.tar.xz |
/cfig/cirno/*: clarify comments.
-rwxr-xr-x | cfg/cirno/cpurc | 6 | ||||
-rw-r--r-- | cfg/cirno/cpustart | 3 | ||||
-rw-r--r-- | cfg/cirno/termrc | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/cfg/cirno/cpurc b/cfg/cirno/cpurc index 0fc384a34..ced742b08 100755 --- 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 diff --git a/cfg/cirno/cpustart b/cfg/cirno/cpustart index 836a18471..3b9b5a507 100644 --- 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) diff --git a/cfg/cirno/termrc b/cfg/cirno/termrc index 23ecf145d..bfcebb4f6 100644 --- 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 |