From daeebd09fe048f200e1d3f210de585e1f044ea54 Mon Sep 17 00:00:00 2001 From: Richard Mortier Date: Wed, 21 Sep 2011 17:05:40 +0100 Subject: [PATCH] [slides] fix a few typos/add a couple of clarifications --- slides/device_exercises.ml | 7 ++++--- slides/device_model.ml | 4 ++-- slides/intro.ml | 2 +- slides/miragep4.ml | 25 +++++++++++++------------ 4 files changed, 20 insertions(+), 18 deletions(-) diff --git a/slides/device_exercises.ml b/slides/device_exercises.ml index 5d2c925..1b911c2 100644 --- a/slides/device_exercises.ml +++ b/slides/device_exercises.ml @@ -56,7 +56,7 @@ let main () = { styles=[]; content= <:html<

Using Key-Value Stores (3)

-

Now we need to link in our fake block device Filesystem_static to our Mirage application. The server.mir file lets you control the build:

+

Now we need to link our fake block device Filesystem_static into our Mirage application. The server.mir file lets you control the build:

 $str:dl$ echo Server.main > kv_crunch.mir
 $str:dl$ echo Filesystem_static >> kv_crunch.mir
@@ -104,7 +104,7 @@ $str:dl$ ./_build/unix-direct/kv_fs.bin -vbd myvbd:disk1.img \
 { styles=[];
   content= <:html<
    

Standalone Xen

-

With a RAMdisk (the first example), the Xen microkernel with storage is trivial.

+

With a RAMdisk (kv_crunch, the first example), the Xen microkernel with storage is trivial.

 // Linux x86_64 only
 $str:dl$ mir-build xen/kv_crunch.xen
@@ -123,7 +123,8 @@ $str:dl$ cd mirage-tutorial/devices/fat
 $str:dl$ make
 
-

The command-line flag to map in a FAT image is -fat_kv_ro id:blkif_id just like the previous one.

+

The command-line flag to map a FAT image is
+-fat_kv_ro id:blkif_id just like the previous one.

This is for advanced users, but see what you can do with it! MacOS has poor support for manipulating FAT volumes, so this will be easier on Linux.

>> diff --git a/slides/device_model.ml b/slides/device_model.ml index ec0d757..7e4108a 100644 --- a/slides/device_model.ml +++ b/slides/device_model.ml @@ -173,7 +173,7 @@ type blkif = < >> @@ -185,7 +185,7 @@ type blkif = <

Providers

content = <:html<

Web Syntax extensions