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.


Added stub for VGA implementation and detailed VGA register struct defs
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 10 Mar 2011 16:59:55 +0000 (10:59 -0600)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 10 Mar 2011 16:59:55 +0000 (10:59 -0600)
commit14e8d7e88362f4f7c3c558bbdcb31d72011c10f5
tree8386837c1e4adbfe4a8207c69ad9e5e671362514
parent1bd025c8e158b2b5f4c8e8ccf1bcf8d702dde037
Added stub for VGA implementation and detailed VGA register struct defs
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/vga.c [new file with mode: 0644]
palacios/src/devices/vga_regs.h [new file with mode: 0644]