On 30 Mar 2000, David Huggins-Daines wrote:
>I presume the kernel parameters are going to go somewhere else on
>Wildfire and friends, but this patch doesn't make it clear where
For platforms that needs the kernel loaded over 4mbyte of RAM only the
absolute ZERO_PGE address changes, the offset 0x30A000 will remain the
same.
>exactly that is, so I'm going to keep hard-coding physical 0x30a000
>into aboot until someone tells me to do otherwise.
You should make it partially dynamic. Actually ZERO_PGE it's a compile
time thing and that's wrong since it forbids to change the start of the
kernel. You should hardcode only the _offset_ 0x30A000 instead, and sum it
to the elf start address to get the address of the zero page.
>PAGE_OFFSET in various places - do we ever define USE_48_BIT_KSEG?)
We never use the 48 bit kseg so it's not a problem for now.
Andrea