v86 icon indicating copy to clipboard operation
v86 copied to clipboard

Alternative vgabios supported on V86 too

Open proxy-m opened this issue 4 years ago • 2 comments

https://github.com/proxy-m/vgabios

You need only core seabios part in addition to it.

proxy-m avatar Apr 23 '21 15:04 proxy-m

It is intended to simplify tests and fixies to vga/svga/vesa/fb/x11 bugs https://github.com/copy/v86/issues/453

proxy-m avatar Apr 23 '21 15:04 proxy-m

I have now on branch special_buggy_122_for_v86 build of VGABIOS-lgpl-latest.bin (and compatible binary seabios_2012.bin).

It allows me to use custom high vga text resolution 120x50 by mode 0x22 (0x122 for linux 2.6 kernel). You can call it by vga=0x122 or find after vga=ask + vga=scan to kernel, or other way.

I think it must not work, because bochs shows broken scanlines height for such registers, but it works on v86. You can see last changes on git. (Bochs works correct with main branch instead).

Is it problem with vga registers, which I created, or is it problem with v86 vga js?

P.S.: Anyway I got solution, thank you, but buggy. ;-)

proxy-m avatar May 18 '21 19:05 proxy-m