for hard core developpers only: a new user mode linux project :-)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@267 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-06-24 13:42:40 +00:00
parent 6c0372d30b
commit 0824d6fc67
2 changed files with 1387 additions and 0 deletions

View file

@ -135,6 +135,10 @@ ifeq ($(ARCH),alpha)
echo -ne '\001\000\000\000' | dd of=qemu bs=1 seek=48 count=4 conv=notrunc
endif
# must use static linking to avoid leaving stuff in virtual address space
vl: vl.o libqemu.a
$(CC) -static -Wl,-T,i386-vl.ld -o $@ $^ $(LIBS)
depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend

1383
vl.c Normal file

File diff suppressed because it is too large Load diff