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.


various bug fixes to the block layer
[palacios.git] / linux_usr / Makefile
index a1e9bb4..b8a1014 100644 (file)
@@ -12,8 +12,9 @@ v3_mem : v3_mem.c v3_ctrl.h
        gcc -static v3_mem.c -o v3_mem 
 
 
-v3_cons : v3_cons.c v3_ctrl.h
-       gcc -static v3_cons.c -o v3_cons -lcurses
+v3_cons : v3_cons.c v3_cons_sc.c v3_ctrl.h
+       gcc  v3_cons.c -o v3_cons -lcurses
+       gcc  v3_cons_sc.c -o v3_cons_sc -lcurses
 
 v3_stream : v3_stream.c v3_ctrl.h
        gcc -static v3_stream.c -o v3_stream