Date: Tue, 02 Sep 1997 22:49:24 -0700 From: Randy Wenjiun Lin <rblim@aht.com> To: freebsd-hackers@FreeBSD.ORG Subject: how to access memory address 0xF1000000 Message-ID: <340CFA64.15FB7483@aht.com>
next in thread | raw e-mail | index | archive | help
Hi, I am doing embedded system programming on Freebsd. I need to access data on a shared memory which start at 0xF1000000. How to write codes to have the data on the shared memory accessed? In other words, how to make an array start at address 0xF100000? I want to declare an array containing all the adresses to which I can access those data pointed. Any ideas? Thanks a lot Randy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?340CFA64.15FB7483>