资 源 简 介
This is BGI driver for 256 colors modes:
* 320x200 256 colours VGA mode
* 256 colours VESA modes
The driver is a rewrite of my VGA256 driver from nineties and started
from that code base. It is intended more as a toy then anything really useful
and I jumped on it due to my current (job related) interest in OpenWatcom and jwasm/wasm.
The repository features 4 branches which provide the following:
| branch | description |
|:-----------|:----------------|
| vga256 | BGI2.0 driver supporting 320x200x256 VGA mode, base for development |
| BGI30/vga256 |BGI 3.0 driver branched from vga256 branch, it uses different header and provides support for 16 bit protected mode |
| vesa256 | BGI 2.0 driver supporting many 256 colours VESA modes |
| BGI30/vesa256 | BGI 3.0 driver branched from vesa256 branch |
| master | an alias for vga256 branch |
To build the driver you will need:
* OpenWatcom<