From: Peter Dinda Date: Tue, 22 Jul 2008 23:23:54 +0000 (+0000) Subject: Now produces a rombios+vgabios vm_kernel regardless of whether XED=1 X-Git-Tag: vmmhack1-ramdisk-boot-iso-puppy~51 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=d605ad004bd4ddce4be472210496da843763fe16 Now produces a rombios+vgabios vm_kernel regardless of whether XED=1 --- diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 0875737..34a145d 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.51 $ +# $Revision: 1.52 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -48,6 +48,9 @@ VPATH := $(PROJECT_ROOT)/src DEBUG=1 DEBUG_SECTIONS= +ifeq ($(DEBUG_ALL),1) + DEBUG_SECTIONS:= $(DEBUG_SECTIONS) -DDEBUG_SHADOW_PAGING -DDEBUG_CTRL_REGS -DDEBUG_INTERRUPTS -DDEBUG_IO -DDEBUG_KEYBOARD -DDEBUG_PIC -DDEBUG_PIT -DDEBUG_NVRAM +endif ifeq ($(DEBUG_SHADOW_PAGING),1) DEBUG_SECTIONS := $(DEBUG_SECTIONS) -DDEBUG_SHADOW_PAGING endif @@ -371,11 +374,7 @@ force_vgabios: (cd ../src/vmboot/vgabios; make clean; make) force_payload: force_rombios force_vgabios -ifeq ($(XED),1) - ../scripts/make_payload.pl payload_none.txt vm_kernel -else ../scripts/make_payload.pl payload_layout.txt vm_kernel -endif inter1: force_payload -make clean