Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: writing to /dev/mem



> > > Is there a kernel option that I need to set to allow this?
> > Yes, "INSECURE".
> Nope.  I added this option and rebuilt the kernel, and it still gives me
> "operation not permitted".

You can't write to /dev/kmem when the kernel's in multiuser mode due to the
security level of 1, see init(8). You'll have to go some different way to
access memory (registers, i guess?), please loog at the existing drivers.


Hubert

-- 
=============== Hubert Feyrer ============================================
      Weekdays: Rennerstr. 19, D-93053 Regensburg, Tel. 0941/943-1333
      Weekends: Bachstr. 40,   D-84066 Mallersdorf, Tel. 08772/6084
      Internet: hubert.feyrer%rz.uni-regensburg.de@localhost, IRC: hubertf
==========================================================================



Home | Main Index | Thread Index | Old Index