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.
Jack Lange [Wed, 20 Apr 2011 23:50:37 +0000 (18:50 -0500)]
+obj-y += null.o
obj-$(CONFIG_EXT_MTRRS) += ext_mtrr.o
obj-$(CONFIG_EXT_VTSC) += ext_vtsc.o
obj-$(CONFIG_EXT_VTIME) += ext_vtime.o
--- /dev/null
+/** \file
+ * Do nothing module.
+ *
+ * This file only exists to appease the kbuild gods.
+ */
+