Public Member Functions

Vga Class Reference

Basic VGA emulation. More...

Inheritance diagram for Vga:
StaticReceiver< Vga > BiosCommon Device DiscoveryHelper< BiosCommon >

List of all members.

Public Member Functions

bool receive (MessageBios &msg)
bool receive (MessageIOOut &msg)
bool receive (MessageIOIn &msg)
bool receive (MessageMem &msg)
bool receive (MessageMemRegion &msg)
bool receive (MessageDiscovery &msg)
 Vga (Motherboard &mb, unsigned short iobase, char *framebuffer_ptr, unsigned long framebuffer_phys, unsigned long framebuffer_size)

Detailed Description

Basic VGA emulation.

Copyright (C) 2007-2010, Bernhard Kauer <bk@vmmon.org> Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details. A VGA compatible device.

State: unstable Features: textmode 80x25 supported, cursor, VESA framebuffer Missing: plenty, e.g: PCI, IRQ, many BIOS functions, 8-bit graphic modes Documentation: FreeVGA chipset reference - vga.htm, Browns IRQ List


Constructor & Destructor Documentation

Vga::Vga ( Motherboard mb,
unsigned short  iobase,
char *  framebuffer_ptr,
unsigned long  framebuffer_phys,
unsigned long  framebuffer_size 
) [inline]

Member Function Documentation

bool Vga::receive ( MessageBios msg  )  [inline]
bool Vga::receive ( MessageDiscovery msg  )  [inline]
bool Vga::receive ( MessageMemRegion msg  )  [inline]
bool Vga::receive ( MessageMem msg  )  [inline]
bool Vga::receive ( MessageIOIn msg  )  [inline]
bool Vga::receive ( MessageIOOut msg  )  [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines