MTE unikernel with Mkernel+Mnet+Vifu
This commit is contained in:
parent
76662bf23c
commit
a23e59dfca
31 changed files with 535 additions and 376 deletions
|
|
@ -92,6 +92,7 @@ module TimeAbsolute = struct
|
|||
if Int64.unsigned_div v 1_000_000L <> s then never else v
|
||||
|
||||
let of_ptime v = v |> Ptime.to_float_s |> Int64.of_float |> of_s
|
||||
let bin = Bin.beint64
|
||||
let pp ppf t = if t = never then Fmt.pf ppf "never" else Fmt.pf ppf "%Lu" t
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue