]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
doc: update README
authorHenning Schild <henning.schild@siemens.com>
Wed, 28 May 2014 11:44:52 +0000 (13:44 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 4 Jun 2014 06:22:11 +0000 (08:22 +0200)
The README had one line where the old jailhouse syntax was still used,
update it to the new syntax.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
README

diff --git a/README b/README
index 81215c1b67b18efe71fe9dea94628ae8d5c8e856..bcff41107706d244570e419c644537d5278d9972 100644 (file)
--- a/README
+++ b/README
@@ -113,8 +113,9 @@ guest and load jailhouse.ko. Then enable Jailhouse like this:
 
 Next you can create a cell with a demonstration application as follows:
 
-    jailhouse cell create /path/to/apic-demo.cell /path/to/apic-demo.bin \
-        -l 0xf0000
+    jailhouse cell create /path/to/apic-demo.cell
+    jailhouse cell load apic-demo /path/to/apic-demo.bin -a 0xf0000
+    jailhouse cell start apic-demo
 
 apic-demo.bin is left by the built process in the inmates/ directory. This
 application will program the APIC timer interrupt to fire at 10 Hz, measuring