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 /home/palacios/palacios into lwip_dev
Lei Xia [Tue, 30 Sep 2008 22:27:02 +0000 (17:27 -0500)]
Conflicts:
palacios/src/lwip/arch/sys_arch.c

1  2 
palacios/build/Makefile
palacios/src/lwip/arch/sys_arch.c

Simple merge
@@@ -188,7 -188,7 +188,6 @@@ current_thread(void
  }
  
  
--//!!!!!!!!!!!!backto this function later
  /*-----------------------------------------------------------------------------------*/
  sys_thread_t
  sys_thread_new(char *name, void (* function)(void *arg), void *arg, int stacksize, int prio)