[parisc-linux] Finally ... Kernel Booted on C200

Ryan Bradetich rbradetich@uswest.net
Wed, 08 Sep 1999 21:32:40 -0600


Well I'm slowly learning .... :)

I finally figured out how to compile the cvs tree into a kernel that
I could boot on the C200.
These are the steps I followed, will someone verify if they are correct?

1. built the kernel using vmlinux,
2. built the ipl in arch/parisc/boot/boot_code
3. stripped ipl
4. mkImage ipl vmlinux vmlinux.boot
5 boot off of vmlinux.boot

At this point I get Tranfering control to kernel.  (At entry point
0x00010000)
The LED are also flashing in some patteren.

Well, time to start researching signals :)

-Ryan