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 to basically write an interpreter to interpret and execute
ACPI Machine Language (AML).
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....
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...