|
Barrelfish
|
VGA console I/O. More...
Macros | |
| #define | VIDEO_MEM 0xb8000 |
| Video memory physical base address. | |
Functions | |
| void | conio_putchar (char c) |
| Put the character 'c' on the screen. More... | |
| void | conio_relocate_vidmem (lvaddr_t newaddr) |
| Relocate video memory to new location. More... | |
VGA console I/O.
| void conio_putchar | ( | char | c | ) |
Put the character 'c' on the screen.
| c | Character to print on the screen. |
| void conio_relocate_vidmem | ( | lvaddr_t | newaddr | ) |
Relocate video memory to new location.
This function relocates the start of the video memory to the virtual address 'newaddr'.
| newaddr | Address of start of new video memory. |
1.8.11