On 11/5/07, Michael Thayer <[EMAIL PROTECTED]> wrote:
> Hi Alexey,
>
> -nopatm = do not use the patch manager, which modifies guest code before
> it is executed to make it more virtualisation-friendly
> -nocsam = do not use the code scanning and analysis manager, which
> analyses guest code before it is executed to decide whether certain
> optimisations are safe or not
> -norawr0 = do not execute guest ring 0 code (privileged OS code)
> directly, but emulate it instead
> -norawr3 = do not execute guest ring 3 code (unprivileged code)
> directly, but emulate it instead
>
> Combinations of these parameters can be tried out to get a better idea
> of why a particular guest is not working, although the information this
> provides is usually more informational than anything else.
>
> Regards,
>

Thanks Michael !

I have found, however, that despite using all -no* I still need to
have kernel module.

I thought , that setting all to -no* will give me Qemu-like
experience, without requiring kernel module at all.

Is there a way to run VirtualBox in pure user-space mode, like Qemu ?
(for experimental purposes)

-- 
-Alexey Eremenko "Technologov"

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to