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 a configuration structure for the binary inputs to the vmm (ramdisk, bios)
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 7 Oct 2008 18:33:51 +0000 (13:33 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 7 Oct 2008 18:33:51 +0000 (13:33 -0500)
commit6593ee3c311ec87304c7bed52a9e6034338679fb
tree067c2e838cde8855f40878d9d53a6923a981db68
parentf2ca95fb9b02995a2826fee0d5559a9739f390f2
added a configuration structure for the binary inputs to the vmm (ramdisk, bios)
cleaned up some of the geekos networking issues
added dynamic registration of virtual cdroms
moved memory based cdrom over to the new registration method
changed vmm_config to reflect new ramdisk and configuration setup
14 files changed:
build/Makefile
geekos/build/Makefile
geekos/include/geekos/bootinfo.h
geekos/src/geekos/mem.c
geekos/src/geekos/net.c
geekos/src/geekos/vm.c
palacios/include/devices/cdrom.h
palacios/include/devices/ide.h
palacios/include/devices/ramdisk.h
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_config.h
palacios/src/devices/cdrom.c
palacios/src/devices/ramdisk.c
palacios/src/palacios/vmm_config.c