Log in

View Full Version : Singularity


omega_red
March 7th, 2008, 18:02
So, MS Research finally published Singularity with full sources and build environment. Build process and booting from CD is easy and works flawlessly on Virtual PC (didn't manage to get it to work under VMware). Who'll be the first to run unsafe code in there?

http://research.microsoft.com/os/singularity/
http://www.codeplex.com/singularity

Woodmann
March 7th, 2008, 21:02
Let me get everything I need off this box and I'll try it.
I'm silly that way

Woodmann

disavowed
March 9th, 2008, 05:45
Quote:
[Originally Posted by omega_red;73180]Who'll be the first to run unsafe code in there?

Define "unsafe" in this context.

naides
March 10th, 2008, 09:52
Compiling Singularity is touchy.
-Unzip it to the root directory of C:\
-Rename the Singularity folder to any thing NO more complex than the old DOS 8.3 convention: no spaces, no -(hyphen), no special characters.
-If you fail a compilation project, either clean all the garbage or or install a fresh copy: intermediate files from previous failed compilations screw up new attempts at compiling the Distro.

Woodmann
March 10th, 2008, 16:45
Thank You

omega_red
March 10th, 2008, 18:24
I didn't have any problems in folder like D:\code\singularity\

@disavowed:
Well, "unsafe" as any code that normally wouldn't be allowed to run in Singularity environment (i.e., code that doesn't pass some of the verification steps or is completely unmanaged). I may be wrong though, didn't have time to read how it all works in details.

disavowed
March 14th, 2008, 14:55
Quote:
[Originally Posted by omega_red;73253]I may be wrong though, didn't have time to read how it all works in details.

Likewise... I was trying to get you to read through it for me and summarize it