Andrey Kurdyumov
3af72c3d9c
Update to support opening solution in VS2015
2015-05-08 22:40:51 +06:00
Joshua Zenn
6142448d73
Update OpNone.cs
2015-05-08 08:28:53 -04:00
Matthijs ter Woord
2c1481c933
Merge branch 'pr/53'
2015-05-07 18:49:50 +02:00
Matthijs ter Woord
1ef59b5246
Merge branch 'pr/84'
2015-05-07 18:29:58 +02:00
Andrey Kurdyumov
4509dd0f81
Fix String switch on Roslyn
2015-05-07 21:15:08 +06:00
Joshua Zenn
bcc07b0951
Added Ldobj OpType
2015-05-07 08:29:01 -04:00
Andrey Kurdyumov
ed397b2448
Remove not used lookup
2015-05-07 12:50:07 +06:00
Andrey Kurdyumov
fec99ddb25
Change UInt64 to long
...
This is due to inability Dapper handle UInt64 with SQLite
2015-05-07 12:50:06 +06:00
Andrey Kurdyumov
6080592f99
Separate index and tables creation
...
This separation allows don't pay penalty for each insert during compilation phase.
Indexes created at the last step of the compilation process.
For profiler application indexes created together with tables.
2015-05-07 12:50:05 +06:00
Andrey Kurdyumov
40a5b7bc00
Extract running SQL from the resource
...
in the separate assembly. This allow breaking of the SQLite.sql into separate pieces later.
2015-05-07 12:50:04 +06:00
Andrey Kurdyumov
e2604733f2
Cache label names generation
...
Caching of label names improve performance a bit, since Regex in the Final method is expensive and takes ~7% of IL2CPU time.
2015-05-07 12:50:04 +06:00
Andrey Kurdyumov
b235faa3d6
Add application which perform similar task as ExtractMapFromElfFile
...
This application is used for the performance tuning of the execution process.
2015-05-07 12:50:03 +06:00
Andrey Kurdyumov
bdb3564e3f
Extract MSBuild task code to the shared library.
...
This change is required to be able create executable which would be used for the performance measurements.
2015-05-07 12:41:08 +06:00
Andrey Kurdyumov
cb8e43c36b
Use ULong in the database model.
2015-05-07 12:41:07 +06:00
Andrey Kurdyumov
eb8c55c597
Cache default mnemonics for assemblies.
...
This will speedup creation of the assembly instructions, since we do that a lot.
2015-05-07 12:41:06 +06:00
Andrey Kurdyumov
c76c477ed6
Improved compilation speed by changing Guid to ulong
2015-05-07 12:41:05 +06:00
Matthijs ter Woord
ffc0b969b3
Merge branch 'Issue-42' of git://github.com/kant2002/Cosmos-1 into kant2002-Issue-42
2015-05-05 13:42:25 +02:00
Matthijs ter Woord
277d87e3ef
Code cleanup.
2015-05-05 10:44:54 +02:00
Matthijs ter Woord
7c8b0f732f
Normally, you don't want to use LoadFile, as it always loads that file, even if the same assembly has been loaded from a different folder. Can give weird issues with reflection.
2015-05-05 10:44:00 +02:00
Matthijs ter Woord
a2a2a4c0b9
Add printing the exact arguments to il2cpu.exe, to ease debugging of the kernel.
2015-05-05 10:20:26 +02:00
Charles Betros
251e4f22bb
Renamed some project files in my kernel.
2015-05-02 21:23:31 -05:00
Matthijs ter Woord
1fe9f52dbe
uniform formatting.
2015-04-20 18:55:40 +02:00
Matthijs ter Woord
e99e9ffad9
Merge pull request #77 from PathogenDavid/master
...
Added stobj stack push/pop information to OpType and some other smaller changes.
2015-04-20 18:49:51 +02:00
David Maas
c0579322c1
Hacked in showing types in call trace outputs when a plug is missing. (Rather than seeing "Void Run()" you see "Cosmos.Kernel::Void Run()", not ideal but it works.)
2015-04-20 10:41:58 -05:00
David Maas
77f741a127
Added stobj's stack push/pop information to OpType. Re-added PCSpeaker.cs to Cosmos.HAL.
2015-04-20 10:40:39 -05:00
unknown
53d7432fa0
Modifying my user kernel to test VMT.
2015-04-17 12:37:29 -05:00
Matthijs ter Woord
2827b63be0
scanner log works again.
2015-03-15 17:02:47 +01:00
Matthijs ter Woord
01ef7bcc23
- Refactoring of debugstub: now reading/writing of UART registers is isolated in 2 methods. Easier replacing.
...
- misc changes to aid in development.
2015-03-07 19:23:14 +01:00
Matthijs ter Woord
cd17b19ce4
Disable more edison testing code.
2015-02-26 18:11:48 +01:00
Matthijs ter Woord
e14778b4e3
remove edison testing code.
2015-02-26 18:10:15 +01:00
Matthijs ter Woord
ff963d65a0
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
Conflicts:
source/Cosmos.IL2CPU/AppAssembler.cs
2015-02-26 18:07:30 +01:00
unknown
038d25070e
Removed some debug code.
2015-02-11 11:32:33 -06:00
Andrey Kurdyumov
806470870d
Saving BinFormat under common properties.
2015-02-11 01:38:22 +06:00
Andrey Kurdyumov
a89cb710c7
Add bin format
2015-02-08 22:57:16 +06:00
Matthijs ter Woord
07cdafbedd
Ongoing edison work
2015-02-03 19:46:10 +01:00
Matthijs ter Woord
2c7c580b9f
small fixes in debugstub.
2015-02-03 18:44:46 +01:00
Matthijs ter Woord
a1cdb6f983
remnove debug code.
2015-02-03 18:08:23 +01:00
Matthijs ter Woord
274f0353ed
Ongoing changes.
2015-02-01 16:52:00 +01:00
Matthijs ter Woord
a4ee9fe561
Enable assembler log
2015-02-01 14:00:41 +01:00
Matthijs ter Woord
2a0de71240
Progress on edison.
2015-01-30 18:24:13 +01:00
Matthijs ter Woord
90169ed6ef
Merge pull request #52 from kant2002/Issue-50
...
Don't report output from NAsm as error in case of warnings
2015-01-23 13:53:08 +01:00
Andrey Kurdyumov
b7b965ecb0
Fix resolution of references inside solution folder.
2015-01-23 17:26:26 +06:00
Andrey Kurdyumov
fd5d2ae3db
Add formatting
2015-01-18 19:46:48 +06:00
Andrey Kurdyumov
2d817c5e6d
Add plug for Buffer.__Mmmove on the .NET 4.6
2015-01-18 19:41:30 +06:00
Andrey Kurdyumov
c2119d6c31
Changed GUID for debug engine
...
Current GUID was conflicting with existing tools and a lot of examples on the Internet
Relates to #51
2015-01-15 18:15:13 +06:00
Andrey Kurdyumov
711826daf6
Don't report output from NAsm as error in case of warnings
...
IL2CPU task modified to keep current behaviour
2015-01-15 17:26:37 +06:00
Matthijs ter Woord
f5fa59f1cd
Compile fix for clean environments.
2015-01-11 12:34:14 +01:00
Matthijs ter Woord
59c6a92a12
Comment out debugging code.
2015-01-09 11:07:48 +01:00
Matthijs ter Woord
d638b4ff8b
Disable debugging code.
2015-01-09 11:06:08 +01:00
Matthijs ter Woord
bbe9d4fe08
Add extra tracing code
...
It seems there's a bug in the GetMethodAddressForType method. This extra code should break if it's the emitted content that's wrong..
2015-01-07 19:18:24 +01:00
Matthijs ter Woord
36ec5751d9
More subtle code changes.
2015-01-04 17:54:48 +01:00
Matthijs ter Woord
c2df4af80e
Edison booting now automatically boots the kernel via serial.
2015-01-04 12:16:39 +01:00
Matthijs ter Woord
d84af75276
Ongoing changes. changing cosmos debug port works now.
2015-01-03 11:19:01 +01:00
Matthijs ter Woord
f7a52eff50
Fix compilation.
2015-01-03 10:53:42 +01:00
Matthijs ter Woord
47d4d3f782
Ongoing work for enabling compiler extensions.
2015-01-03 09:30:10 +01:00
Matthijs ter Woord
a61d93e438
Refactorings related to compiler.
2015-01-02 13:56:52 +01:00
Matthijs ter Woord
80bd540e8a
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into pr/41
2015-01-02 13:09:30 +01:00
Matthijs ter Woord
8a5d0395f7
Code cleanup
2015-01-02 12:27:53 +01:00
MyvarHD
6b6a40343e
Fixed dubble massagees on debug issues #12
2015-01-02 10:40:39 +02:00
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
Phil Garcia
407d15c8d9
- Resolves issue with GIT constantly thinking this file has changed.
2014-12-25 09:40:29 -08: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
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
Sentinel209
3a3ac8bf79
Added Ldsflda and fixed issue with multiple inheritance and interfaces.
2014-12-20 22:48:16 -06: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
Matthijs ter Woord
0c3cc1cbb2
Log is now used for testing as well.
2014-12-20 15:02:13 +01:00
Matthijs ter Woord
794f843aa7
Added first automated compiler test.
2014-12-20 14:47:43 +01:00
MyvarHD
72c97ee6d7
Fixed tab order of options page
2014-12-20 15:46:09 +02:00
Matthijs ter Woord
a3474bcde6
begin with testing harness for compiler.
2014-12-20 11:59:15 +01:00
Matthijs ter Woord
ac3d16bfbe
no message
2014-12-20 11:55:41 +01:00
Matthijs ter Woord
ae97e3107d
Merge pull request #30 from MyvarHD/master
...
Added My userfile and patched UnBox_Any op code
2014-12-20 11:52:54 +01:00
MyvarHD
6e9451531e
Addded StackPushTypes chaneg in Unbox_Any case
2014-12-20 12:50:50 +02:00
MyvarHD
caa56e5b54
Added My userfile and ptached UnBox_Any op code
2014-12-20 12:35:08 +02:00
Matthijs ter Woord
dfdc58ee53
Improved cpu exception tracing.
2014-12-19 20:02:59 +01:00
Matthijs ter Woord
6a3cd41554
Add extra playground libraries.
2014-12-14 16:14:17 +01:00
Phil Garcia
8ad6a7458a
- Use mkisofs to create ISO file
2014-12-07 10:19:48 -08:00
Phil Garcia
447c050873
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into mkisofs-merged
...
Conflicts:
.gitignore
2014-12-07 10:10:13 -08:00
Phil Garcia
ca7b9aa697
- Use mkisofs to create ISO file
2014-12-07 10:04:46 -08:00
Matthijs ter Woord
2099f75db7
it should be possible to access private static fields in plugs now..
2014-12-07 16:32:49 +01:00
Matthijs ter Woord
145b2e78b1
Udp sending works now.
2014-12-07 15:44:32 +01:00
Phil Garcia
0cf75a801a
- Updated IsoMaker.cs
2014-12-07 06:07:50 -08:00
Matthijs ter Woord
1b4627a310
arp messages are now sent correctly.
2014-12-07 14:27:28 +01:00
Matthijs ter Woord
fb937c395d
print more info on screen when CPU exception 6 (Invalid Opcode) occurs..
2014-12-06 20:01:15 +01:00
Matthijs ter Woord
70b250c627
Add more NullReference checks in compiler.
2014-12-06 19:38:09 +01:00
Matthijs ter Woord
d01251657f
Progress on networking
2014-12-06 15:47:37 +01:00
Matthijs ter Woord
27f55f6135
networking code builds now.
2014-12-06 14:27:02 +01:00
Matthijs ter Woord
4d76fbb058
start with networking.
2014-12-06 13:57:53 +01:00
Matthijs ter Woord
5f2a31d455
Move Pci stuff to Cosmos.HAL.
2014-12-06 13:36:57 +01:00
Matthijs ter Woord
6d92015618
- refactoring to allow reuse of method generation inside property accessors generation
...
- property accessors generation
2014-12-06 11:38:08 +01:00
Matthijs ter Woord
f5cebe5228
Now able to generate method plugs as well.
2014-12-06 10:59:28 +01:00
Matthijs ter Woord
fe639aa340
Start with ILSpy plugin to generate plug code.
2014-12-06 10:35:51 +01:00
Matthijs ter Woord
486601b814
rings are not fully enforced. this means that only core ring (0) can contain assembler plugs.
2014-12-05 20:40:26 +01:00
Matthijs ter Woord
af46aa7959
- cleanup
...
- ring enforcement works now, but only based on the attributes.
2014-12-05 19:57:17 +01:00
Matthijs ter Woord
c89faefc2d
performance improvement: prevent exceptions.
2014-12-05 16:38:06 +01:00
Matthijs ter Woord
7c4a29b6f6
Rings verification
...
- add ring attribute and marking to kernel libraries
2014-12-05 16:02:06 +01:00
Matthijs ter Woord
b25a21dc89
Add compilation performance logging.
2014-12-05 15:45:48 +01:00
tgiphil
2396fb372f
Merge branch 'catchup' into RemoveMOSA
2014-12-05 01:46:44 -08:00
tgiphil
2e6a435580
- Removed Mosa's ISO generator (no longer supported)
2014-12-05 01:27:08 -08:00
tgiphil
078e147aa3
- Removed old ..svnbridge directories
2014-12-04 23:46:56 -08:00
tgiphil
74c1dc4cde
- Removed *.vspscc files
2014-12-04 23:11:34 -08:00
tgiphil
f7c0fea4b4
- Removed TFS parameters in solution files
2014-12-04 23:07:35 -08:00
Phil Garcia
a2d65230fb
- Commit 110309 by Sentinel209
2014-12-04 21:11:46 -08:00
Phil Garcia
d6fbf5341e
- Removed user specific *.user and *.vsscc files
2014-12-04 20:10:08 -08:00
Sentinel209_cp
c591a7ff1b
Reorganize source: Everything is out of source2 now and the soutions are cleaned up.
2014-11-28 00:48:23 +00:00
Sentinel209_cp
184d98e9ab
Reorganizing source: Remove empty folders and move unused projects.
2014-11-26 17:44:34 +00:00
Sentinel209_cp
1a2f83dc84
Reorgaizing source: Assembler, Build, Debug, Deploy, VSIP
2014-11-26 03:43:20 +00:00
Sentinel209_cp
e851d3efcb
Reorganizing code: Moved Build and Compiler.
2014-11-26 01:13:58 +00:00
Trivalik_cp
22ce5fe6f5
Build.sln: fix path to XSharp.VS, because if you opened a xs file in VS there comes a MessageBox with information about this missing dll
2014-11-23 22:20:03 +00:00
Trivalik_cp
0d48ff151f
Cosmos.Build.Builder: add -NOCLEAN, to reduce build time, as long as no big change is made, it is save to use, no my pc is it 1/3 lesser, the argument has to add manually into install.bat
...
Ldsfld, Stsfld: comment out unused code, and removes warnings on build
2014-11-19 09:31:25 +00:00
Trivalik_cp
211d28f626
CosmosTask: fix inno setup input file from last checkin
2014-11-16 13:23:34 +00:00
Trivalik_cp
9b839d22d5
CosmosTask: revert change not createing a new iss file, this is important that task can work with different changeset, renamed now that every one understand the purpose
...
add check that on debug builder with VS is the builder not checking for VS it self
don't use userkit.iss we use now current.iss to reduce confusion
2014-11-16 13:09:44 +00:00
Trivalik_cp
184c5bbe36
CosmosTask: split cleanup, cleanup of install directory is normally not needed because inno setup does it already, what do you think?
...
the delayed cleanup of install directory allows to start VS and create cosmos kernel in case build fails
2014-11-12 19:52:56 +00:00
Trivalik_cp
131767a55f
CosmosTask.cs: remove need of 3.5 framework, for build is it not needed at all
...
rename wrong method names and comments
Code.inc: give different error on missing VS 2013 installation, because if integrated shell is install it will allow installation
VMware.cs: add check for Hyper V Service, if this is enabled, we should not start vmware, because it say an error (i.e. Windows 10)
Cosmos.Debug.VSDebugEngine.csproj: add reference to able to use ServiceController
2014-10-16 20:22:33 +00:00
Sentinel209_cp
5e26a7e5c4
Getting locals and primitive fields to work in the debugger.
2014-09-25 13:21:22 +00:00
Trivalik_cp
43f26fe1d1
start CosmosSetup task also if no power supply is on laptop
2014-07-28 20:23:10 +00:00
Trivalik_cp
81e4ca6917
handle crash in Builder if UAC dialog is confirmed with "Cancel"
2014-07-28 18:45:54 +00:00
kudzu_cp
71af6ca460
2014-07-23 15:56:06 +00:00
jonathonchase_cp
08b776746b
Skip VSIX file creation because it's slow and unused in XShap.VS, Cosmos.Vs.Package and Cosmos.VS.Windows
2014-07-19 13:18:55 +00:00
mterwoord_cp
8fcd0d7385
2014-07-15 15:05:23 +00:00
kudzu_cp
29f5cd8df5
2014-07-14 22:04:21 +00:00
kudzu_cp
a2be60409a
2014-07-14 22:04:12 +00:00
kudzu_cp
296d17b1ca
2014-07-14 22:03:28 +00:00
kudzu_cp
ffe5ac385c
2014-07-14 18:22:33 +00:00
kudzu_cp
be7f469d6a
2014-07-14 18:07:08 +00:00
mterwoord_cp
e9fc03edd5
2014-07-14 17:44:37 +00:00
kudzu_cp
7f93aabcc5
2014-07-14 17:05:13 +00:00
kudzu_cp
288052b34a
2014-07-14 17:04:26 +00:00
kudzu_cp
14aff92d17
2014-07-14 16:59:07 +00:00
kudzu_cp
74bc3f99fb
2014-07-14 16:58:46 +00:00
kudzu_cp
2806091769
2014-07-14 16:57:50 +00:00
kudzu_cp
9c92fc227f
2014-07-14 16:55:04 +00:00
kudzu_cp
a23731b0d5
2014-07-14 16:42:33 +00:00
kudzu_cp
36aaf46919
2014-07-14 15:54:43 +00:00
kudzu_cp
967ebef95e
2014-07-14 15:52:06 +00:00
kudzu_cp
e557c3c045
2014-07-14 15:50:19 +00:00
kudzu_cp
276048aecb
2014-07-14 15:45:13 +00:00
kudzu_cp
71dc2d71c2
2014-07-14 15:43:07 +00:00
kudzu_cp
b9716862f7
2014-07-14 15:42:44 +00:00
kudzu_cp
352ffaae4d
2014-07-14 15:36:58 +00:00
kudzu_cp
a32c2c9e40
2014-07-14 15:29:06 +00:00
kudzu_cp
5ba99f933b
2014-07-14 15:25:16 +00:00
kudzu_cp
2ccceaea54
2014-07-14 15:08:01 +00:00
kudzu_cp
9e63a7ad25
2014-07-14 15:07:39 +00:00
kudzu_cp
be8c725859
2014-07-14 15:07:34 +00:00
kudzu_cp
1f47a8ceee
2014-07-14 15:03:40 +00:00
kudzu_cp
8f1ec6d6c0
2014-07-14 15:03:13 +00:00
kudzu_cp
b65c31dcec
2014-07-14 15:01:59 +00:00
kudzu_cp
2ed8c272d1
2014-07-14 15:01:54 +00:00
kudzu_cp
1973bc0ba2
2014-07-14 14:59:27 +00:00
kudzu_cp
26e492eed6
2014-07-14 14:59:07 +00:00
kudzu_cp
f3292e4d5b
2014-07-14 14:42:46 +00:00
kudzu_cp
d9e7bbc16d
2014-07-14 14:12:33 +00:00
kudzu_cp
e00334baa9
2014-07-14 14:11:28 +00:00
kudzu_cp
0b123bc06e
2014-07-14 14:09:51 +00:00
mterwoord_cp
e9a2fb40df
.
2014-07-13 22:33:53 +00:00
kudzu_cp
03366efdf7
2014-07-13 22:24:52 +00:00
kudzu_cp
52f2bd9189
2014-07-13 22:20:16 +00:00
kudzu_cp
0e7a13e738
2014-07-13 22:16:42 +00:00
kudzu_cp
9dc7ff5b1f
2014-07-13 17:33:00 +00:00
kudzu_cp
609aebe90b
2014-07-12 18:47:29 +00:00
kudzu_cp
863a78a4a5
2014-07-12 17:42:06 +00:00
kudzu_cp
bedd397583
2014-07-12 15:15:32 +00:00
kudzu_cp
f4434dcd22
2014-07-12 14:32:37 +00:00
mterwoord_cp
8f30e7675d
Several changes again.
2014-07-12 13:02:10 +00:00
mterwoord_cp
b86ec15cf9
several performance related fixes, and some functional improvements.
2014-07-06 18:27:24 +00:00
mterwoord_cp
b7b15a12d1
Performance improvements..
2014-07-04 19:28:27 +00:00
Trivalik_cp
e7429f3e23
remove UpgradeLog.htm
2014-06-15 12:18:25 +00:00
Trivalik_cp
fdc9c726cc
fix build of patch, by change int to long
...
apply patch 16367
by VirusFree part2:
this is a fixed patch for the fatstream
2014-05-29 21:06:40 +00:00
lcr_watson_cp
c863b669fd
2014-04-20 15:37:09 +00:00
EdwardNutting_cp
cbd1b81ffb
LabelName: Was removing underscores from method namesfor readability. Caused bug with Buffer.__Memcpy where Buffer.MemCpy and Buffer._Memcpy were also used labels.
...
PlugManager: bug in my design fixed.
FatFileSystem: completed the todo that said trailing periods should be ignored.
Buffer: Added __Memcpy plug so that String.Trim method compiles so that FAT code will compile.
2014-02-04 16:27:16 +00:00
EdwardNutting_cp
b7fbc80043
Basic Plugs Inspector code working - it can load plugs from all referenced assemblies correctly and display the list of plugs.
2014-02-01 12:21:04 +00:00
EdwardNutting_cp
3bc116caa3
Extracted ILScanner plug code into new PlugManager class for use in Plug Inspector app.
...
Added project for Plug Inspector app.
Added my own test project.
2014-02-01 10:46:46 +00:00
EdwardNutting_cp
22083f2f46
IL2CPU now checks plug classes/methods for correct/valid targets.
...
IL2CPU plugs updated to remove invalid plugs - Matthijs, please check the changes! :)
2014-01-31 19:23:25 +00:00
kudzu_cp
200e3a20b0
2013-12-30 15:11:04 +00:00
kudzu_cp
18013cd463
2013-12-30 15:02:48 +00:00
kudzu_cp
c138c8aa29
2013-12-26 16:56:35 +00:00
EdwardNutting_cp
bac3f98d56
VS2013 Support
...
This is relatively stable but no to be considered complete. Currently supported:
1. Installing user/dev kit (as normal)
2. Creating C#/VB/F# projects (latter 2 untested)
3. Debugging a Cosmos project - see limitations list below.
Debugging limitations:
1. Breakpoints sometimes fail to be hit. Only known thing that may help is recompile everything.
2. Specific breakpoint failure case: If you try and place a breakpoint on or after a "while(true)" statement it is extremely unreliable.
Other limitations:
1. VMWare occasionally breaks. If you get "Internal error" messages, or if VS crashes (don't let Windows "fix" it) or if VMWare fails to load properly there is only one known & reliable solution: Re-run the VMWare installer and hit "Repair". No restart required. You won't lose your VMs or settings (AFAI can tell).
If it all breaks, feel free to rant at it ;)
2013-11-06 21:01:49 +00:00
kudzu_cp
5393689642
sqlite works!
2013-08-06 17:28:32 +00:00
HugeCode_cp
d475d468a0
2013-08-02 09:57:57 +00:00
clearosdev_cp
f125cbcae4
working on threading
2013-08-02 01:22:01 +00:00
mterwoord_cp
70f90dfa97
2013-07-28 18:11:20 +00:00
mterwoord_cp
3a46a479c2
more forgotten files..
2013-07-28 18:06:59 +00:00
mterwoord_cp
517d531896
Almost looks like sqlite might just be working again...
2013-07-28 16:09:58 +00:00
HugeCode_cp
c4feb83d64
SqlLite
2013-05-25 11:38:31 +00:00
melikesPCcheese_cp
c9767a986f
Fixed the database connection and DbFactoryProvider bug.
2013-04-29 16:47:25 +00:00
mterwoord_cp
46b7d1222c
2013-04-20 08:57:27 +00:00
mterwoord_cp
ff41b7ecf1
Updated version of my playground and small tweaking of the IL2CPU task.
2013-03-10 16:27:08 +00:00
mterwoord_cp
e6dbfc19a2
2013-03-10 15:53:52 +00:00
AtomOS_cp
2985078561
2013-03-03 13:26:59 +00:00
geramy_cp
aee29e0c2f
2013-02-15 12:44:36 +00:00
mterwoord_cp
551a75fdfc
Solved String.Empty issue on machines having .net 4.5 installed
2013-02-15 11:04:42 +00:00
geramy_cp
441a6ba8ef
Got the debugger even more stable then it was before.
2013-02-14 12:30:29 +00:00
geramy_cp
f5edb722c6
Assembly window doesnt seem to be crashing because i can do asm stepping.
2013-02-03 16:40:10 +00:00
geramy_cp
eab46e2cb0
Fixed asm stepping. also fixed IL2CPU Profiler and changed Label replace chars with a compiled regex.
2013-02-03 16:10:16 +00:00
geramy_cp
4e3328ec3a
Matthijs did some changes to IL2CPU Profiler something is going weird further investigation required.
2013-02-03 13:22:49 +00:00
geramy_cp
2247ce6cea
last commit for fixing the debugger now testing assembly debugger
2013-02-03 12:15:25 +00:00
geramy_cp
ba915c87ff
Fixed the Debugger.
2013-02-03 11:52:34 +00:00
geramy_cp
d833657321
my kernel
2013-02-02 21:19:38 +00:00
geramy_cp
719c40ec96
Semi-Working Debugging.
2013-02-02 21:19:30 +00:00
BlueSkeye_cp
7372c8a9bd
Bochs integration : alpha version
...
Limitations :
- Bochs must be installed on the system. This is not checked as a prerequisite by the Builder.
- You will find a GuessForBochs Cosmos project under BlueSkeye user project folder that can be used to launch the Guess project under Bochs.
- You may have to fix manually the path for the following properties in Cosmos.bxrc file copied to the CosmosForBochs\Bin\Debug folder
* romimage
* vgaromimage
- The Cosmos project UI is not yet Bochs aware. If you do not use the GuessForBochs project you must manually edit your Cosmos project file to modify the following property in both the Debug and Release property group from the project file :
<Launch>Bochs</Launch>
You must also add the following properties in both the Debug and Release property group from the project file :
<BochsConfig>Cosmos.bxrc</BochsConfig>
<Bochs_Deployment>ISO</Bochs_Deployment>
<Bochs_Launch>Bochs</Bochs_Launch>
<Bochs_DebugEnabled>True</Bochs_DebugEnabled>
<Bochs_DebugMode>Source</Bochs_DebugMode>
<Bochs_IgnoreDebugStubAttribute />
<Bochs_VMwareEdition>Player</Bochs_VMwareEdition>
<Bochs_OutputPath>bin\Debug\</Bochs_OutputPath>
<Bochs_Framework>MicrosoftNET</Bochs_Framework>
<Bochs_UseInternalAssembler>False</Bochs_UseInternalAssembler>
<Bochs_TraceAssemblies />
<Bochs_EnableGDB>False</Bochs_EnableGDB>
<Bochs_StartCosmosGDB>false</Bochs_StartCosmosGDB>
<Bochs_Name>GuessForBochs</Bochs_Name>
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
<Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
<Bochs_PxeInterface>192.168.43.1</Bochs_PxeInterface>
<Bochs_SlavePort>Serial: COM3</Bochs_SlavePort>
<Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole>
2012-09-14 17:13:06 +00:00
BlueSkeye_cp
94414f6d47
2012-09-06 13:04:53 +00:00
BlueSkeye_cp
5dac20044d
2012-09-06 12:19:03 +00:00
kudzu_cp
e608a303d1
2012-08-18 14:02:15 +00:00
kudzu_cp
460ef24805
2012-08-13 00:23:22 +00:00
kudzu_cp
6331a7c4ae
2012-08-12 17:09:55 +00:00
kudzu_cp
b6ae77918b
2012-08-12 17:06:35 +00:00
kudzu_cp
92ee9c4a3b
2012-08-11 21:33:02 +00:00
kudzu_cp
aac145dbf4
Corapi etc added to build config.
2012-08-10 03:25:59 +00:00
kudzu_cp
23bc3aca3b
Debugger work
2012-08-10 00:56:37 +00:00
kudzu_cp
76b6f95bf2
2012-08-06 22:09:30 +00:00
kudzu_cp
6337cc953a
2012-08-06 21:36:59 +00:00
kudzu_cp
b4d132fde9
2012-08-06 06:38:46 +00:00
kudzu_cp
8c49fae09a
2012-08-06 02:35:21 +00:00
kudzu_cp
ebcb2134c2
2012-08-06 02:14:22 +00:00
kudzu_cp
9a856e0102
2012-08-06 02:11:34 +00:00
kudzu_cp
a26eb7dfa7
2012-08-06 01:16:04 +00:00
kudzu_cp
ee28601e02
Assembly Table
2012-08-06 00:24:37 +00:00
kudzu_cp
f9d157e7d3
2012-08-05 16:27:33 +00:00
kudzu_cp
d67d05685c
2012-08-03 05:17:12 +00:00
kudzu_cp
216ad30772
2012-08-02 18:45:21 +00:00
kudzu_cp
af5c2586db
2012-08-02 17:08:48 +00:00
kudzu_cp
f448f37754
2012-08-02 06:33:12 +00:00
kudzu_cp
abd81fe598
EDM
2012-08-02 03:37:29 +00:00
kudzu_cp
94e81d5bc8
2012-08-01 05:17:08 +00:00
kudzu_cp
c9aafb30f8
Now running on SQLCE.
2012-07-31 00:52:59 +00:00
kudzu_cp
7aaf1917fe
2012-07-30 14:12:00 +00:00
kudzu_cp
90f4570a42
2012-07-30 05:45:08 +00:00
kudzu_cp
57a9cf5584
2012-07-30 04:56:57 +00:00
kudzu_cp
12355c731a
2012-07-30 01:13:27 +00:00
kudzu_cp
ab16e988b9
Assembly load resolution fix (IL2CPUTask), other changes happened along the way to find this bugger.
2012-07-17 18:31:34 +00:00
kudzu_cp
3459aa840a
2012-07-17 03:51:17 +00:00
kudzu_cp
a73089d292
2012-07-17 03:18:34 +00:00
kudzu_cp
10304bb139
2012-07-17 03:16:49 +00:00
kudzu_cp
3ee738c9fe
Eliminated Cosmos.Debug.Consts, merged into Cosmos.Debug.Common as DebugStub now has its own copy fo consts in X#.
2012-07-17 02:39:08 +00:00
kudzu_cp
ab767f5a96
2012-07-17 00:50:40 +00:00
kudzu_cp
89ef3bd9e5
2012-07-16 22:50:23 +00:00
kudzu_cp
65e0ebbf40
Removed old X# from build.sln.
2012-07-16 21:29:22 +00:00
kudzu_cp
d5a467f6e6
Removal of old X# compiler / transform.
2012-07-16 18:20:53 +00:00
kudzu_cp
64e9ec1cec
Somethings broken... dont get this one.
2012-07-16 00:57:00 +00:00
kudzu_cp
5f1c3ddb87
2012-07-13 17:21:59 +00:00
kudzu_cp
fab48a3121
2012-07-13 17:12:18 +00:00
kudzu_cp
9a109dae57
REGADDR[x] = y
2012-07-13 15:02:41 +00:00
kudzu_cp
f3a181b30f
2012-07-13 05:22:50 +00:00
kudzu_cp
afc9477f95
2012-07-13 04:42:08 +00:00
kudzu_cp
a58cf99c42
2012-07-13 02:30:45 +00:00
kudzu_cp
6743772240
2012-07-13 00:45:20 +00:00
kudzu_cp
be47bbafcf
2012-07-12 14:16:44 +00:00
kudzu_cp
59c1bcf0fc
2012-07-12 14:14:16 +00:00
kudzu_cp
870defcdba
2012-07-12 13:54:59 +00:00
kudzu_cp
da6b600309
2012-07-12 13:52:14 +00:00
kudzu_cp
559b8c6384
2012-07-11 22:24:13 +00:00
kudzu_cp
97d0670ea1
2012-07-11 21:40:16 +00:00
kudzu_cp
241b2009be
2012-07-11 21:39:47 +00:00
kudzu_cp
c907dfc88a
2012-07-11 17:24:16 +00:00
kudzu_cp
4dd11e52dd
2012-07-11 06:21:07 +00:00
kudzu_cp
f43d287e17
2012-07-11 03:33:50 +00:00
kudzu_cp
4d8f42a93f
2012-07-10 02:44:31 +00:00
kudzu_cp
b89fbc7de7
2012-07-09 03:53:15 +00:00
kudzu_cp
99276f245c
2012-07-09 00:38:33 +00:00
kudzu_cp
0aaf58da9c
2012-07-09 00:05:58 +00:00
kudzu_cp
fc61c98eea
X# methods
2012-07-08 22:10:46 +00:00
kudzu_cp
7506b24d72
More X# porting.
2012-07-08 07:15:13 +00:00
kudzu_cp
abed47ef01
2012-07-08 06:44:04 +00:00
kudzu_cp
ebcca825fc
2012-07-08 06:01:06 +00:00
kudzu_cp
14c359c092
2012-07-08 05:49:50 +00:00
kudzu_cp
55957b2e6f
2012-07-06 14:03:51 +00:00
kudzu_cp
df24897381
2012-07-05 15:11:49 +00:00
kudzu_cp
aed30e1c5c
2012-07-05 15:09:26 +00:00
kudzu_cp
4f93acee42
2012-07-05 15:08:11 +00:00
kudzu_cp
f39e142c4c
2012-07-05 15:07:21 +00:00
kudzu_cp
7fc0f4194a
2012-07-05 15:01:45 +00:00
kudzu_cp
8a7e21e9b5
DebugHost / DummyHost is now gone...
2012-07-04 03:27:55 +00:00
kudzu_cp
9dc14ae2c6
Change to GUID process IDs in debugger in preparation for killing off DummyHost.
2012-07-04 03:22:38 +00:00
kudzu_cp
dae0385da3
2012-07-04 02:49:24 +00:00
kudzu_cp
02ecc20bab
2012-07-04 02:39:54 +00:00
kudzu_cp
f7346d1142
VS now detects if slave is manually powered off.
2012-07-03 15:37:05 +00:00
kudzu_cp
9c08683dc1
2012-07-03 05:07:38 +00:00
kudzu_cp
900ee068cc
2012-07-03 04:44:04 +00:00
kudzu_cp
2ea3be6399
2012-07-03 00:03:54 +00:00
kudzu_cp
4a7fbb5ca4
2012-07-02 22:37:51 +00:00
kudzu_cp
5c60b2ed00
2012-07-02 22:23:55 +00:00
kudzu_cp
8a802201e0
2012-07-02 22:21:35 +00:00
kudzu_cp
b627090276
2012-07-02 21:25:05 +00:00
kudzu_cp
152ad7a9b2
Frakalicious! We have lift off!
2012-07-02 03:24:03 +00:00
kudzu_cp
de16a5d2f5
Removed WaitForConnect in DebugConnectors as it appears to not be used any more.
2012-07-01 23:08:16 +00:00
kudzu_cp
7d78cbffef
2012-07-01 19:56:14 +00:00
kudzu_cp
5bcabb8d8c
2012-07-01 18:05:01 +00:00
kudzu_cp
a2d3d2205c
2012-07-01 07:12:49 +00:00
kudzu_cp
e5743a016a
2012-07-01 07:06:57 +00:00
kudzu_cp
d0450f9d21
2012-07-01 06:33:09 +00:00
kudzu_cp
e37d9c2897
2012-07-01 06:19:08 +00:00
kudzu_cp
eb455288ed
2012-06-25 18:14:42 +00:00
kudzu_cp
8cee0898ff
PXE
2012-06-25 15:51:06 +00:00
kudzu_cp
c308f07bfc
USB boot work
2012-06-25 15:32:46 +00:00
kudzu_cp
6e74a7ad41
2012-06-25 13:33:03 +00:00
kudzu_cp
c72e0545f9
2012-06-24 00:56:21 +00:00
kudzu_cp
00e45a699a
2012-06-23 02:01:44 +00:00
kudzu_cp
f6ee815808
2012-06-23 01:59:53 +00:00
kudzu_cp
56fe76e61e
2012-06-23 01:58:53 +00:00
kudzu_cp
f7e927c366
2012-06-23 01:57:34 +00:00
kudzu_cp
87182415a8
2012-06-23 01:33:03 +00:00
kudzu_cp
b1bb47b394
2012-06-23 01:29:58 +00:00
kudzu_cp
0c0ed42ff4
VIX fix.
2012-06-15 23:46:55 +00:00
kudzu_cp
09a880ba7a
VMWare VIX work
2012-06-15 22:39:24 +00:00
kudzu_cp
318c7dde55
2012-06-15 21:54:19 +00:00
kudzu_cp
9e08767e77
VMWare debugger, and pipe name change.
2012-06-15 18:26:48 +00:00
kudzu_cp
03fa3eabe9
2012-06-15 15:33:39 +00:00
kudzu_cp
fcad5b43b1
2012-06-15 15:22:13 +00:00
kudzu_cp
04953df2ee
2012-06-15 15:18:07 +00:00
kudzu_cp
d25541873c
2012-06-15 14:21:37 +00:00
kudzu_cp
e927d21e0d
2012-06-15 14:17:32 +00:00
kudzu_cp
7e10628c67
2012-06-15 14:09:57 +00:00
kudzu_cp
d40e3560ae
Build fixes
2012-06-15 13:58:47 +00:00
kudzu_cp
52a7d5416e
2012-06-15 02:50:21 +00:00
kudzu_cp
3f1ed649c7
2012-06-14 20:17:45 +00:00
kudzu_cp
fddde28b3f
2012-06-14 14:51:51 +00:00
kudzu_cp
fd2d485193
X#
2012-06-13 14:48:33 +00:00
kudzu_cp
8f52f80e64
X#
2012-06-12 22:10:33 +00:00
kudzu_cp
647be8fd25
X#
2012-06-12 13:56:35 +00:00
kudzu_cp
3d209d1288
2012-06-12 13:47:07 +00:00
kudzu_cp
54092a86d5
X#
2012-06-11 20:22:50 +00:00
kudzu_cp
1021b30645
X#
2012-06-11 01:47:15 +00:00
kudzu_cp
7050ad19e4
2012-06-10 20:56:54 +00:00
kudzu_cp
51f0403aab
2012-06-10 20:29:27 +00:00
kudzu_cp
ff50910ccc
Build Config clean up (again)
2012-06-10 20:01:16 +00:00
kudzu_cp
d6a1f1aba5
2012-06-10 19:57:34 +00:00
kudzu_cp
422ebbcca8
Removing MEF based XSharp project to convert to MPF.
2012-06-10 19:40:57 +00:00
kudzu_cp
23a935148e
Buider is ready!
2012-06-09 03:02:12 +00:00
kudzu_cp
ff6fddae5d
Builder
2012-06-09 01:57:46 +00:00
kudzu_cp
a8f89cb84f
New builder.
2012-06-08 15:43:11 +00:00
kudzu_cp
52ab4146a2
2012-06-08 14:57:47 +00:00
kudzu_cp
3be6b22754
Configuration Cleanup
2012-06-08 14:06:01 +00:00
kudzu_cp
9d87952917
2012-06-08 13:44:48 +00:00
kudzu_cp
e35aab6872
2012-06-08 13:43:56 +00:00
kudzu_cp
3decad9263
2012-06-08 13:39:19 +00:00
kudzu_cp
a6a9878113
2012-06-08 13:35:52 +00:00
kudzu_cp
931f9a620b
2012-06-08 13:27:42 +00:00
kudzu_cp
cce7e34259
2012-06-08 12:51:09 +00:00
kudzu_cp
1e0b9a20e8
2012-06-08 12:33:53 +00:00
kudzu_cp
478fa0c002
2012-06-08 12:27:15 +00:00
kudzu_cp
1a71ceab2d
2012-06-08 10:47:09 +00:00
kudzu_cp
9d5405cd7c
2012-06-07 22:48:33 +00:00
kudzu_cp
97c8aae016
2012-06-07 20:05:42 +00:00
kudzu_cp
9a0ff21005
2012-06-07 19:07:23 +00:00
kudzu_cp
1aa87c1ebf
X# Work
2012-06-07 18:07:17 +00:00
kudzu_cp
65955939a2
2012-06-07 14:17:12 +00:00
kudzu_cp
393d193c7e
2012-06-07 12:26:37 +00:00
mterwoord_cp
673fd052aa
checking in initial working version of the X# compiler. See Tests\XSHarpCompilerTester
2012-06-06 17:29:34 +00:00
mterwoord_cp
13e01261fd
Initial code for X# compiler, compiler tester, and installer changes (?)
2012-06-06 16:54:43 +00:00
mterwoord_cp
0cd51f8c6b
Add file generator for X# (empty for now)
...
add new projects to the source control mappings
2012-06-05 17:46:17 +00:00
kudzu_cp
17dbb4b2e5
2012-03-26 00:53:33 +00:00
kudzu_cp
d6a829c5c6
2012-03-26 00:07:44 +00:00
kudzu_cp
cfde2e7d8c
Pong now uses a log rather than message boxes as they often popped up behind VS.
2012-03-25 18:25:12 +00:00
mterwoord_cp
b9dfe63267
2012-02-29 18:40:31 +00:00
geramy_cp
ca6c314e5e
Added my playground, I also took HKSplayground project out of the bootstrap.
2012-02-14 11:33:20 +00:00
HKS_cp
4098bb8ace
Changed Bootstrap for my project
2012-02-14 10:48:11 +00:00
HKS_cp
0314e4c183
Added my own project to the sln
2012-02-14 10:24:41 +00:00
geramy_cp
72e912f662
Profiler now runs but has a small exception thrown.... it says it is missing a plug, working on it.
2012-02-07 14:42:14 +00:00
geramy_cp
2bd9bc537d
Please verify, fixed the .sln so build works without errors on configuration (Debug)
2012-02-07 11:25:36 +00:00
kudzu_cp
0a692f7435
Profile compiles now.
2012-02-06 17:09:54 +00:00
kudzu_cp
a6cef699ee
I dug out Cosmos.IL2CPU.Profiler but it needs fixed up some more to work with the current Cosmos.
2012-02-06 16:59:29 +00:00
kudzu_cp
ce9180d15a
Readding Cosmos compiler profiler. Still needs fixed up to match current code.
2012-02-06 16:45:58 +00:00
sschocke_cp
d1dca7ab22
Fixed alignment issues for UInt16 fields and removed my project from the Bootstrap Solution Config
2012-02-05 15:35:30 +00:00
sschocke_cp
0bbab9e1e6
Added SSchocke Playground - Contains porting effort for AMD PCNetII Driver
...
Fixed PCIDevice so that Command and Status are dynamic properties. Also added Claimed to mark a Device as handled by a driver
Also added an EnableDevice call to PCIDeviceNormal that enables the PCI Device on the bus
2012-02-01 19:38:29 +00:00
kudzu_cp
049b8cc643
Assembler namesepace changes complete.
2012-01-23 22:52:12 +00:00
kudzu_cp
a91ff3a15d
2012-01-23 22:29:57 +00:00
kudzu_cp
903e0b727f
2012-01-23 22:15:20 +00:00
kudzu_cp
1712fdb0fe
Namespace change
2012-01-23 15:17:54 +00:00
kudzu_cp
34ee173563
2012-01-23 14:00:42 +00:00
kudzu_cp
872530ae5f
2012-01-23 13:52:50 +00:00
kudzu_cp
f029a2e400
Move to Mov (To identify with asm)
2012-01-23 13:23:59 +00:00