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 module directory tree and build configuration
authorJack Lange <jarusl@cs.northwestern.edu>
Thu, 11 Feb 2010 04:00:23 +0000 (22:00 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Thu, 11 Feb 2010 04:00:23 +0000 (22:00 -0600)
commit4cc3e8965ada59e7f5a9e55e8ccbc9563d997b93
tree24d60ddff5625b60237d1bb1271051732cbb44dc
parent4a7e284362662dd76319c4d5843deb28fba82ba0
added module directory tree and build configuration
14 files changed:
Kconfig
Makefile
modules/Kconfig [new file with mode: 0644]
modules/Makefile [new file with mode: 0644]
modules/linux_mods/Kconfig [new file with mode: 0644]
modules/linux_mods/i386/Kconfig [new file with mode: 0644]
modules/linux_mods/i386/Makefile [new file with mode: 0644]
modules/linux_mods/i386/binaries.S [new file with mode: 0644]
modules/linux_mods/i386/binaries/test.ko [new file with mode: 0644]
modules/linux_mods/i386/headers.c [new file with mode: 0644]
palacios/include/palacios/vmm_symmod.h
palacios/src/devices/lnx_virtio_symmod.c
palacios/src/palacios/vmm_binaries.S
palacios/src/palacios/vmm_symmod.c