On Monday 16 January 2006 20:34, Jacob Bachmeyer wrote:
> Has any thought been given to making SKAS4 suitably generic that it
> could be used for more than just UML?

Not yet, thoughts welcome.

> PS:  If I understand correctly, UML with the current SKAS3 works by
> swapping processes into and out of a single "user" address space.

> I 
> propose a system where many distinct "user" address spaces are
> maintained by the kernel and execution is placed whereever the user-mode
> scheduler says.

What you say is not clear, but the most obvious understanding of the above 
sentence is that you propose what already happens.

However, SKAS3 and current ideas for SKAS4, with different APIs but similar 
semantics, say: implement all guest processes as user-level threads (totally 
implemented within UML) with the exception that we allow different address 
spaces.

So we have "switch the guest proc to a different address 
space" (PTRACE_SWITCH_MM, in arch/i386/kernel/ptrace.c), manipulate with 
mmap/munmap/mprotect any of these address spaces, and destroy it (all in 
mm/proc_mm.c).
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade


        
        
                
___________________________________ 
Yahoo! Messenger with Voice: chiama da PC a telefono a tariffe esclusive 
http://it.messenger.yahoo.com



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to