zlib-devel: Contains the header files and libraries needed
to develop programs that use the zlib compression and
decompression library.
xorg-X11-proto-devel: Contains all necessary include files
and libraries needed to develop X11 applications.
python-devel: Contains the header files and libraries
needed to develop Python extensions.
tetex-latex: Contains the LaTeX front end for the TeX
text formatting system that is used for producing the
documentation for Xen.
xen-devel: Contains the libraries and header files that are
needed for compiling Xen from source.
Install these packages using yum:
yum install gcc glibc-devel xen-devel libgomp glibc-headers
ncurses-devel openssl-devel zlib-devel xorg-X11-proto-devel
python-devel tetex-latex
4. The first step before we compile the kernel is to configure it. The following
command will bring up the familiar Linux kernel configuration dialog.
Accept the defaults unless you need to make changes to add support for
some drivers or other options. Exit the dialog and save the changes
when asked.
make linux-2.6-xen0-config
5. Compile the kernel and the modules.
make linux-2.6-xen0-build
6. The above command will compile and install the various artifacts from the
build into the dist/install directory.
?°
?°
?° ?° ?°
?°
Running Xen
[ 20 ]
The boot directory contains the configuration used for this Xen kernel, the
kernel image, and the kernel debugging symbols files.
The lib directory contains all the kernel modules and drivers.
Pages:
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34