Hi Akio, Akio Takebe wrote: [Tue May 23 2006, 12:59:43AM EDT] > mm/page_alloc.c: In function 'alloc_node_mem_map': > mm/page_alloc.c:2143: error: 'MAX_ORDER_NR_PAGES' undeclared (first use in this function) > mm/page_alloc.c:2143: error: (Each undeclared identifier is reported only once > mm/page_alloc.c:2143: error: for each function it appears in.) This was due to a mistake on my part. I had mismatched kernel versions between the fedora kernel and the xen patch (-git9 vs. -git10). It should be fixed now in cset 21 > I'm not clear about directory construction. > What do each directory mean? > I want to know the following directory's meaning. > > # ls -F fedora-kernel-ia64/BUILD/kernel-2.6.16/ > Config.mk extract.pub kernel.pub kernel.sec linux-2.6.16.ia64/ > pubring.gpg random_seed secring.gpg vanilla/ xen/ xen-10022/ > > Are kernels of domain0/domainU made at linux-2.6.16.ia64? > If so, each linux-2.6.16.ia64 must be remade at each building time. > Am I right? That's right. See the %build section of kernel-2.6.spec Regards, Aron