From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 19 Apr 2005 02:53:55 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] drawterm document? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <012901c544a9$c58afff0$2e9edfd5@kilgore> Topicbox-Message-UUID: 3cb6875c-ead0-11e9-9d60-3106f5b1d025 drawterm is based on an old 9p1 kernel, not the 9p2000 kernel, so it's not trivial to move devkbmap over. it typically doesn't take much work, but details of qid type bits and the like will need massaging. basically i'd start with devkbmap.c and devcons.c and then look at how drawterm's devcon.c handles chans and then make devkbmap do the same. (basically convert devkbmap by looking at how things in devcons.c are written in drawterm's devcon.c). russ