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 'lwip_dev' of ssh://palacios@localhost/home/palacios/palacios into lwip_dev
Lei Xia [Mon, 6 Oct 2008 22:50:37 +0000 (17:50 -0500)]
Conflicts:
build/RunPuppy.sh

build/RunPuppy.sh
geekos/src/geekos/net.c

index c755b79..315707e 100755 (executable)
@@ -1,4 +1,3 @@
 #!/bin/sh
-
 cp ../geekos/build/vmm.img ./
 /usr/local/qemu/bin/qemu-system-x86_64   -serial file:serial.out -m 1024 -fda vmm.img -cdrom /opt/vmm-tools/isos/puppy.iso
index ceb41c1..9487d69 100644 (file)
@@ -34,7 +34,8 @@ void Init_Network() {
   //temporay now we are using lwip sockets
   // init_socket_layer();
 
-#ifdef LWIP  
+#ifdef LWIP
+  
   struct ip_addr ipaddr, netmask, gateway;
   sys_sem_t sem;
   err_t err;