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.


Boot a 1 G kitten kernel under qemu
Trammell Hudson [Tue, 21 Oct 2008 21:51:52 +0000 (16:51 -0500)]
kitten/boot-kitten [new file with mode: 0755]

diff --git a/kitten/boot-kitten b/kitten/boot-kitten
new file mode 100755 (executable)
index 0000000..dc5b9f7
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+exec /usr/local/qemu/bin/qemu-system-x86_64 \
+       -m 1024 \
+        -nographic \
+        -cdrom ./arch/x86_64/boot/image.iso  \
+       < /dev/null
+