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.


It seems FreeBSD sets the cursor to an out-of-screen location while booting. This...
authorErik van der Kouwe <erikvdk@gmail.com>
Fri, 19 Nov 2010 17:40:08 +0000 (11:40 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 19 Nov 2010 17:40:08 +0000 (11:40 -0600)
commit11d720fc1423409ceb24e0b970ae6f7199912152
tree3b7dbbe627083414343b58da91ef87e8df61f6ee
parent5577397c63238a7942afd98d1d975b06b1422687
It seems FreeBSD sets the cursor to an out-of-screen location while booting. This patch adds checks to prevent that from being a problem. It also adds asserts in cga.c to make related buffer overflows easier to debug in the future
palacios/src/devices/cga.c
palacios/src/devices/curses_cons.c