NameDateSize

..30-Nov-202018

arch_include/H25-Jul-20193

CMakeLists.txtH A D30-Nov-2020466

LICENSE_BSD2.txtH A D25-Jul-20191.4 KiB

README.mdH A D30-Nov-2020569

src/H25-Jul-20193

README.md

1<!--
2     Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
3
4     SPDX-License-Identifier: CC-BY-SA-4.0
5-->
6
7# Overview
8
9What you are looking at is a very basic driver for the Bochs Graphics Adaptor,
10hereafter referred to as BGA. This device is available under QEMU when you pass
11the command line option "-vga std". The driver has some limitations, such as no
12support for banked mode which would increase performance.
13
14There's currently only support for IA32 (is the BGA even available as a device
15under ARM?).
16
17## TODO
18 - Some example code of how to use this driver.
19