|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Re: Xen kernel issue
> > My suspicion is that you might be trying to enable CONFIG_HIGHMEM64G
> > which won't work -- CONFIG_HIGHMEM4G is the largest physical memory
> > currently supported.
> >
> Sorry, that last one wasn't using a config file.
> So here it is:
> diff <config that I wanted but didn't work> <config that
> worked but had
> no sound or fat support>
The config file you've diff'ed against isn't for a Xen kernel. 'ARCH=xen
make oldconfig' will turn it into a Xen config
Ian
>
>
> 3,4c3,4
> < # Linux kernel version: 2.6.10-2-k7
> < # Thu Jan 27 12:08:16 2005
> ---
> > # Linux kernel version: 2.6.10-xen0
> > # Sun Jan 30 20:27:58 2005
> 5a6,22
> > CONFIG_XEN=y
> > CONFIG_ARCH_XEN=y
> > CONFIG_NO_IDLE_HZ=y
> >
> > #
> > # XEN
> > #
> > CONFIG_XEN_PRIVILEGED_GUEST=y
> > CONFIG_XEN_PHYSDEV_ACCESS=y
> > CONFIG_XEN_BLKDEV_BACKEND=y
> > CONFIG_XEN_NETDEV_BACKEND=y
> > CONFIG_XEN_BLKDEV_FRONTEND=y
> > CONFIG_XEN_NETDEV_FRONTEND=y
> > # CONFIG_XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER is not set
> > CONFIG_XEN_WRITABLE_PAGETABLES=y
> > CONFIG_XEN_SCRUB_PAGES=y
> > CONFIG_HAVE_ARCH_DEV_ALLOC_SKB=y
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|