Kernel Virtualisation
- Pros:
- "Complete" approach - anything can be virtualised
- kernel access, to load kernel modules etc
- Completely partition memory
- Cons:
- Completely waste memory - buffers, stacks, etc
- more kernels to manage
- generally waste a bit (15-25%) of CPU (S/390 the exception here)