Commit graph

5527 commits

Author SHA1 Message Date
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
Matthijs ter Woord
386c51f6f1 More fixing of debugconnector work. 2015-07-22 22:03:07 +02:00
Matthijs ter Woord
26fdb6c1d4 More fixes on debugconnector and named pipes. 2015-07-22 18:19:42 +02:00
Matthijs ter Woord
42ec16044c Cleanup Guess demo project. 2015-07-22 15:57:01 +02:00
Matthijs ter Woord
eca33486fa Ongoing debug connector work. 2015-07-22 15:46:10 +02:00
Kudzu
fbf97ac127 Fixed for RTM VS SDK vs RC 2015-07-21 21:06:34 -04:00
Matthijs ter Woord
98ddc51e05 Added a special install.bat version specific for 2015. 2015-07-21 21:38:20 +02:00
Matthijs ter Woord
47e048fd89 Fix for a clean VS 2015 machine. 2015-07-21 21:28:34 +02:00
Matthijs ter Woord
ebe67eb0e2 . 2015-07-21 21:14:54 +02:00
Matthijs ter Woord
5d031eed06 Ongoing debugconnector work. 2015-07-21 20:25:24 +02:00
Matthijs ter Woord
bbafc0d18e Converted debugconnector to synchronous mode again. 2015-07-21 19:28:33 +02:00
Matthijs ter Woord
230521db74 Ongoing pipe work. 2015-07-21 16:59:12 +02:00
Matthijs ter Woord
a0232503a8 Fix vmware configuration again. 2015-07-21 15:02:06 +02:00
Matthijs ter Woord
8e7fc28e0e Ongoing debug fixes. 2015-07-21 14:51:31 +02:00
Matthijs ter Woord
bbe463873e Improve logging stability of the test runner. 2015-07-20 21:01:56 +02:00
Matthijs ter Woord
27ea82b4df Change configuration of the tester engine. Now you can enable/disable run targets. 2015-07-20 15:00:21 +02:00
Matthijs ter Woord
e0d3f0debc Disable interrupts while in the debugstub. 2015-07-20 14:45:17 +02:00
Matthijs ter Woord
5f44ec8ac1 Improve debug speed. 2015-07-20 14:35:59 +02:00
Matthijs ter Woord
4fe5725e29 Somehow automated testing doesn't work yet in vmware. We'll need to fix that at some point.
See #157
2015-07-19 19:13:51 +02:00
Matthijs ter Woord
18a254c3fa Enable all kernel tests again. 2015-07-19 16:48:17 +02:00
Matthijs ter Woord
64aa1484e2 Running kernels with vmware works now. 2015-07-18 02:19:48 +02:00
Matthijs ter Woord
befe55c72b Add local and argument info on plugged method. argument info is handy there (locals not so much) 2015-07-18 02:19:28 +02:00
Matthijs ter Woord
7207ae0bc5 The tester now can run kernels in vmware (workstation for now) as well. 2015-07-18 01:29:20 +02:00
Matthijs ter Woord
3f86e0491a Refactoring of kernel tester. Take out generic part of the runner, so other targets (vmware, hyper-v in the future, etc) can also be tested. 2015-07-18 00:40:53 +02:00
Matthijs ter Woord
65fc68495a Add gitter badge. 2015-07-09 14:37:58 +02:00
Matthijs ter Woord
21ed8e53bc .Merge branch 'master' of https://github.com/CosmosOS/Cosmos
Conflicts:
	Demos/Guess/GuessOS.cs
2015-07-08 16:02:11 +02:00
Matthijs ter Woord
1a538d87a0 Restore guess demo. 2015-07-08 15:53:30 +02:00
Matthijs ter Woord
7024825d20 Merge pull request #154 from ARMmaster17/master
Added CONTRIBUTING.md
2015-07-07 15:36:19 +02:00
Joshua Zenn
3073f3ae00 Update CONTRIBUTING.md 2015-07-07 09:29:56 -04:00
Joshua Zenn
268385fbb4 Update CONTRIBUTING.md 2015-07-07 09:27:08 -04:00
Joshua Zenn
08e5112c80 Update CONTRIBUTING.md 2015-07-07 09:23:32 -04:00
Joshua Zenn
eec563b84f Update CONTRIBUTING.md 2015-07-07 09:09:38 -04:00
Joshua Zenn
39281a65b5 Create CONTRIBUTING.md 2015-07-07 09:05:57 -04:00
Matthijs ter Woord
faad7cf9c5 Fix the test runner, so it can save the details of a run. This is all that's the current high priority part of #143 2015-07-05 16:05:35 +02:00
Matthijs ter Woord
1156f38c13 Continuing improvements to test runner. (#143) 2015-07-05 15:46:15 +02:00
Matthijs ter Woord
76308133fd In tester, redirect bochs output to output handler as well. In xml, it's redirected to a new subelement of the task. (For separating it from kernel output).
Part of #143
2015-07-05 14:22:01 +02:00
Matthijs ter Woord
8e2a89ac6e Restore guess demo. 2015-07-05 14:07:51 +02:00
Matthijs ter Woord
5fca0ecbb7 Fix ata detection bug. CD drives were recognized as ATAPI devices, but still handled as ATA ones. Currently we don't have an ATAPI driver, so the CD drives are ignored.
Fixes #129
2015-07-05 13:28:16 +02:00
Matthijs ter Woord
9b13be0d02 Change xml output of kernel tester slightly, so that messages are more readable. 2015-07-05 13:26:37 +02:00
Matthijs ter Woord
eef80473fb Sort the Locals window contents.
Fixes #152
2015-07-05 12:28:09 +02:00
Matthijs ter Woord
24b60285ad Further testing and codecleanup. 2015-07-05 11:44:56 +02:00
Matthijs ter Woord
2fd9977c20 File.ReadAllText works! 2015-07-05 11:42:31 +02:00
Matthijs ter Woord
65fdc07bad File.Exists works for files in subdirectories as well. 2015-07-05 11:14:16 +02:00
Matthijs ter Woord
667861ebe3 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2015-07-04 18:43:48 +02:00
Matthijs ter Woord
c5198ccb80 File.Exists works (at least for root files) 2015-07-04 18:43:32 +02:00