Hi <devzero <at> web.de> writes: > Whenever you want to test some new kernel (feature), you may put you main system at risk, exactly know what > you`re doing - or - use UserModeLinux.
Why won't qemu work better in this case? I generally keep a debian testing installation on disk and when I compile a new kernel I just point qemu to load it with the debian root fs. It's fast enough (even the kernel mode accelerator module is GPLed now) and you don't need to mess around with your main system's kernel. You can even test different arches - like both x86_64 and i386 on one x64 box for example. It doesn't work for any particular driver related testing but UML won't either. And it won't benefit UML development but I don't know if that was your main objective as opposed to general kernel experimentation and testing. Parag - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/