mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-25 21:15:52 +03:00
[GH-ISSUE #89] Add VirtualBox video drivers and vbmouse.drv #80
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/win98-quickinstall#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zoomosis on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/89
Unless I'm mistaken QuickInstall doesn't include any drivers for VirtualBox. It might be nice if they were automatically installed if QuickInstall detects it's running under VirtualBox.
Michal Necasek has a Windows 9x display driver available at https://www.os2museum.com/files/boxv9x.img (via https://www.os2museum.com/wp/windows-9x-video-minidriver-hd/ )
There's also a Windows 3.x mouse driver (vbmouse.drv) for VirtualBox that also works in Windows 9x, at https://git.javispedro.com/cgit/vbados.git/about/
Thanks!