aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 09:57:30 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 09:57:30 +0000
commite4a5ef641cce7a76b63bac12ff7a7e3dbbd10e6e (patch)
treeb002f3eab4ffa9f7e6da0bb9bfc8d2a088cf07a1 /tools/xc
parent2a5f90e8e88330b026e79c1a3c38a711f545c167 (diff)
downloadxen-e4a5ef641cce7a76b63bac12ff7a7e3dbbd10e6e.tar.gz
xen-e4a5ef641cce7a76b63bac12ff7a7e3dbbd10e6e.tar.bz2
xen-e4a5ef641cce7a76b63bac12ff7a7e3dbbd10e6e.zip
bitkeeper revision 1.822 (40600a0a9K2f7dR0Ky2OCGfBDHTTmQ)
Many files: xeno -> xen renames.
Diffstat (limited to 'tools/xc')
-rw-r--r--tools/xc/lib/xc_linux_build.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xc/lib/xc_linux_build.c b/tools/xc/lib/xc_linux_build.c
index 0659bb99c7..fa388d52ef 100644
--- a/tools/xc/lib/xc_linux_build.c
+++ b/tools/xc/lib/xc_linux_build.c
@@ -6,7 +6,7 @@
#include <zlib.h>
/* This string is written to the head of every guest kernel image. */
-#define GUEST_SIG "XenoGues"
+#define GUEST_SIG "XenGuest"
#define SIG_LEN 8
#define L1_PROT (_PAGE_PRESENT|_PAGE_RW|_PAGE_ACCESSED)
@@ -56,7 +56,7 @@ static int read_kernel_header(gzFile gfd, long dom_size,
return -1;
}
- /* Read the load address which immediately follows the Xeno signature. */
+ /* Read the load address which immediately follows the Xen signature. */
gzread(gfd, load_addr, sizeof(unsigned long));
return 0;