|
NOVA User-Level Environment
Version testbox/changed-memory-timing-317-g320d8b5
|
Host VGA console driver. More...
#include "nul/motherboard.h"#include "service/vprintf.h"#include "host/keyboard.h"#include "sys/semaphore.h"#include "nul/parent.h"#include "nul/baseprogram.h"#include "nul/service_timer.h"Classes | |
| class | HostVga |
| A VGA console. More... | |
| struct | HostVga::View |
| struct | HostVga::putcdata |
Functions | |
| PARAM_HANDLER (kiosk_mode,"kiosk_mode - disable starting of VMs via keyboard inputs and disable debugging keys") | |
| PARAM_HANDLER (hostvga,"hostvga:<switchmodifier=LWIN><,systemmodifer=RWIN><,refresh_freq=25> - provide a VGA console.","Example: 'hostvga'.","Use 'hostvga:0x10000,0x20000' to use LCTRL and RCTRL as keymodifier.""See keyboard.h for definitions.") | |
Host VGA console driver.
Copyright (C) 2009, 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.
| PARAM_HANDLER | ( | kiosk_mode | , |
| "kiosk_mode - disable starting of VMs via keyboard inputs and disable debugging keys" | |||
| ) |
| PARAM_HANDLER | ( | hostvga | , |
| "hostvga:<switchmodifier=LWIN><,systemmodifer=RWIN><,refresh_freq=25> - provide a VGA console." | , | ||
| "Example: 'hostvga'." | , | ||
| "Use 'hostvga:0x10000 | , | ||
| 0x20000'to use LCTRL and RCTRL as keymodifier." "See keyboard.h for definitions." | |||
| ) |