-
If you add a 'Time.sleep 1' between pushing network packet fragments onto the xen VIF transmission ring then the backend sends the fragments as if they are complete ethernet frames, even though the mo…
djs55 updated
11 years ago
-
...when using the opam system switch -- -- build failed because mirage-platform Makefile sets `PREFIX ?= /usr/local` which results in ocamlfind not being found. (since it's actually at `~/.opam/syste…
mor1 updated
11 years ago
-
Apparently due to buffering - this is just a duplicate of [Mort's pull request to mirage/mirage](https://github.com/mirage/mirage/pull/108), But it still isn't fixed so the mirage-skeleton tutorial ex…
-
It looks like the code produced by the 4.01 snapshot doesn't link with the 4.00.1 runtime. If we are going to recommend people use the snapshot then we should bite the bullet and upgrade the runtime?
…
djs55 updated
11 years ago
-
Here's what's on the console:
```
[root@dt52 ~]# cat /consoles/5
kernel.c: Mirage OS!
kernel.c: start_info: 0x11ab000(VA)
kernel.c: nr_pages: 0x10000
kernel.c: shared_inf: 0xbf2dd000(MA)
kern…
djs55 updated
11 years ago
-
opam version 1.0.0
executed `opam update`, was told many packages (23) need upgrading.
executed `opam upgrade`, packages began upgrading, no problems.
one seemed to take a long time, possibly due t…
mor1 updated
11 years ago
-
```
# /home/avsm/ocamlot/worker/ocaml/4.01/bin/ocamlopt.opt unix.cmxa -I /home/avsm/ocamlot/worker/ocaml/4.01/lib/ocaml/ocamlbuild /home/avsm/ocamlot/worker/ocaml/4.01/lib/ocaml/ocamlbuild/ocamlbuild…
avsm updated
11 years ago
-
... we allocate a contiguous Io_page.t of size 2 pages. We then chop it into views using Bigarray.Array1.sub, we then 'grant' each of these _views_, the C stub uses a function 'base_page_of' which loo…
djs55 updated
11 years ago
-
```
[vb@haramix ~]% opam pin
cow local /home/vb/code/ocaml-cow
cryptokit …
-
```
[vb@haramix ~/code/mirage-www/src]% opam pin
fd-send-recv local /home/vb/code/ocaml-fd-send-recv
mi…