Date: Thu, 5 Jul 2001 19:58:25 +0200 From: Bernd Walter <ticso@mail.cicely.de> To: Bernd Walter <ticso@mail.cicely.de> Cc: "Eugene L. Vorokov" <vel@bugz.infotecs.ru>, freebsd-hackers@FreeBSD.ORG Subject: Re: kernel panic when trying to use init's address space Message-ID: <20010705195825.E8794@cicely20.cicely.de> In-Reply-To: <20010705145917.A7717@cicely20.cicely.de>; from ticso@mail.cicely.de on Thu, Jul 05, 2001 at 02:59:17PM %2B0200 References: <200107051251.f65CpMp03726@bugz.infotecs.ru> <20010705145917.A7717@cicely20.cicely.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 05, 2001 at 02:59:17PM +0200, Bernd Walter wrote: > You are mmaping into the address space for the process you use the > struct proc from. > As long as it's this programm that is curproc everything is fine. > That means you are called from that process such in kldload or > interrupted that proccess. > What you need is to use the address space that is common to all > proccess while working in kernel mode not into the proccess specific. > I don't know if it is possible to mmap into that space. Sorry for that bad english and for the massive typos. I hope you understood what I was trying to write. Guess it's bad to enjoy natures sun for to long... Going to back to enjoy sun computers which aren't that critical if used for hours. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010705195825.E8794>