Aug. 7, 2013
10:07 p.m.
On Tue, Aug 6, 2013 at 11:06 AM, Sankar P <sankar.curiosity@gmail.com> wrote:
One recommendation: add support for page-cache. Start with read-cache only, and then mmap support, you need that to allow binary execution.
oh okay. You suggest that I should do this before I start implementing the support for extents ?
Sankar
Sankar, Do a strace on just about any program and you will see mmap is used heavily. Extents is an internal nicety, but mmap is core functionality that you would need even on a simpleFS for an embedded system. Greg -- Greg Freemyer