Commit graph

5936 commits

Author SHA1 Message Date
Matthijs ter Woord
71647fa672 Ongoing changes 2015-01-01 13:25:25 +01:00
Matthijs ter Woord
e614a95df5 Sending information to the Console window works now! 2014-12-31 17:49:53 +01:00
Matthijs ter Woord
100293f70a Debugstub variable is called differently. 2014-12-31 14:00:26 +01:00
Matthijs ter Woord
4834e897f6 Fixes after the IL2CPU.exe introduction:
- remove debug files
- exception handling in IL2CPU.exe, with exit codes
- setup fixed
2014-12-31 13:46:44 +01:00
Matthijs ter Woord
aef0d59e93 Merge pull request #39 from MyvarHD/master
Added the IL2CPU.exe
2014-12-31 13:16:14 +01:00
Matthijs ter Woord
b586f58c48 muxing wors completely now (one way) 2014-12-31 13:14:14 +01:00
Matthijs ter Woord
14856e4afc muxing works now. 2014-12-31 12:36:51 +01:00
Matthijs ter Woord
507365dad6 Ongoing work for making serial console working. 2014-12-30 18:42:01 +01:00
MyvarHD
76002f74e4 Fixed il2cpu.exe install bug 2014-12-29 18:52:45 +02:00
MyvarHD
890631162a fixed some basic things 2014-12-29 12:11:27 +02:00
MyvarHD
1f4e3b13c5 moved il2cpu to compiler 2014-12-29 11:35:29 +02:00
MyvarHD
ec4eb484ab Added time took message 2014-12-27 22:47:49 +02:00
MyvarHD
b1ccde00c1 Forgot to commit the new project 2014-12-27 22:40:21 +02:00
MyvarHD
bc8cab17a4 Added the functunality to call the IL2CPU from Command line 2014-12-27 22:38:30 +02:00
Matthijs ter Woord
563431dc21 Compile fixes and changes to consts. 2014-12-27 17:14:12 +01:00
Matthijs ter Woord
6643a9c4db Merge branch 'master' of https://mterwoord@github.com/CosmosOS/Cosmos.git 2014-12-27 16:39:44 +01:00
Matthijs ter Woord
24ba16eb26 Some refactorings.. 2014-12-27 16:38:21 +01:00
Matthijs ter Woord
521d07403d Merge pull request #38 from MyvarHD/master
Fixed dev kit installer
2014-12-27 16:33:17 +01:00
MyvarHD
4606b8c0d8 Fixed dev kit installer 2014-12-27 16:55:03 +02:00
MyvarHD
fed59082cf Merge pull request #5 from CosmosOS/master
get
2014-12-27 16:36:57 +02:00
Matthijs ter Woord
01290218ae Merge pull request #35 from tgiphil/mkisofs-merged
Removed old/unused/unsupported MOSA library files
2014-12-27 13:18:41 +01:00
Matthijs ter Woord
b1018ff6cb Merge pull request #37 from tgiphil/master
Fixed .gitattributes -- it was causing already committed files to show up as modified
2014-12-27 13:18:23 +01:00
Phil Garcia
0c351a8e44 - Fixed .gitattributes -- it was causing already committed files to show up as modified. 2014-12-25 13:59:23 -08:00
Phil Garcia
fbdb715873 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2014-12-25 13:33:42 -08:00
Matthijs ter Woord
cae578ac4f Merge pull request #34 from tgiphil/editorconfig
Added .editorconfig (see http://EditorConfig.org)
2014-12-25 19:03:21 +01:00
Phil Garcia
5f6f06a5ad Merge branch 'master' of https://github.com/tgiphil/Cosmos into mkisofs-merged 2014-12-25 09:46:04 -08:00
Phil Garcia
d7e08d89e0 - Removed old/unused/unsupported MOSA library files 2014-12-25 09:44:15 -08:00
Phil Garcia
407d15c8d9 - Resolves issue with GIT constantly thinking this file has changed. 2014-12-25 09:40:29 -08:00
Phil Garcia
c7d12e07a7 - Added .editorconfig (see http://EditorConfig.org) 2014-12-25 07:59:18 -08:00
MyvarHD
fd2b59c927 Merge pull request #4 from CosmosOS/master
Get latesd
2014-12-25 08:13:59 +02:00
Sentinel209
ad1b08bc74 Merge remote-tracking branch 'origin/master' 2014-12-23 11:51:53 -06:00
Sentinel209
2a7fa50258 Added some tests for interfaces. 2014-12-23 11:43:03 -06:00
Matthijs ter Woord
94f607f30b Make Kernel.Start virtual, so it's possible to override.. 2014-12-23 11:43:39 +01:00
Matthijs ter Woord
c159e8018c some fixes related to static fields and structs. 2014-12-22 11:11:47 +01:00
Matthijs ter Woord
d15b021506 fix compilation. 2014-12-22 10:55:30 +01:00
MyvarHD
2234f5e0d8 Merge pull request #3 from CosmosOS/master
get latesd
2014-12-21 22:03:44 +02:00
Matthijs ter Woord
bf9bd10c0e Merge pull request #22 from tgiphil/mkisofs-merged
Use mkisofs to create ISO file
2014-12-21 12:30:28 +01:00
Matthijs ter Woord
3da990696e Merge branch 'master' of https://github.com/CosmosOS/Cosmos
Conflicts:
	source/Cosmos.IL2CPU/ILScanner.cs
2014-12-21 10:29:32 +01:00
Matthijs ter Woord
35c2427d4d . 2014-12-21 10:28:05 +01:00
MyvarHD
44f4bd5f52 Merge pull request #2 from CosmosOS/master
ne code
2014-12-21 08:48:00 +02:00
Sentinel209
3a3ac8bf79 Added Ldsflda and fixed issue with multiple inheritance and interfaces. 2014-12-20 22:48:16 -06:00
Matthijs ter Woord
fa1499a77e Merge pull request #33 from MyvarHD/master
Added Unbox
2014-12-20 18:50:33 +01:00
Matthijs ter Woord
0ebc0fbd48 Not sure what the optimizer does. For now, lets disable it. 2014-12-20 18:15:40 +01:00
Matthijs ter Woord
848fbd4479 Small perf improvements. 2014-12-20 17:41:53 +01:00
Matthijs ter Woord
b882bb6c02 Performance improvements. 2014-12-20 17:36:45 +01:00
Matthijs ter Woord
50109802ba Small performance improvements. 2014-12-20 17:02:06 +01:00
MyvarHD
906c5565b5 Added unbox opcode 2014-12-20 17:48:59 +02:00
Matthijs ter Woord
9387a05429 add extra tracing. 2014-12-20 16:41:34 +01:00
MyvarHD
aba52738b2 Merge pull request #1 from CosmosOS/master
update
2014-12-20 17:41:22 +02:00
Matthijs ter Woord
f5e5bba37e Message should be printed more correct 2014-12-20 15:44:13 +01:00