看板 FB_hackers 關於我們 聯絡資訊
Well, if the system stops accessing RAM, you had better make sure that = *all* the instructions you need are already loaded into the L1 and L2 = caches. Otherwise you won't be able to turn RAM back on. That would = involve carefully preloading everything through use of the system's = appropriate PREFETCH calls, locking down the cache lines to make sure = nothing else disturbs them, turning off interrupts, and probably more. To actually turn off RAM, you'd have to power down or otherwise disable = the memory controller interface on your board. The procedures for that = would be highly platform dependent. /Andrew =20 > -----Original Message----- > From: owner-freebsd-hackers@freebsd.org [mailto:owner-freebsd- > hackers@freebsd.org] On Behalf Of Maslan > Sent: Tuesday, October 30, 2007 5:02 PM > To: Jaroszewski =A3ukasz > Cc: freebsd-hackers@freebsd.org > Subject: Re: ``Stopping RAM access'' >=20 > > Can anyone give me a clue, how one can ``stop'' system from = accessing > > RAM, and then allow it again? _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"