Is the LUK available at all for 64-bit?
Using Ubuntu 9.04 64-bit.
I can only find 32-bit binaries on the downloads page and compiling from source with the "make" command gives this:
make -Wall -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` EXTRA_CFLAGS="-I`pwd`/include" modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic'
CC [M] /home/tim/Desktop/unifiedkernel-0.2.4/module/ke/wait.o
In file included from /home/tim/Desktop/unifiedkernel-0.2.4/module/ke/wait.c:33:
/home/tim/Desktop/unifiedkernel-0.2.4/module/include/apc.h:35:28: error: linux/winternl.h: No such file or directory
In file included from /home/tim/Desktop/unifiedkernel-0.2.4/module/include/win32.h:38,
from /home/tim/Desktop/unifiedkernel-0.2.4/module/include/apc.h:39,
from /home/tim/Desktop/unifiedkernel-0.2.4/module/ke/wait.c:33:
/home/tim/Desktop/unifiedkernel-0.2.4/module/include/win32_process.h:34:32: error: linux/win32_thread.h: No such file or directory
make[2]: *** [/home/tim/Desktop/unifiedkernel-0.2.4/module/ke/wait.o] Error 1
make[1]: *** [_module_/home/tim/Desktop/unifiedkernel-0.2.4/module] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
make: *** [default] Error 2

