From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Brian L. Stuart" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Thu, 26 Mar 2009 14:43:52 +0000 Message-Id: <032620091443.22863.49CB94A8000A5C5C0000594F22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> In-Reply-To: <2be891a05bfe006daeed245d65b7cca5@quanstro.net> References: <5d375e920903260551s3ebbf94dp3a3d6f4d745f6b4e@mail.gmail.com> <2be891a05bfe006daeed245d65b7cca5@quanstro.net> Subject: Re: [9fans] GSOC: Drawterm for the iPhone Topicbox-Message-UUID: c886b582-ead4-11e9-9d60-3106f5b1d025 > 9vx could replace drawterm in our environment, but i think > the following work is required. 9vx needs > - to be able to boot with no local files other than the executable, > (i.e. directly from a plan 9 fs) Actually, I've been using it this way for a while. More precisely, when I'm on my home network it boots like a terminal talking to my file server. When I'm away from my home network, it boots off a local fossil/venti partition. It did take some relatively minor changes, but if they're not in the tree, they might have fallen through the cracks. I even threw in the plan9.ini parsing so I could give myself a menu and set the appropriate variables. (I'm not using it for any other plan9.ini sorts of things.) The relevant bits of my 9vx.ini file are: [native] nobootprompt=local!#S/sd00/ venti=#S/sd00/arenas user=glenda [home] nobootprompt=tcp fs=172.30.1.2 auth=172.30.1.2 user=stuart > especially if the kernel were (sort-of) pxe loaded so that clients would > only need a local copy of the loader and changes would then be > automaticly distributed.) Now that could be fun. BLS