Cosmos/source2/Kernel/System/Hardware/Cosmos.Hardware/TextScreen.html
kudzu_cp a5ed2c26f2
2010-08-15 07:55:58 +00:00

19 lines
No EOL
632 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<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>