First page Back Continue Last page Overview Graphics
How – Create your Guest Kernel
Download the kernel source you want to use from the site
Download the UML patch and apply it
Configure your kernel to use the right ARCH
- make mrproper ARCH=um
- make menuconfig ARCH=um (or xconfig, etc)
- make linux ARCH=um
Copy the resulting “linux” binary to /usr/local/bin or similar
Easy huh?
Notes: