Commit graph

5599 commits

Author SHA1 Message Date
Matthijs ter Woord
d2db318dc1 Progress. Most stuff seems to work now. 2015-08-01 13:48:25 -04:00
Matthijs ter Woord
2d2f651783 Merge pull request #177 from zdimension/patch-2
Use a more Github-looking badge for Gitter
2015-08-01 13:20:24 -04:00
Monsieur Z
3b3376a454 Use a more Github-looking badge for Gitter 2015-08-01 18:50:12 +02:00
Matthijs ter Woord
422d6a56b8 Starting to work now. 2015-08-01 09:22:35 -04:00
Matthijs ter Woord
f54d7ace72 More progress 2015-08-01 09:04:35 -04:00
Monsieur Z
0e9968fc13 Add support for Shift+NumPad key 2015-07-31 23:55:41 +02:00
Matthijs ter Woord
a2745f4940 Merge pull request #175 from ARMmaster17/master
Added badges and Gitter notes
2015-07-31 16:09:03 -04:00
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
4274bc52ac More progress. 2015-07-31 13:11:51 -04:00
Matthijs ter Woord
73758c2643 Ongoing memory work. 2015-07-31 12:46:07 -04:00
Matthijs ter Woord
f2706116c3 Small fix. 2015-07-31 11:56:29 -04:00
Matthijs ter Woord
be0ace5c62 - Turns out the VMT table was not generated correctly: the _Handle datamember wasn't pointing to the actual data area
- small bugfix in heap.
2015-07-31 11:51:27 -04:00
Matthijs ter Woord
675ce71d10 Ongoing work. 2015-07-31 08:34:28 -04:00
Matthijs ter Woord
630118f4c9 Fixed an issue with VMT initialization. 2015-07-29 20:13:40 -04:00
Matthijs ter Woord
e91b500738 . 2015-07-29 18:58:42 -04:00
Matthijs ter Woord
7a35344202 More work on memory 2015-07-29 15:35:47 -04:00
Matthijs ter Woord
d6167d6e00 - Add extra logging to GlobalSystemInfo and Heap
- Fixed ldstr and string sending with memory handles
2015-07-29 10:44:52 -04:00
Matthijs ter Woord
a51b569c19 Fix debugconnector and debugstub communication. 2015-07-28 20:36:18 -04:00
Matthijs ter Woord
0e05e24b9b Somehow debug stub and debug connector is broken now. 2015-07-28 20:30:15 -04:00
Matthijs ter Woord
7858e43584 Ongoing work on memory 2015-07-28 20:18:14 -04: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
edf114b745 Compiler fix. 2015-07-28 17:08:42 -04:00
Matthijs ter Woord
c442a920d1 Build fix. 2015-07-28 16:58:23 -04:00
Matthijs ter Woord
b56ce24f52 Merge branch 'master' into memory_handles
Conflicts:
	Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs
2015-07-28 16:30:05 -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
Matthijs ter Woord
c1c3782770 Code reformat 2015-07-26 19:04:07 -04:00
Matthijs ter Woord
16f3dab45a I think the default Heap allocates handles now. 2015-07-26 18:37:09 -04:00
Matthijs ter Woord
9103ab4c15 Cleanup 2015-07-26 16:17:39 -04:00
Matthijs ter Woord
0bd99c1cfd Begin with memory work. 2015-07-25 11:54:11 -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
517b373ded . 2015-07-23 16:53:40 -04:00
Matthijs ter Woord
66d1597746 . 2015-07-23 16:48:34 -04: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