Re: ``Stopping RAM access''

2007-10-31 Thread Michael M. Press
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

RE: ``Stopping RAM access''

2007-10-31 Thread Andrew Duane
dependent. /Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Maslan Sent: Tuesday, October 30, 2007 5:02 PM To: Jaroszewski Ɓukasz Cc: freebsd-hackers@freebsd.org Subject: Re: ``Stopping RAM access'' Can anyone give me a clue

Re: ``Stopping RAM access''

2007-10-30 Thread Maslan
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