Commit graph

23 commits

Author SHA1 Message Date
mterwoord_cp
8f30e7675d Several changes again. 2014-07-12 13:02:10 +00:00
sschocke_cp
b6e98c13c2 Implemented MemoryBlock changes as discussed with Matt and mailing list - all offsets are not byte offsets, and the TextScreen and VMWareSVGA classes have been updated to use the new functions 2012-02-02 20:06:45 +00:00
kudzu_cp
cb1b54131f Fixed a scrolling bug in Console where characters were not cleared. Also made slight optimizations to TextScreen class. 2011-03-03 00:42:56 +00:00
Trivalik_cp
c499d21987 add comment for pic,
correct console scrolling,
correct error for cgt
example:
			int k = 1000;
			UInt32 k2 = 960;

			if (k <= k2)
			{
				Console.Write("true");
			}
			else
			{
				Console.Write("false");
			}
2011-01-01 01:51:11 +00:00
kudzu_cp
634a4a41fc Console fixed 2010-08-31 15:48:55 +00:00
kudzu_cp
84565e0f4f 2010-08-31 02:17:13 +00:00
kudzu_cp
a4f6cfed20 2010-08-31 02:02:56 +00:00
kudzu_cp
c319bc7fde 2010-08-17 12:55:40 +00:00
mterwoord_cp
e722622bdf 2010-08-17 12:29:54 +00:00
kudzu_cp
1560bd6b75 2010-08-16 17:02:42 +00:00
kudzu_cp
126e64f827 2010-08-16 14:12:00 +00:00
kudzu_cp
a730869d68 2010-08-16 14:10:58 +00:00
kudzu_cp
60aff25698 2010-08-16 14:09:29 +00:00
kudzu_cp
05257e1f55 2010-08-15 21:33:12 +00:00
kudzu_cp
8beeb3efd4 Doesnt build yet.. 2010-08-15 15:25:19 +00:00
kudzu_cp
fab8f20e0f 2010-08-15 08:57:35 +00:00
kudzu_cp
f3e59ed5c7 2010-08-15 08:28:52 +00:00
kudzu_cp
c901063352 For Matthijs. 2010-08-15 08:22:39 +00:00
kudzu_cp
a5ed2c26f2 2010-08-15 07:55:58 +00:00
kudzu_cp
159d4f355b 2010-08-15 07:02:11 +00:00
kudzu_cp
de66a4413c More kernel work. 2010-08-15 06:43:26 +00:00
kudzu_cp
c937590b92 2010-08-15 04:29:38 +00:00
kudzu_cp
1bf40ed962 2010-08-15 03:47:31 +00:00