From: Jean-Charles T. <jea...@rd...> - 2004-03-11 08:52:42
|
hi, I try to install linux on my mac ipod, which means that I have HFS+ partition. So I compiled the 2.4.24 kernel . When I installed it, i hoped that it could natively see my HFS+ root partition, but it doesn't. Is there a special flag to set when compiling the kernel? I report here the problems I get when I compiled the 2.4.24 kernel. I used the source kernel from (http://www.ovh-new.lkams.kernel.org/pub/linux/kernel/v2.4/), the uClinux-2.4.24-uc0.diff.gz and the cvs version of the ipodlinux patch. First I needed to create a file at include/linux/version.h which contains: #define UTS_RELEASE "2.4.24-uc0" #define LINUX_VERSION_CODE KERNEL_VERSION(2,2,24) #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) Then, I need to comment the line 245 of file char/serial.c and line 4 of include/asm/spinlock.h thanks, jc. |