From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] kbd.c From: forsyth@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020402105155.31F4319988@mail.cse.psu.edu> Date: Tue, 2 Apr 2002 11:48:08 +0100 Topicbox-Message-UUID: 718572c8-eaca-11e9-9e20-41e7f4b1d025 since i've got a freebsd system here, i had a quick look at the freebsd syscons keyboard maps. there are about 60 of them. i'm sure they don't do all we need, but i have to say they don't look onerous to me as files (and they handle stuff like alt-ctrl-shift, which might or might not be needed by something) but i'm not sure i'd like to compile all that all into a kernel for (say) installation from CD. of course, dynamic code loading would remove the need to relink, but that's just a fancy form of dynamically-loaded table in this context.