From: Paul Sladen (vserver_at_paul.sladen.org)
Date: Thu 08 Aug 2002 - 20:33:18 BST
On Thu, 8 Aug 2002, Russell Anthony wrote:
> Is it possible to recompile a kernel inside a vserver
It is perfectly possible to *recompile* a kernel within a vserver, compiling
is as normal as any other process.
> to make it differ from the host machine's kernel ?
There is only *one* kernel in the system. The kernel that the vserver is
talking to is the same one that processes in the host server are talking to,
it is just that they cannot see each other.
Upgrading the kernel on the host server is therefore upgrading the kernel
for everyone.
If you really want to run seperate kernels you either need to run a
full-blown emulator/virtual-machine setup such as Bochs and VMware; or run
User Mode Linux (UML) to give you a second, seperate kernel and operating
environment running within the first, boot kernel.
Both this are significately slower which is why vserver "is so great!".
-Paul
-- Nottingham, GB