They prob are "slow" ie a few % but this may be faster than other methods . Its probably cheaper than adding instructions for write reference for CPU ...
How does this look ? 4.DEFINITIONS Terms that shall not be used. . Kernel - meaningless. There is only trusted and un-trusted code. Trusted assemblies...
Did anybody do any testing yet (I know mattie did some tests). If the current compiler is thought to be stable enough, we can release a new userkit, and...
Can I assume most collectors will collect when idle ? Hence collections is a bigger issue for apps that run all the time ( 3D , web servers etc) ? I can see...
Or better yet install VS2010 in a VM . and use VS2008 to get the code . Beta2 has some fixes here but you need msdn Ben From: Cosmos-Dev@yahoogroups.com...
Just looking at some pauseless GC's today and we need to be very careful there are a stack of patents in this area Microsoft has patents to do with copying...
vs2010b2 is open for public download already... ... vs2010b2 is open for public download already... On Sat, Oct 24, 2009 at 10:07 AM, Ben Kloosterman <...
It seems the compiler is reasonably stable. the only thing we've found is that somehow the SMBIOS stuff isnt working correctly. I propose to release a new UK...
OK, fixed the SMBIOS thing: was related to the string .cctor being plugged, causing String.Empty to be null. On Sat, Oct 24, 2009 at 10:44 AM, Matthijs ter...
I downloaded 45431. The project converted fine to 2010, wouldnt compile. I had to stop is from trying to compile the VSDebug* projects. It then compiled fine...
regarding our userkit release. If no objections i'll try to release a new userkit next weekend.. On Sat, Oct 24, 2009 at 12:48 PM, Matthijs ter Woord <...
Our Integrated project type is working. WHen building, it'll produce a .iso Next step is the integrated debugger. Documentation on this part is very limited....
I feel so silly asking this, but how do you make Cosmos shutdown? Also, whats the diff between Deboot and Shutdown? I found 'em all under the Cosmos.Sys.Deboot...
I think shutdown requires ACPI to be robust, which is a pain in the ass really. I started implementing ACPI, but the specification are a nightmare and you need...
Ewww! That AML stuff does sound real nasty. I'm having enough trouble with plain old Machine Language. ;) Does MS4 work with multidimensional arrays yet? I'm...
GetDrives is not yet possible, but GetDirectories("/") (or .. "\\") should give you a linux like mount tree.. How did you format your drive? On Wed, Nov 4,...
I haven't formatted any drivers under Cosmos yet. I've only been using the ISO that Cosmos generates when you compile it. Thanks. :) Gonna try working with...
dont use foreach. not supported yet. replace with: for (int i = 0; i < fileArray.Length; i++) // assuming fileArray is really an array { name = fileArray[i]; ...
Just doing more research and Moonlight is not an easy option , though we can use pieces of code as MS will release the specs of Xaml privately Novell who is...
We can instead implement our own just based on XAML tags. Moonlight will still have a LOT of binary code per platform for the rendering stuff anyays....
Hi, I am a newbie in this COSMOS world. I am trying to list files in the boot directory(code is as shown below).GetCurrentDirectory returns "/0" . I am getting...
I hate computers. It won't copy. Too large memory block allocated! 0x53C003C8 It's almost as if there is something detrimentally wrong with VirtualPC or...