Re: Palm sync with YDL (Kernel Compiling Steps)


Subject: Re: Palm sync with YDL (Kernel Compiling Steps)
From: Iain Stevenson (iain@iainstevenson.com)
Date: Mon Sep 10 2001 - 16:24:35 MDT


.. the same up to step 9, then you need to copy vmlinux-2.4.x-sf to the
Linux Kernels folder within the System Folder on your Mac OS boot partition.

Assuming that your Mac OS boot partition is sda6 (substitute whatever it is
in the following). As root:

10. Make a mount point for the Mac OS boot partition eg mkdir /mnt/sda6
11. mount -thfs /dev/sda6 /mnt/sda6
12. cp /boot/vmlinux-2.4.x-sf /mnt/sda6/"System Folder"/"Linux Kernels"/
13. Reboot and select vmlinux-2.4.x-sf from the drop down list in BootX

  Iain

on 10/9/01 11:01 pm, Morgan Doocy at mdoocy@mac.com wrote:

> Would anyone care to add the necessary adjustments to this for use with
> BootX? I'd really appreciate it. (Thanks Paul for the instructions)
>
> Thanks,
>
> Morgan
>
> *** Paul J. Lucas - pauljlucas@mac.com - 9/10/01 2:52 PM ***
>
>> Once you get all the RPMs, you:
>>
>> 1. cd /usr/src/linux
>> 2. Edit the Makefile and make EXTRAVERSION be something else
>> like:
>>
>> EXTRAVERSION = -sf
>>
>> i.e., your initials. Then
>>
>> 3. make xconfig
>> 4. Load the old config from the configs subdirectory.
>> 5. Add in IrDA as shown on my pages.
>> 6. Save and exit.
>> 7. make dep
>> 8. make && make modules && make modules_install
>> 9. Install the kernel:
>>
>> strip vmlinux
>> cp vmlinux /boot/vmlinux-2.4.x-sf
>> cp System.map /boot/System.map-2.4.x-sf
>>
>> (Substitute 2.4.x with your actual kernel version.)
>>
>> 10. Edit /etc/yaboot.conf and add an entry for you new kernel.
>> 11. ybin
>>
>> Now reboot and select your new kernel.
>>
>> - Paul
>>



This archive was generated by hypermail 2a24 : Mon Sep 10 2001 - 15:40:29 MDT