wm: doc

Download patch

ref: 4dd6ac9f3ec10437a4c3e0020e414e3ee1e85df3
parent: bb85a392498445b03ac01137ed1043c397b6c5a8
author: jrmu <jrmu@cloud9p.org>
date: Thu Aug 15 06:56:52 EDT 2024

Add instructions for setting up fileserver

--- /dev/null
+++ b/9fs.ms
@@ -1,0 +1,16 @@
+To configure the file server to listen for connections from remote hosts, first:
+
+; 9fs 9fat
+
+Then modify the bootargs in /n/9fat/plan9.ini:
+
+For cwfs:
+
+bootargs=local!/dev/sdXX/fscache -a tcp!*!564
+
+For hjfs:
+
+bootargs=local!/dev/sdXX/fs -m 702 -A -a tcp!*!564
+
+Replace XX with the actual disk
+