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.


build fix
Lei Xia [Mon, 6 Oct 2008 22:44:54 +0000 (17:44 -0500)]
build/RunPuppy.sh
geekos/src/geekos/net.c

index 0b36f37..315707e 100755 (executable)
@@ -1,3 +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;