0x03 (ErrorUndefined) issues with ukbd

2007-02-28 Thread Sam Banks
Hey all, I'm running 6.2R and have been having problems with the ukbd driver not functioning correctly with my keyboard. I have boiled it down to an issue in the buffer ks_ndata (holds new keystrokes). Every write to ks_ndata fills the first element with 0x03 (ErrorUndefined). Normally control key

Re: How should i start working on kernel programming?

2007-03-03 Thread Sam Banks
There is the developers handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/). The architecture handbook can be quite good for an overview of how things work (http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/index.html). There is also a bunch of info at http