Hello! I would like to port OpenBSD to the MS Xbox (old one). The Kernel already boots until main() in kern/init_main.c . (I can control this with the front LED of the Xbox). The next thing I would like to do is to write a kind of framebuffer driver so that I can get output on the TV. I have the sourcecode for the framebuffer driver of FreeBSD and Linux, but I don't know how to integrate it in OpenBSD.
I read that OpenBSD has no framebuffer at all. How could I get output from the Kernel? The Xbox has no serial port... just USB and Ethernet. Markus Ritzer