Subject: Re: /dev/rom?
To: Ken Nakata <kenn@remus.rutgers.edu>
From: Stefan Arentz <stefan.arentz@luna.net>
List: port-mac68k
Date: 11/07/1997 17:26:56
Hm. You're right of course. I'll try that first.

Thanks!

 Stefan

On Fri, Nov 07, 1997 at 11:23:14AM -0500, Ken Nakata wrote:
> On Fri, 7 Nov 1997 14:37:21 +0100,
> Stefan Arentz <stefan.arentz@luna.net> wrote:
> > Hi, would it be useful to have a /dev/rom that is mapped to the ROM? I've
> > got some code to access mac resource files which would make it easier to
> > access info stored in ROM resources...
> 
> You can always mmap() /dev/mem into your virtual space...
> 
> Ken