Commit graph

5336 commits

Author SHA1 Message Date
Matthijs ter Woord
89d62cc55a More work on #140. Now tests are ran. Next step is logging to xml. 2015-06-21 13:57:46 +02:00
Matthijs ter Woord
0cbba4c0d0 Add optional error handling for async errors. 2015-06-21 13:48:31 +02:00
Matthijs ter Woord
31e1ba2b59 Work on #140 2015-06-21 12:37:40 +02:00
Matthijs ter Woord
de75623087 Start of #140 2015-06-20 18:21:26 +02:00
Matthijs ter Woord
e7fd447250 Merge pull request #133 from zdimension/zdimension-keyboard-work
Rewrote Keyboard class mostly from scratch
2015-06-20 11:03:25 +02:00
zdimension
fda88ae3a8 Changed my keyboard impl to match the new architecture 2015-06-18 22:57:55 +02:00
zdimension
659649b6e3 Merge remote-tracking branch 'upstream/master' into zdimension-keyboard-work
Conflicts:
	source/Cosmos.HAL/Keyboard.cs
	source/Cosmos.System.Plugs/System/ConsoleImpl.cs
2015-06-18 22:18:40 +02:00
Matthijs ter Woord
1568284b27 Merge remote-tracking branch 'origin/keyboard-work' 2015-06-17 20:23:33 +02:00
Matthijs ter Woord
5c116490da Cleanup. 2015-06-17 20:22:58 +02:00
Matthijs ter Woord
68282aa557 Keyboard works. Next is enabling code that should be enabled, and removing debug code. 2015-06-17 20:09:37 +02:00
Matthijs ter Woord
2b8591b65e Merge pull request #136 from zdimension/drivers-work
Fixed a bug in SVGA driver
2015-06-17 18:39:12 +02:00
zdimension
0720ca7e2b Fixed a bug in SVGA driver 2015-06-17 18:37:38 +02:00
Matthijs ter Woord
6b78beb500 Merge pull request #135 from zdimension/drivers-work
Made VMware SVGA II driver work again
2015-06-17 15:33:09 +02:00
zdimension
9b2a1fd1ee Made VMware SVGA II driver work again 2015-06-17 11:47:09 +02:00
zdimension
f43a5dad2b Rewrote Keyboard class mostly from scratch 2015-06-17 11:13:46 +02:00
Matthijs ter Woord
44cdc7dc61 Other fixes. 2015-06-16 18:35:46 +02:00
Matthijs ter Woord
a8d39ced64 Fix ldelem for non-4 byte aligned elements. 2015-06-07 17:17:32 +02:00
Matthijs ter Woord
7c991e5ca6 Improve IL interpreter. Ldobj knows what type it pushes. 2015-06-07 17:17:16 +02:00
Matthijs ter Woord
bd93b5e272 Fix some IL interpreter logging statements and other small debugging fixes. 2015-06-07 17:17:01 +02:00
Matthijs ter Woord
56edbce9b6 Merge remote-tracking branch 'origin/master' into keyboard-work 2015-06-07 12:39:13 +02:00
Matthijs ter Woord
63d83a683d Fix int64 divide. 2015-06-07 12:37:02 +02:00
Matthijs ter Woord
959732f781 Bochs now uses same device layout as vmware (ATA wise) 2015-06-02 20:31:39 +02:00
Matthijs ter Woord
091d9ed136 Merge remote-tracking branch 'origin/master' into keyboard-work 2015-06-02 19:40:20 +02:00
Matthijs ter Woord
dfc3a3388f Merge pull request #124 from ARMmaster17/master
Documentation update
2015-05-30 10:11:45 +02:00
Joshua Zenn
05b752da4f Update Plugs.md 2015-05-29 18:21:32 -04:00
Joshua Zenn
dda514715d Update MemoryManager.md 2015-05-29 18:20:48 -04:00
Joshua Zenn
20be63e3f4 Update Compile.md 2015-05-29 18:19:58 -04:00
Joshua Zenn
6d432a43a7 Create Compile.md 2015-05-29 10:01:44 -04:00
Joshua Zenn
0b8aacb737 Update Plugs.md 2015-05-29 10:00:02 -04:00
Joshua Zenn
63520ae85f Update MemoryManager.md 2015-05-29 09:58:31 -04:00
Joshua Zenn
63aa31fe0d Update DevKit.md 2015-05-29 09:57:10 -04:00
Joshua Zenn
fcde128547 Update DevKit.md 2015-05-29 09:56:13 -04:00
Joshua Zenn
3315d3017b Update il2cpu.md 2015-05-29 09:22:01 -04:00
Joshua Zenn
ef13901491 Update il2cpu.md 2015-05-29 09:21:36 -04:00
Matthijs ter Woord
6f8002b2ba Merge pull request #123 from kant2002/code_cleanup
Update the ToolsVersion value in the project files
2015-05-29 11:38:04 +02:00
Joshua Zenn
08f6e35717 Update il2cpu.md 2015-05-28 21:19:06 -04:00
Joshua Zenn
345ce3139e Update MemoryManager.md 2015-05-28 20:59:05 -04:00
Joshua Zenn
796318b933 Update Plugs.md 2015-05-28 20:55:32 -04:00
Joshua Zenn
e5bac83dda Update Startup.md 2015-05-28 20:50:54 -04:00
Joshua Zenn
4e2ebbfe40 Update Running.md 2015-05-27 18:13:17 -04:00
Joshua Zenn
027b837fdf Update DevKit.md 2015-05-27 18:08:45 -04:00
Joshua Zenn
cbbed3f0c7 Delete Compile.md 2015-05-27 18:04:44 -04:00
Matthijs ter Woord
32a41216f7 . 2015-05-27 18:36:58 +02:00
Matthijs ter Woord
c205ec054d Merge master. 2015-05-27 18:36:40 +02:00
Andrey Kurdyumov
93ed072a20 Update the ToolsVersion value in the project files
This allows to load projects using MSBuild when VS 2012 is not installed.
Since we don't support VS 2012, there no reason to have these files be in the old format.
These kernels lately would be used for unit testing, without that change this would not work.
2015-05-27 14:53:57 +06:00
Geramy L. Loveless
d6728ec902 bochs safe kill
we are now safely killing the bochs process and we release the use of
the cdb file via the OnShutDown event in the AD7Process.css
2015-05-26 11:17:13 -07:00
Matthijs ter Woord
11e8b95b9c Merge remote-tracking branch 'origin/ldelem-fixes' 2015-05-26 19:57:42 +02:00
Matthijs ter Woord
da1feb890a Fixes to ldelem. Fixes #119 2015-05-26 19:56:54 +02:00
Matthijs ter Woord
8fee341998 Change some projects to target cpu = x86 2015-05-26 19:07:19 +02:00
Andrey Kurdyumov
6331b5e185 Remove redundant settings 2015-05-26 22:42:48 +06:00