Subject: Re: Memory disk woes: mdsetimage
To: Bruce Martin <BruceM@cat.co.za>
From: Steve Woodford <swoodfor@bluews.com>
List: port-arm32
Date: 03/26/1999 09:23:32
On Fri, 26 Mar 1999, Bruce Martin wrote:

> I am trying to make a memory root disk for an EBSA285, and have managed
> to make ramdisk-13I.fs, my file system image. Then I do the following:
> 
>         mdsetimage -v ./netbsd ./ramdisk-13I.fs 

mdsetimage uses mmap to write the ramdisk image into the kernel.
Up until _very_ recently, the arm32 pmap code was broken enough
to cause problems such as this.

Try updating to the latest -current. That should solve the
problem.

Cheers, Steve