Giter Club home page Giter Club logo

boxvnt's Introduction

 Windows NT Video Miniport
 -------------------------

 This video miniport driver supports the virtual (S)VGA chip supported by the
VirtualBox hypervisor. It may also work with bochs and qemu, but this has not
been tested; small changes to the source code may be required.


 Supported Windows Versions

 The miniport supports all Windows NT x86 versions from the original NT 3.1
up to 6.2 (Windows 7). Windows XP and above ships with a VGA/VESA driver which
provides similar functionality, but blocks power management (hibernation).


 Installation

 The installation method depends on Windows version used. For Windows NT 3.1,
the Setup applet must be used. For all other versions, the display property
dialog should be used. There are two versions of the INF file: oemsetup.inf
for Windows NT 3.x and vidmini.inf for Windows NT 4 and later versions.

 IMPORTANT: For Windows NT 3.x, the framebuf.dll library provided on the NT
installation media is required and should be copied to the directory which
contains the INF file. For Windows NT 4.0 and later, framebuf.dll
is already preinstalled on the system.


 Implementation Overview

 The source code is split into two parts: The boxv module (boxv*) and the
miniport proper (videomp*). The boxv module provides a simple collection of
routines to set arbitrary 8/16/24/32bpp modes on the VirtualBox/qemu/bochs
virtual SVGA chip. The vidmini module implements the Windows NT video
miniport interface.

 The miniport only provides minimal mode setting and palette access interface
since the virtual hardware does not support hardware cursors etc. All drawing
is left to framebuf.dll, the default Windows NT framebuffer display driver.

 Please refer to the Windows NT DDK for documentation on the video miniport
interface.


 Building

 The miniport is designed to be built with Open Watcom C/C++ 1.9 or later.
Windows has been tested as a build host, but it is likely that other host
platforms can be used with minor changes.


 Licensing

 The source code is published under the MIT license.

boxvnt's People

Contributors

hope2586 avatar mnecasek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.