initrd

From: <hidden>
Date: 2000-02-04 07:30:27

Hi

I got initrd running. The problem is exactly as assumed by Wolfgang.


Change in /usr/src/linux/arch/ppc/mbxboot/misc.c  ~ line 225

from

#ifdef CONFIG_MBX
        cmd_line = (char *)(load_addr - 0x10000);
#else
        cmd_line = (char *)(0x200000);
#endif

to

#if (defined CONFIG_MBX || defined CONFIG_ADS)
        cmd_line = (char *)(load_addr - 0x10000);
#else
        cmd_line = (char *)(0x200000);
#endif

Then the mapping is alright.

Might the change be necessary for FADS as well ?!?

Cheers and thanks for your help

Ruedi
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help