Re: ``Stopping RAM access''
- From: Maslan <maslanbsd@xxxxxxxxx>
- Date: Tue, 30 Oct 2007 21:02:25 +0000
Can anyone give me a clue, how one can ``stop'' system from accessing RAM, and then allow it again?
I think this has no aim, RAM tests should be done during booting, but
u could try to disable interrupts while in kernel mode 'cli' which
will prevent any further context switching, then try to do whatever
you want, finally enable interrupts back 'sti'.
That's my two cents. I don't whether it will work or not.
--
System Programmer
--
I'm Searching For Perfection,
So Even If U Need Portability U've To Use Assembly ;-)
--
http://libosdk.berlios.de
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- RE: ``Stopping RAM access''
- From: Andrew Duane
- Re: ``Stopping RAM access''
- From: Michael M. Press
- RE: ``Stopping RAM access''
- References:
- ``Stopping RAM access''
- From: Jaroszewski Łukasz
- ``Stopping RAM access''
- Prev by Date: MacBook Pro 2.4 Ghz Santa Rosa
- Next by Date: Re: kernel panic at shutdown with freebsd 7.0 current snapshot (oct-2007)
- Previous by thread: ``Stopping RAM access''
- Next by thread: Re: ``Stopping RAM access''
- Index(es):
Relevant Pages
|
|