[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: MirageOS meeting 2022-11-30
Hi, The idea behind that is to unlock the ability to create a read-only file-system and where the access of datas will not be determined by a underlying scheduler. A new signature like: ```ocaml module type Mirage_block.RD = sig type t val read : offset:int64 -> Cstruct.t end ``` Will allow us to make a `Mirage_kv.RO` and be able to compose such layout (the file-system layout) with something else (like `ccm_block`). Best, On Wed, Nov 30, 2022 at 6:01 PM Anil Madhavapeddy <avsm2@xxxxxxxxxxxx> wrote:
-- Romain Calascibetta - http://din.osau.re/
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |