chlebana@physics.utoronto.ca (Frank Chlebana) (02/15/91)
The easiest way to access VME space is through the mmap call. Use man mmap for more info. You will have to tell your computer what memory is allowed to be mapped. This is done in the /usr/sysgen/master.d/mem file. You have to fill in the structure with the address and reconfigure the kernel. SGI also has a manual called something like "writing device drivers". It has some examples of writing drivers to access VME space among others. Also, a useful book to look at is "mips R2000 risc architecture" by Gerry Kane, Prentice Hall. It has usefull things like virtual to physical memory maps. Frank Chlebana chlebana@oldkat.physics.utoronto.ca