From: Peter Dinda Date: Mon, 23 Jun 2008 17:13:33 +0000 (+0000) Subject: Fixed the FS/GS save/restore problem X-Git-Tag: boot386puppy-26-to-ide~20 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=3379c30ffce19097f7253619132bb056fb6c2f26 Fixed the FS/GS save/restore problem Added PCI --- diff --git a/palacios/build/Makefile b/palacios/build/Makefile index c4aa17c..d871a38 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.38 $ +# $Revision: 1.39 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -85,7 +85,7 @@ KERNEL_C_SRCS := idt.c int.c trap.c irq.c io.c \ synch.c kthread.c \ serial.c reboot.c \ paging.c \ - debug.c vmm_stubs.c vm.c\ + debug.c vmm_stubs.c vm.c pci.c\ main.c # Kernel object files built from C source files