by Dan East » Oct 14, 2001 @ 11:23pm
I've spoken with another developer, and I'm planning on releasing an Alpha binary of Bochs as-is, along with the source, within 2 weeks. I hope that progress can be made on this project as a joint venture, as I don't have time to devote to it currently.<br><br>There are only 2 real issues with my port of Bochs at the moment:<br>1) A custom SIP is needed that can work in portrait as well as landscape mode. I'm thinking of using a full-screen, alpha-blended keyboard basically like Jacco's innovation as seen in Alice.<br><br>2) Currently I'm simply using a Device Context for screen drawing, as opposed to direct screen access (GAPI). Also, only a couple VGA modes are supported. All vga modes need to be implemented, including a sub-pixel or scrolling display for resolutions greater than 320x240.<br><br>Dan East