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 '64bit' into 64bit-right
Jack Lange [Tue, 7 Oct 2008 23:26:05 +0000 (18:26 -0500)]
Conflicts:
geekos/build/Makefile
geekos/src/geekos/net.c

1  2 
geekos/build/Makefile
geekos/src/geekos/net.c
palacios/include/devices/ide.h

@@@ -141,14 -141,8 +141,8 @@@ COMMON_C_OBJS := $(COMMON_C_SRCS:%.c=co
  V3_LD_FLAGS := -L./palacios/
  #V3_LIBS := -lxed -lv3vee
  V3_LIBS := ./palacios/libxed.a ./palacios/libv3vee.a ./palacios/libxed.a ./palacios/libv3vee.a
 -
 +V3_OBJS := ./palacios/libxed.a ./palacios/libv3vee.a ./palacios/vm_kernel
  
  ifeq ($(UIP),ON)
        UIP_C_SRCS := psock.c timer.c uip_arp.c uip.c uip-fw.c uiplib.c uip-neighbor.c uip-split.c resolv.c
        UIP_C_OBJS := $(UIP_C_SRCS:%.c=net/%.o)
@@@ -158,8 -152,8 +152,13 @@@ els
  endif
  
  ifeq ($(LWIP),ON)
++<<<<<<< HEAD:geekos/build/Makefile
 +      LWIP_OBJS := lwip
 +      CC_LWIP_OPTS := -I$(PROJECT_ROOT)/include/lwip  -I$(PROJECT_ROOT)/include/lwip/ipv4 -I$(PROJECT_ROOT)/include/libc -DLWIP_DEBUG
++=======
+       LWIP_OBJS := lwip/*.o
+       CC_LWIP_OPTS := -I$(PROJECT_ROOT)/include/lwip  -I$(PROJECT_ROOT)/include/lwip/ipv4 -I$(PROJECT_ROOT)/include/libc -DLWIP_DEBUG -DLWIP
++>>>>>>> 64bit:geekos/build/Makefile
  else
        LWIP_OBJS := 
        CC_LWIP_OPTS :=
@@@ -69,10 -72,11 +74,13 @@@ void Init_Network() 
  
    //initial a network application
    ping_init();
+ #endif
  }
  
 +#endif
 +
  
  #if 0
  void test_network() {
Simple merge