mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
20 lines
No EOL
724 B
HTML
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> |