Displaying 2 results from an estimated 2 matches for "jamesscott".
2003 Nov 28
3
Problem to boot Xenolinux.
Hi,
I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2
SCSI disks. The first disk has WinXP installed, and the second disk has
Redhat 8.0. I copied the images into /boot and modified grub.conf
accordingly:
title Xen / XenoLinux 2.4.22
root (hd1,0)
kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot
module /xenolinux.gz root=/dev/sdb2 ro
2003 Dec 01
1
Linus "praise" for Xen
http://www.kerneltraffic.org/kernel-traffic/kt20031201_243.html
--- Relevant section ---
Nuno Silva mentioned:
The good people at Cambridge made a (very nice) VMM that exploits
ring0/1/3 to let one machine run various kernels independently (the
kernels need to be ported to the xen arch).
Xen itself executes in ring0 and the "guest" operating systems
execute in ring1.