PDA

View Full Version : Singularity


omega_red
03-07-2008, 05:02 PM
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
03-07-2008, 08:02 PM
Let me get everything I need off this box and I'll try it.
I'm silly that way

Woodmann

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

Define "unsafe" in this context.

naides
03-10-2008, 09:52 AM
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
03-10-2008, 04:45 PM
Thank You

omega_red
03-10-2008, 06:24 PM
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
03-14-2008, 02:55 PM
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