From d47201cc4f2bc9cbaae0bfab32cf8a1b917f153d Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Wed, 15 Oct 2003 09:31:04 +0000 Subject: bitkeeper revision 1.520 (3f8d13d8qVVqxcYD--4cXYs5egqNyg) Many files: Fix the minos license so that it is usable for XP and BSD ports. minios.lds: Rename: extras/mini-os/vmlinux.lds -> extras/mini-os/minios.lds .del-list.h~d612a8726e8d42e: Delete: extras/mini-os/h/list.h .del-COPYING~1f9753354580bd13: Delete: extras/mini-os/COPYING --- extras/mini-os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/mini-os/Makefile') diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile index 18ae585db7..c0b977080b 100644 --- a/extras/mini-os/Makefile +++ b/extras/mini-os/Makefile @@ -21,7 +21,7 @@ hypervisor-ifs: $(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 vmlinux.lds 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 -- next 4 bytes are load address (0xC0000000). -- cgit v1.2.3