Subject: how to write codes to access memory start at address 0xF1000000
To: None <current-users@NetBSD.ORG>
From: Randy Wenjiun Lin <rblim@aht.com>
List: current-users
Date: 09/02/1997 23:00:17
Hi

I am doing embedded system programming on Netbsd 
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