Displaying 5 results from an estimated 5 matches for "xkernels".
Did you mean:
kernels
2006 May 24
0
How to make a custom DomU kernel.....
...odules that it doesn''t have MASQ helpers to be exact (I can list them if
anyone wants more info). I am using Fedora core 5 dom0 and domU kernel.
What I would like to do is to make a custom kernel for domU that would
contain all of the modules that I need. I am using XEN 3.0 and using
2.6.xkernels, should this work? If so, does any one know of any
documentation
that would show me hwo to go about doing this? Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Feb 23
0
Zaptel CiscoHDLC / Fedore FC4
I am attempting to deploy a TE210P with one port configured (all 24
channels) as Cisco HDLC, currently running 2.6.11 FC4 with HDLC module
compiled.
HDLC (RAW) appears to work fine, however, using Cisco HDLC (via sethdlc &
sethdlc-new) results in no traffic being encapsulated or transmitted via the
hdlc0 interface.
Is there anybody here currently running a similar configuration on a
2005 Oct 19
1
new here can guide me throw :)
i''am new here and i saw some tutorials but those was old for the
2.4.xkernel and i don''t know were to start correctly.
many thanks to all of you.
sincerly:
Timi
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2010 Sep 10
8
[PATCH] disable kernel build in Xen build system
...onfig/Linux.mk Fri Sep 10 11:09:10 2010 +0100
@@ -1,11 +1,7 @@ include $(XEN_ROOT)/config/StdGNU.mk
include $(XEN_ROOT)/config/StdGNU.mk
# You may use wildcards, e.g. KERNELS=*2.6*
-ifeq (ia64,$(XEN_TARGET_ARCH))
-KERNELS ?= linux-2.6-xen
-else
-KERNELS ?= linux-2.6-pvops
-endif
+KERNELS ?=
XKERNELS := $(foreach kernel, $(KERNELS), \
$(patsubst buildconfigs/mk.%,%, \
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all,
this is the tenth version of the patch series to introduce upstream qemu
and seabios in the xen-unstable build system.
Changes to v9:
- rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to
use it with a branch name by default;
- set QEMU_UPSTREAM_REVISION to "master" by default;
- set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by
default;
- add