On Wed, Mar 29, 2000 at 06:41:38PM +0200, Andrea Arcangeli wrote:
> This is an incremental patch that allows me to boot:

Oh please.  You just reverted most of the interesting changes.

> -     start_kernel_pfn = PFN_UP(virt_to_phys(_stext));
> +#if 0
> +     start_kernel_pfn = PFN_DOWN(virt_to_phys(_stext));
> +#else
> +     start_kernel_pfn = 0;
> +#endif

Surely this is the only one needed if, as you claim, you can't
reuse low memory on you machine.


r~

Reply via email to