diff options
author | dwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c> | 2009-11-12 05:41:21 +0000 |
---|---|---|
committer | dwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c> | 2009-11-12 05:41:21 +0000 |
commit | 24f1c0d38d87b605c71704fbc7c76d078e460f75 (patch) | |
tree | 948b96571ee4a2629c9c1ddb78be64d4286cf295 | |
parent | cfb4098f5f4b744435d842b82b728132e07d5070 (diff) |
Switch from /root/domaininfo to /etc/linpicker/domaininfo
git-svn-id: svn+ssh://svn-nitpicker.cl.cam.ac.uk/linpicker/trunk@632 88473608-6f18-0410-8b6c-91216bd3049c
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | comm_interp.c | 2 | ||||
-rw-r--r-- | install-directions.txt | 4 |
3 files changed, 8 insertions, 6 deletions
@@ -25,14 +25,14 @@ The build environment depended on virtual paths, which ONLY make could see... so all other tools (e.g., ctags, grep, etc.) were nearly useless, since any search would find multiple instances of files. -So this re-implements Nitpicker, but with the KISS notion. +So this ports Nitpicker, but with the KISS notion. SIMPLICITY is the goal here, with small amounts of code. -Currently this implementation uses the CORBA implementation ORBit2, +At first this implementation uses the CORBA implementation ORBit2, because this is a well-supported implementation. The original Nitpicker -depended on a CORBA interface, so this simplifies transition. +depended on a CORBA interface, so this simplified transition. -The plan is to port to Linux using ORBit, and then separately replace +The plan was to port to Linux using ORBit, and then separately replace the comm structure to use Xen directly. We must port to Xen (on grant tables, etc.), and nearly all CORBA functionality is unneeded, so eventually a tiny comm structure that we can directly diff --git a/comm_interp.c b/comm_interp.c index 9957b47..5cafffc 100644 --- a/comm_interp.c +++ b/comm_interp.c @@ -183,7 +183,7 @@ void parse_data(unsigned int assocID, unsigned short streamID, unsigned int pro } -#define map_domid_prefix "/root/domaininfo/" +#define map_domid_prefix "/etc/linpicker/domaininfo/" /* Map assocID to domain, in a trustworthy way. Return -1 if fail. */ int dom_id_of(unsigned int assocID) { diff --git a/install-directions.txt b/install-directions.txt index 4ab79ce..4d8c431 100644 --- a/install-directions.txt +++ b/install-directions.txt @@ -329,7 +329,9 @@ title Fedora (2.6.29.6-217.2.8.fc11.x86_64) with VESAFB To start up a client guest, do something like this: xm create tpath1.para Then use xm list to find the domain ID of the new guest. - Edit the file /root/domaininfo/*guest IP address* to contain this ID number. + Edit the file /etc/linpicker/domaininfo/GUEST_IP_ADDRESS + to contain this ID number (replacing the name GUEST_IP_ADDRESS + with the actual decimal IP address). * After compiling, if your development system != a guest, rsync the |