Cosmos/source/Cosmos.HAL/TextScreen.html
2014-12-27 16:38:21 +01:00

20 lines
No EOL
724 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<p>TextScreenBase provides a base interface. TextScreen implements this using a the normal 0xB8000 region</p>
<p>
<a href="http://wiki.osdev.org/Text_UI">http://wiki.osdev.org/Text_UI</a><br />
<a href="http://wiki.osdev.org/Text_Mode_Cursor">
http://wiki.osdev.org/Text_Mode_Cursor</a><br />
</p>
<p>
TextScreen is the raw access to the screen. It should not handle virtualization
or buffering. That can be handled in System ring and using absracted memory
copies for the virtualization.</p>
</body>
</html>