Markus Ritzer wrote:
I would like to write a framebuffer driver for OpenBSD (for the MS Xbox platform).Where can I find documentation about writing OpenBSD drivers in general or especially for framebuffers?
There is a list of books that help at http://www.openbsd.org/books.html. I found "The Design and Implementation of the 4.4BSD Operating System" helpful. Then a close look at the wscons source code in sys/dev/wscons/ will surely help. - Marc