mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
It might be a good idea to simply use mmap() from inside the pager and prefault it as a conventional way of mapping internal buffers. Will be investigated. - This would open the way that all internal buffer mapping is done in a standard way - Standard syscalls would be possible to use from within the pager.