dinosaure / docteur

An opiniated file-system for MirageOS
MIT License
25 stars 0 forks source link

Be able to functorize `docteur` over a `Mirage_block.S` #27

Open dinosaure opened 1 year ago

dinosaure commented 1 year ago

Currently, docteur implements its own block device. It's highly related to mirage/mirage-block#53. Indeed, we must have a mmap syscall which is outside the Lwt monad. If it's the case, we can imagine then a functorization of docteur_{solo5,unix} over a Mirage_block.S (and combine it with mirage-block-ccm for instance).