From: Peter Dinda Date: Thu, 7 Aug 2008 22:53:52 +0000 (+0000) Subject: Added svm_wbinvd.c X-Git-Tag: vmmhack1-ramdisk-boot-iso-puppy~10 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=28b1fc67c62b4e253377805b9028652dace5a679 Added svm_wbinvd.c --- diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 05e5eea..4520fa0 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -1,6 +1,6 @@ # Makefile for GeekOS kernel, userspace, and tools # Copyright (c) 2004,2005 David H. Hovemeyer -# $Revision: 1.57 $ +# $Revision: 1.58 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -151,7 +151,7 @@ ALL_TARGETS := vmm.img vm_kernel # Kernel source files KERNEL_C_SRCS := idt.c int.c trap.c irq.c io.c \ - blockdev.c ide.c \ + blockdev.c ide.c ne2k-2.c \ keyboard.c screen.c timer.c \ mem.c crc32.c \ gdt.c tss.c segment.c \ @@ -201,7 +201,8 @@ VMM_C_SRCS := vm_guest.c \ vmm_intr.c vmm_time.c \ vmm_shadow_paging.c vm_guest_mem.c \ vm_dev.c vmm_dev_mgr.c vmm_decoder.c \ - svm_halt.c svm_pause.c vmm_config.c vmm_hashtable.c \ + svm_halt.c svm_pause.c svm_wbinvd.c \ + vmm_config.c vmm_hashtable.c \ vmm_string.c vmm_emulator.c \ $(DECODER_SRCS) # vmx.c vmcs_gen.c vmcs.c