On Fri, 2016-09-16 at 22:53 -0400, G 3 wrote: > Is there a way to make the VGA driver print information? I tried > building the debug settings in CodeWarrior but it ends with an error. > I'm trying to add a feature to the driver that will allow the user to > add resolutions via the command-line. With the debug output I can > test this driver out.
Yes but you need a patch in qemu that implements the MOL OSI debug output, it's in my branch. Then you should be able to build the debug target. Cheers, Ben.