Re: vmm Graphics Support

2019-05-25 Thread Joe Davis
Hi, Not an OpenBSD developer, just another hobbyist tinkering with vmm (currently working on adding a gdb stub, like the one in qemu that I've found useful for osdev in the past) VNC is one way to go about it. That would however involve adding an entire VNC server to vmd. To start off, exposing

vmm Graphics Support

2019-05-24 Thread Katherine Rohl
Hi, I’ve been tinkering with adding an MDA device to vmm. I was wondering if the way that we would add X support to vmm had been discussed so there’s somewhere for the video output to go. I’m not too familiar with OpenBSD development practices, so I’m not sure where to look for this kind of i