tgiphil
74c1dc4cde
- Removed *.vspscc files
2014-12-04 23:11:34 -08:00
Trivalik_cp
41584c0fe8
reduce warnings TrivialFTP.cs, AD7PendingBreakpoint.cs, EngineCallback.cs, FatFile.cs, Heap.cs, INTs.cs, VGAScreen.cs
2014-11-19 13:27:49 +00:00
mterwoord_cp
387ee6374b
.
2014-09-20 09:07:09 +00:00
mterwoord_cp
47f83e0b34
Compiler fixes and other fixes.
2014-07-12 16:05:56 +00:00
mterwoord_cp
8f30e7675d
Several changes again.
2014-07-12 13:02:10 +00:00
mterwoord_cp
68ca31e1d3
.
2014-07-10 20:24:54 +00:00
mterwoord_cp
c603c1cb0c
2014-07-08 13:46:00 +00:00
Trivalik_cp
be23b66945
FatStream: remove down cast and comment which is outdated
2014-05-29 21:24:52 +00:00
Trivalik_cp
930fcadba2
apply patch 16367
...
by VirusFree:
this is a fixed patch for the fatstream
2014-05-29 20:57:34 +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
996dc4399e
Improvements to ASM window.
...
- Can now display ASM independantly of IL/C# lines.
- Displays all ASM for current method.
2014-01-11 15:52:04 +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
clearosdev_cp
bb80277c13
Added printdebug because if you are using both Cosmos.kernel and cosmos.hardward you have issues with the gobal class.
2013-03-25 18:16:49 +00:00
joshbeitler_cp
bde021281b
Added some XML doc comments in Kernel.cs
2013-03-13 16:07:33 +00:00
AtomOS_cp
272ee6eb36
2013-03-10 11:52:51 +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
4e3328ec3a
Matthijs did some changes to IL2CPU Profiler something is going weird further investigation required.
2013-02-03 13:22:49 +00:00
kudzu_cp
152ad7a9b2
Frakalicious! We have lift off!
2012-07-02 03:24:03 +00:00
kudzu_cp
0790ed2cd9
2012-06-29 05:06:35 +00:00
sschocke_cp
d8e888eac5
UDP Send and Receive now working.
...
Use new UdpClient(portNumber) to create a UDP client listening on that port, and UdpClient.Receive() to receive packets.
2012-03-21 12:03:04 +00:00
sschocke_cp
2ac239e62e
Fixed broken Cosmos initiated ARP process
...
Added initial UDP support
UdpClient can be used to send UDP packets... No receiving possible yet.
2012-03-02 21:49:29 +00:00
sschocke_cp
544da465a4
Implemented workaround in NetworkStack to bypass the VMT scanner issue for now.
2012-02-29 20:31:56 +00:00
sschocke_cp
24c27d23ef
Added network support. ARP and ICMP echo(ping) is working. Couple of major changes here, so please re-run install.bat
2012-02-05 20:24:53 +00:00
blah38621_cp
1b922726f0
The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.)
...
This one makes sure that constructors for abstract classes are protected, not public, as the constructor can only be called by child classes.
2011-10-22 23:19:51 +00:00
kudzu_cp
35089c88e9
2011-07-17 01:27:14 +00:00
Trivalik_cp
dfbf5f4f00
fix all branches for 64bit,
...
add comment in fatstream to array copy
2011-06-17 07:45:00 +00:00
Trivalik_cp
8cd3d9cf47
GDB Client, change function label to textbox, allows to copy the name
...
change filesystem to int64, logical error in Read()
fix Ldarg, Ldarga xExtraSize, now should work really 64 bit and greater
2011-06-16 20:56:22 +00:00
kudzu_cp
82d94f122e
2011-06-16 20:12:51 +00:00
Trivalik_cp
99e0bf99d4
count up position and add aCount correction if to great on Read() in FatStream
2011-06-12 13:47:25 +00:00
kudzu_cp
3d476911b2
2011-03-19 01:05:07 +00:00
kudzu_cp
bc16ed8129
2011-03-17 00:08:28 +00:00
kudzu_cp
f7be12a101
2011-03-16 23:25:19 +00:00
kudzu_cp
fcff31810e
2011-03-06 16:35:23 +00:00
kudzu_cp
135cba977f
2011-03-06 05:27:40 +00:00
kudzu_cp
101fa335a5
2011-03-04 02:55:08 +00:00
kudzu_cp
06e5c1fa7b
2011-03-04 01:50:52 +00:00
kudzu_cp
71942d0929
2011-03-04 01:07:19 +00:00
kudzu_cp
e396015582
2011-03-04 00:22:24 +00:00
kudzu_cp
e1e7fce526
2011-03-03 17:40:19 +00:00
kudzu_cp
4adc320a64
2011-03-03 15:53:42 +00:00
kudzu_cp
21d6c9ceac
2011-03-03 14:34:55 +00:00
kudzu_cp
95393c0c6e
2011-03-03 05:23:44 +00:00
kudzu_cp
7f1986045c
2011-03-03 03:54:32 +00:00
kudzu_cp
19fae2d964
2011-03-03 03:43:50 +00:00
kudzu_cp
4174227136
Fix for long file name parsing.
2011-03-03 00:21:37 +00:00
kudzu_cp
b864d592ab
2011-03-02 23:33:54 +00:00
kudzu_cp
dfd598dbfd
Long filename support.
2011-03-02 17:37:33 +00:00
kudzu_cp
329e21ade7
2011-03-02 17:15:01 +00:00
kudzu_cp
543b25d59c
Filesystem work
2011-03-02 15:59:40 +00:00