From e4a5ef641cce7a76b63bac12ff7a7e3dbbd10e6e Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Tue, 23 Mar 2004 09:57:30 +0000 Subject: bitkeeper revision 1.822 (40600a0a9K2f7dR0Ky2OCGfBDHTTmQ) Many files: xeno -> xen renames. --- extras/mini-os/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/mini-os/Makefile') diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile index 41d6785c00..fc9c2bf733 100644 --- a/extras/mini-os/Makefile +++ b/extras/mini-os/Makefile @@ -27,8 +27,8 @@ $(TARGET): hypervisor-ifs head.o $(OBJS) # Image will load at 0xC0000000. First bytes from head.o #$(LD) -N -Ttext 0xC0000000 head.o $(OBJS) -o $@.elf $(LD) -N -T minios.lds head.o $(OBJS) -o $@.elf - # Guest OS header -- first 8 bytes are identifier 'XenoGues'. - echo -e -n 'XenoGues' >$@ + # Guest OS header -- first 8 bytes are identifier 'XenGuest'. + echo -e -n 'XenGuest' >$@ # Guest OS header -- next 4 bytes are load address (0xC0000000). echo -e -n '\000\000\000\300' >>$@ # Create a raw bag of bytes from the ELF image. -- cgit v1.2.3