Commit graph

412 commits

Author SHA1 Message Date
mterwoord_cp
a45bfe24e0 some changes to debugger. almost works now.. 2008-11-08 13:28:16 +00:00
mterwoord_cp
2df589f3ad Refactorings over 2008-11-08 13:00:37 +00:00
mterwoord_cp
0d27abe2e7 2008-11-08 10:52:35 +00:00
mterwoord_cp
967ef9c876 2008-11-08 10:24:48 +00:00
mterwoord_cp
ffc211c161 2008-11-08 09:00:58 +00:00
mterwoord_cp
824acc19fc 2008-11-07 18:39:24 +00:00
mterwoord_cp
19489e9117 2008-11-07 18:15:42 +00:00
mterwoord_cp
b13b8bcde9 2008-11-07 15:35:18 +00:00
mterwoord_cp
8909d72acf 2008-11-07 14:17:33 +00:00
mterwoord_cp
5bd0af884d 2008-11-07 12:41:12 +00:00
mterwoord_cp
5928581f2f 2008-11-07 12:27:08 +00:00
Dokugogagoji_cp
01d9d9bd1d Temporal (I'll read and adapt at the new opcode structure) removal of stubbed (and empty) classes in Indy.IL2CPU.Assembler 2008-11-07 10:30:37 +00:00
mterwoord_cp
a50490a8dc fix for vmt bug 2008-11-03 16:20:07 +00:00
mterwoord_cp
13c4110e6f 2008-11-03 15:23:00 +00:00
mterwoord_cp
4113021e18 2008-11-03 11:47:24 +00:00
mterwoord_cp
7b9f3a97f1 2008-11-03 11:08:22 +00:00
mterwoord_cp
52758be5d0 2008-11-03 10:18:14 +00:00
mterwoord_cp
25e884f818 2008-11-02 08:06:27 +00:00
mterwoord_cp
3e3671a768 initial work on binary translation 2008-11-02 08:04:52 +00:00
mterwoord_cp
0a6b20fead Code cleanup/refactorings 2008-11-01 12:49:18 +00:00
mterwoord_cp
565f2a6754 2008-10-31 16:45:36 +00:00
mterwoord_cp
55b33a51ff Mono works now. also included 2008-10-29 18:38:39 +00:00
Dokugogagoji_cp
ed8164fdda Selectable role of debugging (for people that experienced problem with the previous changeset. First it was only CosmosDebugger client, now QEmu can work as server)
Now, not depending from QEmu name conventions (first try, I should it better)
2008-10-23 21:13:42 +00:00
kudzu_cp
c86c0d8f98 2008-10-07 21:59:42 +00:00
kudzu_cp
44f2f5e266 2008-10-07 21:08:29 +00:00
kudzu_cp
3d54e05052 Separated Tracer emission logic. 2008-09-22 13:00:33 +00:00
kudzu_cp
a363aff9a3 2008-09-22 02:38:19 +00:00
kudzu_cp
eda6dbab91 2008-09-22 02:09:32 +00:00
kudzu_cp
087a1bcfb8 2008-09-22 01:48:46 +00:00
kudzu_cp
b858175822 2008-09-22 00:15:32 +00:00
kudzu_cp
2ebfcde162 2008-09-22 00:08:39 +00:00
kudzu_cp
bbdb077089 2008-09-21 23:44:12 +00:00
kudzu_cp
1c48cedea9 2008-09-21 23:33:20 +00:00
kudzu_cp
2ce9bbc646 2008-09-21 23:26:17 +00:00
kudzu_cp
dfbb7fa34c 2008-09-21 23:17:51 +00:00
kudzu_cp
3e05e23892 2008-09-21 23:15:22 +00:00
kudzu_cp
c10e73c305 Eliminated outdated and unused metal options. 2008-09-21 20:48:55 +00:00
kudzu_cp
c4345cf80a 2008-09-21 20:35:17 +00:00
kudzu_cp
29d5fc367c 2008-09-21 18:51:32 +00:00
kudzu_cp
7ee5c63742 2008-09-21 18:24:24 +00:00
mterwoord_cp
3c51edc15f normal build works now 2008-09-21 15:47:20 +00:00
kudzu_cp
515e78c148 2008-09-21 00:52:28 +00:00
kudzu_cp
a8581b918f Preparation for Serial debugging. 2008-09-20 14:41:20 +00:00
kudzu_cp
69261785ec 2008-09-20 03:45:15 +00:00
kudzu_cp
5532f3aa3e 2008-09-20 02:52:30 +00:00
kudzu_cp
612bba1d6c 2008-09-20 02:34:49 +00:00
kudzu_cp
a091b0814c 2008-09-20 02:28:55 +00:00
kudzu_cp
c843ccf4c0 2008-09-20 00:32:38 +00:00
kudzu_cp
76b16b2a1b Initial changes to build status 2008-09-19 17:43:01 +00:00
kudzu_cp
f72d178b98 2008-09-18 06:35:40 +00:00
kudzu_cp
b96330920c Dead code removal 2008-09-18 05:23:36 +00:00
kudzu_cp
01001ed92e 2008-09-18 04:03:20 +00:00
Scalpel_cp
697bbbdf06 Added String.IndexOf(string)
Added String.Insert(int, string)
Added String.Replace(string, string)
2008-09-07 15:00:51 +00:00
Scalpel_cp
768d83e799 Testing entire System.String in StringTest.cs
Added String.Remove(int, int)
Added String.IndexOfAny(char[], int, int)
Fixed String.Split()
2008-09-07 14:21:00 +00:00
Scalpel_cp
ad01f4868f Fixed String.LastIndexOf bug
Almost all of System.IO.Plug works now.
2008-09-07 11:10:02 +00:00
Scalpel_cp
998e3dd16c Plugged Boolean.Parse(string) and Boolean.TryParse(string, out bool)
Added methodname displaying in build GUI again
2008-09-06 09:27:34 +00:00
mterwoord_cp
3f49dfd8d3 * Some small cleanup.* compiler now shows messages again. (errors/warnings) 2008-08-31 07:45:52 +00:00
Dokugogagoji_cp
7884855bc6 Changed used Waitone overload in Engine.cs for compatibility prior NET 3.5 SP1 2008-08-25 07:32:41 +00:00
mterwoord_cp
0049643433 Disabling DependencyGraph for now 2008-08-21 17:03:17 +00:00
Dokugogagoji_cp
dc6b1a0418 Stage one Multithreaded building support 2008-08-21 16:46:50 +00:00
mterwoord_cp
4d16298308 Serious issue solved 2008-08-12 13:46:31 +00:00
Dokugogagoji_cp
2671caa304 Starting divisions per ISA
Added 80x86 stub clases for newer instructions
2008-08-10 09:45:24 +00:00
Scalpel_cp
80c46a58f9 Plugged String.Replace(char char) 2008-08-04 11:26:42 +00:00
Scalpel_cp
4ffd08ea63 Fixed bug in GetUltimateBaseMethod 2008-08-04 00:33:21 +00:00
mterwoord_cp
3630da4f7f Some work on mono-curses.dll support. also contains some general improvements in the compiler and supporting stuff. Dont use mono-curses yet, it doesnt work at all 2008-08-03 17:44:55 +00:00
Scalpel_cp
d4f51b5203 VFS 2008-08-03 01:36:40 +00:00
Scalpel_cp
22483c5524 Rewrote some progressmessages in engine 2008-08-02 17:08:23 +00:00
mterwoord_cp
479fc3b2c3 Exceptions fixed 2008-08-02 07:58:19 +00:00
Scalpel_cp
4a0b6b0fdb Added more info while building with ProgressMessage. 2008-07-31 22:29:02 +00:00
Scalpel_cp
6681aff60d Performance increase for compilation 2008-07-31 20:56:17 +00:00
Scalpel_cp
a96c1729e5 Plugged String.LastIndexOf.
Added parameter checking for Directory.GetDirectories and Directory.GetFiles plugs.
Lots of changes to FrodeTest.
2008-07-30 22:56:59 +00:00
mterwoord_cp
d8b2acc5d8 VFS code to implement File.Exists and Directory.Exists now works. Both methods are also plugged. 2008-07-29 17:01:56 +00:00
mterwoord_cp
e8364df485 Fixed exceptions with functions. added debug display for heap. the first line of the text screen is now used to display memory usage 2008-07-27 09:50:26 +00:00
mterwoord_cp
5e764fe0d0 Start of VFS. already autodetects ext2 partitions/drives 2008-07-27 08:37:35 +00:00
mterwoord_cp
99463920c2 3p library enhancements.. 2008-07-26 14:09:01 +00:00
Scalpel_cp
196f275546 Extended Engine to search for .config files, and load additional assemblies 2008-07-26 11:04:14 +00:00
mterwoord_cp
1dbf890b13 misc changes and refactorings. Ext2 superblock is read correctly now. 2008-07-18 14:41:58 +00:00
ralfkronemeyer_cp
0980b76ea8 2008-07-18 09:04:01 +00:00
mterwoord_cp
204fa5ad92 Tickless works now. PIT is now only used when using Wait/Sleep 2008-07-17 15:21:25 +00:00
mterwoord_cp
42f5bb3fd6 Two-phase compiling works now. next step is localloc 2008-07-16 15:58:27 +00:00
mterwoord_cp
d96c34a7a4 Small adjustment 2008-07-06 11:34:09 +00:00
kudzu_cp
29671726ae Removed some old Metal code 2008-06-21 21:56:29 +00:00
smremde_cp
9cc461801a added null check in IL2CPU.Engine GetUltimateBaseMethod and remove try catch. kernel creation much faster now 2008-06-14 23:55:30 +00:00
smremde_cp
5831c1e281 2008-06-09 09:15:49 +00:00
mterwoord_cp
37c9966421 2008-05-19 09:41:18 +00:00
mterwoord_cp
71197e000a Several small changes 2008-05-15 12:39:06 +00:00
mterwoord_cp
486983c8fe SHA256 works now 2008-05-14 17:21:54 +00:00
mterwoord_cp
bbfb2b8a0d Several small fixes 2008-05-14 09:28:03 +00:00
mterwoord_cp
96de5140c7 Manifest resources work now. 2008-05-13 15:28:51 +00:00
mterwoord_cp
cf7d99acb7 Multicast delegates 2008-05-13 14:27:29 +00:00
mterwoord_cp
c7715b08ba Small struct fix. 2008-05-13 09:19:54 +00:00
mterwoord_cp
1d71c37443 Interfaces and ReturnCodes 2008-05-12 09:03:47 +00:00
mterwoord_cp
8cab5bc18c Enumerations for now. on arrays they work, List<T> not yet 2008-05-09 14:48:15 +00:00
mterwoord_cp
6595ab8727 some fixes for checksum error.. 2008-05-08 07:58:34 +00:00
mterwoord_cp
5ca95ed497 Several fixes 2008-05-07 18:21:29 +00:00
mterwoord_cp
850a19e124 2008-05-03 16:24:41 +00:00
mterwoord_cp
96fdf95b3a Added hooks for adding code on MethodHeaders and Footers 2008-04-28 13:05:02 +00:00
mterwoord_cp
8f3675fc84 Added a progress bar 2008-04-27 07:52:14 +00:00
kudzu_cp
77285dd477 Partial move to DumbAssembler 2008-04-26 21:49:56 +00:00
mterwoord_cp
f6d4550e0f Dont emit debug stub call for NOP ops 2008-04-26 14:47:02 +00:00
mterwoord_cp
c5646eb92c Removed .Native 2008-04-26 07:45:27 +00:00
kudzu_cp
a3a7f110ca Removed numerous warnings. 2008-04-24 16:03:26 +00:00
Scalpel_cp
f4f6e2b24f Added Plug for PadHelper for Strings. 2008-04-13 16:42:25 +00:00
mterwoord_cp
f4a6e26085 DebugMode None is implemented 2008-04-03 14:38:43 +00:00
mterwoord_cp
65ad1c692e debug stuff 2008-03-31 11:21:38 +00:00
mterwoord_cp
0de5f61ce3 Some builder improvements 2008-03-31 08:47:25 +00:00
mterwoord_cp
779bbdb31a FieldOffset support is fixed.. 2008-03-30 12:47:04 +00:00
kudzu_cp
4e934aa2b5 2008-03-27 21:52:56 +00:00
mterwoord_cp
404578bb66 Several fixes 2008-03-25 17:00:24 +00:00
mterwoord_cp
b9bdedc3f3 Debug code emitting disabled 2008-03-24 14:20:20 +00:00
mterwoord_cp
ca2695aaf2 Intermediary debug changes 2008-03-23 19:37:39 +00:00
mterwoord_cp
aa3b372968 start on debugging support 2008-03-23 17:22:29 +00:00
mterwoord_cp
74634db02d 2008-03-23 14:15:01 +00:00
mterwoord_cp
a9bdf50d5e 2008-03-22 15:44:28 +00:00
mterwoord_cp
9df74349b6 2008-03-21 18:39:24 +00:00
mterwoord_cp
1be2e25667 several fixes 2008-03-21 13:58:17 +00:00
mterwoord_cp
7f48cfaca9 fixed? 2008-03-16 12:52:33 +00:00
mterwoord_cp
11cf066fd2 instance field fixes 2008-03-16 08:50:41 +00:00
LostTheBlack_cp
f943c82110 2008-03-14 14:38:58 +00:00
LostTheBlack_cp
c598156941 [*] Corrected Engine.Execute method. There was some unreachable code. 2008-03-13 21:05:02 +00:00
mterwoord_cp
61f6cd1e8b ATA works now. problem was setting fields of the baseclass. 2008-03-08 09:41:24 +00:00
mterwoord_cp
e628377ddc Huge amount of fixes 2008-03-08 08:26:25 +00:00
mterwoord_cp
23bb80572a Fixed Ext2 GetDirectoryEntries support 2008-02-29 18:03:56 +00:00
mterwoord_cp
edac084b3d Fixed exceptions 2008-02-27 18:17:59 +00:00
mterwoord_cp
0c6e92e5de 2008-02-10 15:27:44 +00:00
mterwoord_cp
b22ee8ff20 structs should work now. will be testing using the old ext2+ata code... 2008-02-08 18:29:30 +00:00
mterwoord_cp
109f8ed05a 2008-02-07 17:29:16 +00:00
mterwoord_cp
6695af454b 2008-02-07 09:09:28 +00:00
mterwoord_cp
565e749692 fixed some delegate issues 2008-02-05 16:15:23 +00:00
mterwoord_cp
def1052c25 New IL2CPU version 2008-02-04 08:17:37 +00:00
mterwoord_cp
e32bca76e9 Fixed stack corruption 2008-01-21 16:57:57 +00:00
mterwoord_cp
5a5e08db3b 2008-01-18 10:30:36 +00:00
mterwoord_cp
ea060c0479 2008-01-11 12:55:28 +00:00
mterwoord_cp
d931a504eb Code cleanup 2008-01-10 14:25:51 +00:00
mterwoord_cp
49307c26b5 Exceptions work now.. 2008-01-09 18:33:50 +00:00
kudzu_cp
dd48f9b762 Remove i4o refs 2008-01-09 17:08:17 +00:00
kudzu_cp
cbd3c24eb3 Rest of strong naming 2008-01-09 17:03:23 +00:00
mterwoord_cp
e8e538dd3c Did some code cleanup, and fixed a scanner bug 2008-01-08 17:46:37 +00:00
mterwoord_cp
ef768cc00b 2008-01-08 15:55:13 +00:00
mterwoord_cp
3dc3afd96d Engine changes for new builder infrastructure 2008-01-08 13:57:36 +00:00
mterwoord_cp
af530d3847 Exceptions work, no finally/catch support yet, though 2008-01-06 12:24:02 +00:00
mterwoord_cp
7cf86e48ca Changed il2cpu and cosmosscripts to generate multiple asm files, which are smaller.. 2008-01-05 13:35:34 +00:00
moitoius_cp
78d2fdc405 Made the demo console. Try out the type command... 2008-01-02 09:46:04 +00:00
mterwoord_cp
a3734ff054 string.IndexOf(char) works now 2008-01-02 08:52:59 +00:00
mterwoord_cp
1d0bfcf49f The dir command works now 2008-01-01 16:01:45 +00:00
mterwoord_cp
752c5d0655 2008-01-01 14:57:34 +00:00
mterwoord_cp
122b9a3a4e 2008-01-01 14:41:07 +00:00
mterwoord_cp
374affe053 2007-12-30 14:04:48 +00:00
mterwoord_cp
ae0e7c0d5a small code reorganization, simple win32 apps work now 2007-12-29 16:10:10 +00:00
mterwoord_cp
1626d982a1 Ext2 reading works now (limited edition) 2007-12-22 08:32:46 +00:00
mterwoord_cp
50a75f6f1d argument handling bug fixed. could cause stack corruption 2007-12-16 12:17:11 +00:00
mterwoord_cp
36100523d4 2007-12-12 15:58:42 +00:00
mterwoord_cp
0a0d753d00 Kernel works again.. 2007-12-09 13:09:15 +00:00
mterwoord_cp
530046b997 Debugging of cosmos works now via gdb and remote stub in vm 2007-12-02 15:19:53 +00:00
mterwoord_cp
90a9edda7c random changes. some dont work :) 2007-11-27 13:57:13 +00:00
mterwoord_cp
f0f81c52cf fixed issues with several opcode implementations. Queue<T> should work now 2007-11-26 13:14:34 +00:00
mterwoord_cp
d7f1db40dc Some more fixes to several stuff 2007-11-24 15:19:05 +00:00
mterwoord_cp
e4ed1fd45d Fixed some tests 2007-11-23 18:33:19 +00:00
mterwoord_cp
e4b2cfaca3 prelim work on generics 2007-11-23 16:50:43 +00:00
mterwoord_cp
a244066330 Added some more logging 2007-11-23 16:11:05 +00:00
mterwoord_cp
3e52956171 Added small optimization.. 2007-11-23 15:53:33 +00:00
mterwoord_cp
cd3d01bc74 initial kernel support for heap 2007-11-23 14:44:13 +00:00
mterwoord_cp
6a62ab7d05 New architecture works. Still working on removing the Cosmos.Kernel.Hardware.Processor project 2007-11-22 16:40:09 +00:00
mterwoord_cp
e8e5384b10 2007-11-22 15:19:27 +00:00
mterwoord_cp
1e12c71137 2007-11-21 12:31:46 +00:00
mterwoord_cp
fdd36edaaf All works now. metal mode cctors are called. 2007-11-21 09:05:47 +00:00
mterwoord_cp
97f8349dd7 Disabled static constructor calling in metal mode. 2007-11-20 18:16:04 +00:00
mterwoord_cp
0c861b9b2e Some refactorings 2007-11-20 17:16:42 +00:00
mterwoord_cp
0acb7b7f31 Some native code cleanup 2007-11-20 15:45:39 +00:00
mterwoord_cp
5f1eb30537 Some additional changes, now mono system libs can be used 2007-11-20 08:23:27 +00:00
mterwoord_cp
fd2c7222bd Console support is fixed 2007-11-19 14:57:23 +00:00
mterwoord_cp
91a0dc29c5 First version with the new Plug infrastructure 2007-11-19 14:11:28 +00:00
mterwoord_cp
ea5b8d6171 We have a GC now. :-) 2007-11-18 14:53:26 +00:00
mterwoord_cp
421e40e2cb Code cleanup 2007-11-17 12:53:28 +00:00
mterwoord_cp
6391c135d6 several fixes/changes 2007-11-17 07:58:01 +00:00
mterwoord_cp
4fecfefed0 Some refactorings. .ctor(object,intptr) is now always implemented for delegates 2007-11-16 17:28:08 +00:00
mterwoord_cp
36054ec753 Overall changes 2007-11-15 16:40:27 +00:00
mterwoord_cp
8f63d7739f Overall changed. Most significant one is fix of Blt opcode handling 2007-11-15 10:06:36 +00:00
mterwoord_cp
bc984a9607 ldfld and stfld are fully implemented now 2007-11-13 14:16:16 +00:00
mterwoord_cp
8cbd8f27f8 Removed most usages of the Literal opcode. try to keep this usage to a minimum to ease future refactorings.. 2007-11-12 16:42:01 +00:00
mterwoord_cp
d7ab23f06b IL2CPU is fast again :-) 2007-11-09 11:08:00 +00:00
mterwoord_cp
08f60aa04b it's possible to use objects in the kernel now... 2007-11-06 16:13:51 +00:00
mterwoord_cp
9b5a4b0cef i4o integration 2007-11-05 15:17:51 +00:00
mterwoord_cp
36f4dfd119 fixed string support in metal-mode 2007-11-04 16:48:10 +00:00
mterwoord_cp
5082f79909 Strings work again 2007-11-02 10:44:46 +00:00
mterwoord_cp
b9e7c8e593 2007-11-02 09:59:50 +00:00
mterwoord_cp
2d57a52cd3 Comport writing works now, some other minimalistic changes. 2007-10-31 10:19:47 +00:00
mterwoord_cp
06d5c1c781 bunch of random changes. fixed shl, div_un, rem, string support. 2007-10-30 09:42:17 +00:00
mterwoord_cp
5c5cfd4536 some random changes 2007-10-29 15:34:45 +00:00
mterwoord_cp
f9a421df12 Misc changes 2007-10-29 10:04:17 +00:00
mterwoord_cp
911dc893ae Fixed several things. Kernel building works again. 2007-10-27 14:53:51 +00:00
mterwoord_cp
8f9b9bd80d non-multicast events work now. 2007-10-26 15:03:48 +00:00
mterwoord_cp
8431877010 Console works again. 2007-10-11 18:04:03 +00:00
mterwoord_cp
0110fc3a18 VMT support works now :) 2007-10-11 14:17:11 +00:00
mterwoord_cp
ddb3d63764 The struct/aray bug finally has been solved. Next big thing is vmt support. see how far we are. 2007-10-10 14:57:22 +00:00
mterwoord_cp
92e09ad416 Many changes, probably close to fixing the struct/array bug, preventing us from implementing a VMT....... 2007-10-09 17:21:48 +00:00
mterwoord_cp
eca2b6818d Everything works again. 2007-10-07 12:53:38 +00:00
mterwoord_cp
d049fbdc54 removed PostSharp dependency, fixed console tool. 2007-10-07 11:53:35 +00:00
mterwoord_cp
9a99d6394d Do not use! 2007-10-07 11:05:38 +00:00
mterwoord_cp
ffcd2a6bbd random changes, interrupts work now 2007-10-06 19:13:14 +00:00