diff options
author | Jaroslav Hensl <emulator@emulace.cz> | 2023-04-10 14:56:15 +0200 |
---|---|---|
committer | Jaroslav Hensl <emulator@emulace.cz> | 2023-04-10 14:56:15 +0200 |
commit | 65742cb7cc6e25fcb7e3760c44d1439057ecb009 (patch) | |
tree | b1b2d8b9d9d19829a3a0d0b575dc702af6ff9f02 | |
parent | 503e91046f60a86823629d43e64e2d0fcc006549 (diff) | |
download | vmdisp9x-65742cb7cc6e25fcb7e3760c44d1439057ecb009.tar.gz |
fixed readmev1.2023.0.2
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,11 +5,11 @@ Virtual Display driver for Windows 95/98/Me. Supported devices are: - VBox SVGA (VirtulBox: VBoxSVGA)
Supported and tested virtualization software are:
-~~- VirtualBox 6.0 (2D, software 3D)~~
+- ~~VirtualBox 6.0 (2D, software 3D)~~
- VirtualBox 6.1 (2D, hardware OpenGL 2.1 through DX9 or OpenGL)
- VirtualBox 7.0 (2D, hardware OpenGL 2.1 through DX9 or OpenGL)
- VMWare Player 16 (2D, software 3D)
-~~- VMWare Player 17 (2D, software 3D)~~
+- ~~VMWare Player 17 (2D, software 3D)~~
2D driver is very generic and probably works with other Virtualization software as well, 3D part required my Mesa port = https://github.com/JHRobotics/mesa9x. See its documentation for more info.
@@ -60,5 +60,7 @@ Edit `makefile` to enable addition logging and you can read original [readdev.tx ## External links
http://www.os2museum.com/wp/windows-9x-video-minidriver-hd/
+
https://wiki.osdev.org/Bochs_VBE_Extensions
+
https://wiki.osdev.org/VMWare_SVGA-II
|