Commit graph

5468 commits

Author SHA1 Message Date
Joshua Zenn
e4c8fbd189 Update readme.md 2015-07-31 16:04:42 -04:00
Joshua Zenn
fcfa1bb9a2 Added badges and Gitter notes 2015-07-31 15:55:47 -04:00
Matthijs ter Woord
52857bdde8 Merge pull request #174 from zdimension/patch-1
Replace Codeplex
2015-07-31 14:48:16 -04:00
Monsieur Z
688b44ae1b Replace Codeplex 2015-07-31 20:46:53 +02:00
Matthijs ter Woord
9460718e75 - Performance improvement of debugconnector. Debugging and test runner are impacted
- new SendNumber overload introduced for easier debugging of low level stuff.
2015-07-28 19:24:39 -04:00
Matthijs ter Woord
21037ba05b Small refactoring for debugstub: now sending text doesn't use the String.ToCharArray method 2015-07-28 16:26:27 -04:00
Matthijs ter Woord
fa4da67ff0 Ongoing debugger work. 2015-07-28 11:51:11 -04:00
Matthijs ter Woord
548e806bc5 Add some docs on Visual Studio Concord, a different way to make custom debug engines. 2015-07-28 10:18:58 -04:00
Matthijs ter Woord
e518b9c8e2 Add possibility for using the referenced debug stub version in the kernel tester.
Fixes #169
2015-07-28 09:57:30 -04:00
Matthijs ter Woord
2c20ca8597 Merge pull request #170 from FreddyD-GH/patch-1
Fixes #168
2015-07-28 08:55:20 -04:00
FreddyD-GH
9b741e62cb Update Cosmos.iss
Update XSC.exe location from "{app}\Build\Tools\" to "{app}\Build\IL2CPU\" to fix icons not displaying
2015-07-28 01:10:50 -04:00
Charles Betros
acde0c92d7 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2015-07-24 19:47:20 -05:00
Charles Betros
2e4e0dd370 Added a test kernel for boxing.
Moved Char Plug to Cosmos.System.Plugs
Added FAT writing. (Doesn't work yet.)
2015-07-24 17:52:44 -05:00
Matthijs ter Woord
54c398e3aa Merge pull request #163 from MyvarHD/VBE
Completed the VBE driver
2015-07-24 08:11:51 -04:00
MyvarHD
6da46cf3de Compleated the VBE driver 2015-07-24 08:08:27 +02:00
Matthijs ter Woord
67f492297f Merge pull request #162 from MyvarHD/VBE
Added VBE support to Cosmos
2015-07-23 18:02:59 -04:00
MyvarHD
a2d8cd7ee8 Code clean up 2015-07-23 23:49:51 +02:00
MyvarHD
5656ee0c6a added rgb 2015-07-23 23:39:14 +02:00
MyvarHD
e5ff48ef10 added Drawing code 2015-07-23 23:17:57 +02:00
Matthijs ter Woord
b41aa6aa4b Tiny fix related to run targets of the kernel tester. 2015-07-23 16:44:32 -04:00
Matthijs ter Woord
54bbf40f31 Small extra tweaks.. 2015-07-23 16:17:57 -04:00
Matthijs ter Woord
5b0e902a21 Convert console test runner back to normal console instead of full. 2015-07-23 16:13:10 -04:00
Matthijs ter Woord
7e4997647f Small fixes to UI version of the tester. 2015-07-23 16:02:44 -04:00
MyvarHD
7d65f793eb Fixed up the vbe mode code 2015-07-23 22:02:23 +02:00
Matthijs ter Woord
38666896af Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2015-07-23 15:42:17 -04:00
Matthijs ter Woord
8d24082dbd Fix debugging now. 2015-07-23 15:40:49 -04:00
MyvarHD
b9c8cdef93 Merge pull request #14 from CosmosOS/master
update
2015-07-23 21:25:06 +02:00
MyvarHD
c22c0d609c Started Vbe 2015-07-23 21:16:21 +02:00
Geramy
9ef2a3e2d1 Merge pull request #161 from CosmosOS/#143
#143 has been finished ui for the test runner is finished
2015-07-23 10:49:12 -07:00
Geramy L. Loveless
8ea38d1634 working ui tester
this is finished and working.
2015-07-23 10:43:07 -07:00
Matthijs ter Woord
cd34941002 Speed. 2015-07-23 13:37:57 -04:00
Geramy L. Loveless
fefb2e4888 i forgot the change of the name
fioxed the namne error
2015-07-23 10:26:52 -07:00
Geramy L. Loveless
15b26dbdcf Finished the ui.
finished the ui tester.
2015-07-23 10:24:36 -07:00
Matthijs ter Woord
ae4600a0ee Compilation seems fixed now. Still testing debugger. 2015-07-23 12:33:58 -04:00
Matthijs ter Woord
c340812392 Stack corruption bug is fixed now. Now still need to fix tests. 2015-07-23 12:24:54 -04:00
Matthijs ter Woord
c80eb38c8a Reformat 2015-07-23 12:04:48 -04:00
Matthijs ter Woord
9171a3de35 . 2015-07-23 11:58:30 -04:00
MyvarHD
ec0fbc1bc0 Merge pull request #13 from CosmosOS/master
Update
2015-07-23 17:43:49 +02:00
Matthijs ter Woord
9e33bac822 . 2015-07-23 11:42:46 -04:00
Matthijs ter Woord
1154900a9b Ongoing fixes 2015-07-23 11:26:39 -04:00
Geramy L. Loveless
7e210e7edb Finished providing engine stub
I gave the engine (OutputHandlerBase)this which is actually MainWindow
but a partial class file implementing the basic outs.
2015-07-23 07:42:46 -07:00
Geramy L. Loveless
6202c49d7a Basic Stubbing Finished.
Did some basic stubbing of the methods and now going to start
implementing the meat.
2015-07-23 07:38:42 -07:00
Geramy L. Loveless
30bc48aa72 added the test runner ui basic stuff
on to the next big thing creating the ui and overriding
OutputHandlerBase
2015-07-23 07:25:10 -07:00
Kudzu
3d4f6b3080 Removed 2013 bat 2015-07-22 22:05:00 -04:00
Matthijs ter Woord
67f06011e0 Implement simple branching for 8-byte operands. 2015-07-22 21:39:18 -04:00
Matthijs ter Woord
d827212e4a Ongoing VS2015 work. 2015-07-22 21:23:55 -04:00
Matthijs ter Woord
d285220f1d Building using vs2015 works now. Most likely doesn't work with 2013 anymore. 2015-07-23 00:21:14 +02:00
Matthijs ter Woord
cb3a625fd9 Merge branch 'master' into memory_handles 2015-07-22 22:27:49 +02:00
Matthijs ter Woord
3b8ac3e98f Some logging is now disabled. Speeds up debugconnector. 2015-07-22 22:25:27 +02:00
Matthijs ter Woord
1609f99dae Log the runtarget to the xml file. 2015-07-22 22:12:51 +02:00