On Wednesday 29 March 2006 00:33, David Lang wrote:
> On Wed, 29 Mar 2006, Blaisorblade wrote:
> > On Wednesday 29 March 2006 00:09, David Lang wrote:
> >> On Tue, 28 Mar 2006, Blaisorblade wrote:
> >>>>> http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/
> >>>>
> >>>> sorry, the host is a dual Opteron 252 with 8G of ram running 2.6.16
> >>>> (which I understood included the skas patch)
> >>>
> >>> No, it doesn't if you don't patch it. Add the patch, but you can't run
> >>> them in full SKAS3; you can pass "mode=skas0" to force skas0 mode, but
> >>> you can then also pass "noprocmm" to force half SKAS3.
> >>
> >> Ok, I've gone through and read the docs on blaisorblade's pages about
> >> SKAS, and I'm still not understanding things.
> >>
> >> the 2.6.16 kernel includes a SKAS option in the configs (it only shows
> >> if you have TT mode enabled)
> >
> > Because otherwise it's auto-enabled.
> > We're talking of guest support, in case it's not clear.
> >
> > However:
> > *) for ages, SKAS meant SKAS3. And SKAS3 requires a patch on the host.
> > *) Now SKAS includes also SKAS0; SKAS0 was born some time ago, doesn't
> > require special host support, and is not as fast as SKAS3, but a lot
> > faster than TT mode.
>
> these are the pieces I was missing, thanks.
>
> I just downloaded the 2.6.16-bb1 patchset, does it include the SKAS3
> patches or should I install the skas-2.6.16-v9-pre9 patchset as well?

It includes skas as well, but remember you must do mrproper between building 
UML and host kernel or use O= with two different output directories (as I 
do):

mkdir ../BUILD

OUT=../BUILD/um-linux-2.6.16-build
mkdir $OUT
make ARCH=um SUBARCH=i386 O=$OUT menuconfig
make ARCH=um SUBARCH=i386 O=$OUT 

OUT_HOST=../BUILD/64-linux-2.6.16-build
mkdir $OUT_HOST
make O=$OUT_HOST menuconfig
make O=$OUT_HOST

Bye
-- 
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! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to