aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/README
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-09-02 10:04:42 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-09-02 10:04:42 +0000
commitd26b1c7f7f64bdb6d424f25e674bfbc6f7d3e6ff (patch)
treea0b3192b908e0450bbe9d03a98e9a53f61016c6a /extras/mini-os/README
parent1bde153f05d9a2f9cda9944e4b644aeaa772cf71 (diff)
downloadxen-d26b1c7f7f64bdb6d424f25e674bfbc6f7d3e6ff.tar.gz
xen-d26b1c7f7f64bdb6d424f25e674bfbc6f7d3e6ff.tar.bz2
xen-d26b1c7f7f64bdb6d424f25e674bfbc6f7d3e6ff.zip
Mini-os fixes from Simon Kagstrom.
Diffstat (limited to 'extras/mini-os/README')
-rw-r--r--extras/mini-os/README13
1 files changed, 4 insertions, 9 deletions
diff --git a/extras/mini-os/README b/extras/mini-os/README
index 98661a9274..d4bab382af 100644
--- a/extras/mini-os/README
+++ b/extras/mini-os/README
@@ -23,13 +23,8 @@ Stuff it doesn't show:
- to build it just type make.
-- copy image.final somewhere where dom0 can access it
+- to start it do the following in domain0 (assuming xend is running)
+ # xm create domain_config
-- in dom0
- # xi_create 16000 test
- <domid>
- # xi_build <domid> image.final 0
- # xi_start <domid>
-
-this prints out a bunch of stuff and then every 1000 timer interrupts the
-system time.
+this starts the kernel and prints out a bunch of stuff and then every
+1000 timer interrupts the system time.