Initial x86 (32 bit) directories written. Will be attempting to merge in the target selection from XOmB proper.

Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
wilkie
2009-03-23 08:23:44 +08:00
committed by The XOmB Overlord
parent 86a9ca243b
commit 39999641ee
5 changed files with 282 additions and 22 deletions

View File

@@ -36,7 +36,7 @@ public:
// The default color.
const ubyte DEFAULTCOLORS = Color.LightGray;
ubyte* videoMemoryLocation = cast(ubyte*)0xFFFFFFFF800B8000;
ubyte* videoMemoryLocation = cast(ubyte*)0xFFFF8000000B8000;
// The cursor position
private int xpos = 0;