From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Mon, 13 Aug 2007 07:45:20 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] Mips kernel In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a7644f6a-ead2-11e9-9d60-3106f5b1d025 > using inferno as a drawterm means that you can have a > non-graphical shell window (local mouse interaction and editing, remote > commands) which is useful when connecting through higher > latency connections. i wouldn't be without it. you don't have to start rio on drawterm. that's controlled by your profile. comment out these lines from your profile if you don't want rio: case cpu ...blah blah blah... if (! test -e /mnt/term/mnt/wsys) { # cpu call from drawterm exec rio } - erik