I added little patch to fix the definition of maddr_t variable (it seems was removed on x86_64 systems) using the ibcs.3.8 release..
Also, I need to comment the one line on
/lib/modules/`uname -r`/build/include/linux/autoconf.h
because CONFIG_XEN is bad detected:
Before
#define CONFIG_XEN 1
After
/*#define CONFIG_XEN 1*/
I test it on Ubuntu 8.10 Intrepid for AMD64
Regards.
kernel 2.6.27 x86_64 patch