Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Merge branch 'devel' into ide
Jack Lange [Tue, 31 Mar 2009 20:42:42 +0000 (15:42 -0500)]
Conflicts:
misc/test_vm/build/Makefile
palacios/build/Makefile

1  2 
misc/test_vm/build/Makefile
palacios/build/Makefile
palacios/src/devices/apic.c
palacios/src/devices/ramdisk.c
palacios/src/palacios/vmm_config.c

@@@ -38,14 -38,12 +38,15 @@@ KERNEL_ENTRY = $(SYM_PFX)Mai
  PROJECT_ROOT := ..
  VPATH := $(PROJECT_ROOT)/src
  
- #when -DNDEBUG is set the kassert functions are disabled
- #JRLDEBUG=-DNDEBUG
 -ifeq ($(DEBUG_SERIAL),1)
 -JRL_DEBUG := -DDEBUG_SERIAL
 -endif
 +ifeq ($(SERIAL_DEBUG), 1)
 +JRLDEBUG= -DDEBUG_SERIAL
 +else 
 +JRLDEBUG= 
 +endif
 +
  # Figure out if we're compiling with cygwin, http://cygwin.com
  SYSTEM_NAME := $(shell uname -s)
  ifeq ($(findstring CYGWIN,$(SYSTEM_NAME)),CYGWIN)
@@@ -178,7 -174,7 +179,8 @@@ NUMSECS := $(PERL) $(PROJECT_ROOT)/scri
  # ----------------------------------------------------------------------
  
  # Flags used for all C source files
 -GENERAL_OPTS := -O -Wall $(EXTRA_C_OPTS) $(JRL_DEBUG)
++
 +GENERAL_OPTS := -O -Wall $(EXTRA_C_OPTS) $(JRLDEBUG)
  CC_GENERAL_OPTS := $(GENERAL_OPTS) -Werror 
  
  # Flags used for kernel C source files
@@@ -62,8 -62,7 +62,8 @@@ endi
  
  
  ifeq ($(DEBUG_ALL),1)
-   DEBUG_SECTIONS:= $(DEBUG_SECTIONS) -DDEBUG_SHADOW_PAGING -DDEBUG_CTRL_REGS -DDEBUG_INTERRUPTS -DDEBUG_KEYBOARD -DDEBUG_PIC -DDEBUG_PIT -DDEBUG_NVRAM -DDEBUG_EMULATOR  -DDEBUG_XED -DDEBUG_HALT -DDEBUG_DEV_MGR
 -  DEBUG_SECTIONS:= $(DEBUG_SECTIONS) -DDEBUG_SHADOW_PAGING -DDEBUG_NESTED_PAGING -DDEBUG_CTRL_REGS -DDEBUG_INTERRUPTS -DDEBUG_KEYBOARD -DDEBUG_PIC -DDEBUG_PIT -DDEBUG_NVRAM -DDEBUG_EMULATOR  -DDEBUG_XED -DDEBUG_HALT -DDEBUG_DEV_MGR -DDEBUG_IO -DDEBUG_GENERIC -DDEBUG_RAMDISK
++  DEBUG_SECTIONS:= $(DEBUG_SECTIONS) -DDEBUG_SHADOW_PAGING -DDEBUG_NESTED_PAGING -DDEBUG_CTRL_REGS -DDEBUG_INTERRUPTS -DDEBUG_KEYBOARD -DDEBUG_PIC -DDEBUG_PIT -DDEBUG_NVRAM -DDEBUG_EMULATOR  -DDEBUG_XED -DDEBUG_HALT -DDEBUG_DEV_MGR
 +# -DDEBUG_IO -DDEBUG_GENERIC -DDEBUG_IDE
  endif
  
  
Simple merge
Simple merge
Simple merge