Annotation of wikisrc/users/uebayasi/xip.mdwn, revision 1.3
1.1 wiki 1: # eXecute-In-Place (XIP) Support for NetBSD
2:
3: XIP is a technique to execute programs directly from NOR FlashROMs without user programs copied into RAM as
4: page cache. Its basic functionality is realized with small changes in NetBSD because page cache management is already
5: concentrated in single place called UBC, where all file data access (read() / write(), and mmap()) go through. This paper
6: explains the design and implementation of the changes made to the NetBSD kernel to support XIP.
1.2 wiki 7:
1.3 ! wiki 8: [BSDCan paper](http://www.netbsd.org/~uebayasi/bsdcan-2010-xip.pdf)
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb