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.


changed loops to use halt instead of while(1);
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 19 Dec 2008 07:27:01 +0000 (01:27 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 19 Dec 2008 07:27:01 +0000 (01:27 -0600)
commitefa8dd51a542d75cbe3f897f19f11eed13536e07
tree090aff6ff361907ea282657fce4d723e07ea39de
parent4e78dc8d5ae0bcf146eb425c8a53178a1fb758e8
changed loops to use halt instead of while(1);
geekos/src/geekos/lowlevel.asm
geekos/src/geekos/main.c