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.


Merge branch 'lwip_dev' of ssh://palacios@localhost/home/palacios/palacios into lwip_dev
Lei Xia [Thu, 25 Sep 2008 17:22:32 +0000 (12:22 -0500)]
LICENSE [new file with mode: 0644]
RUNNING.LINUX
RUNNING.WINDOWS
SETUP.LINUX
SETUP.WINDOWS
misc/test_vm/build/Makefile
misc/test_vm/build/common/.ignore [new file with mode: 0644]
misc/test_vm/build/geekos/.ignore [new file with mode: 0644]

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..f172999
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+TODO: decide on license, fill me in
index ac768b1..b65a73a 100644 (file)
@@ -16,7 +16,7 @@ the necessary support of AMD SVM virtualization extensions.
 
 If you would like to install qemu, a copy is in the repository:
 
-export DEVROOT=/path/to/your/vmm-dev
+export DEVROOT=/path/to/your/vmm-tools
 
 untar $DEVROOT/utils/qemu-0.9.1.tar.gz and follow instructions for
 building and installing it.  Notice that you can use the --prefix
index 86396a2..b6e5f8d 100644 (file)
@@ -17,7 +17,7 @@ the necessary support of AMD SVM virtualization extensions.
 If you would like to install qemu, a copy is in the repository.  
 Here is how to install it. 
 
-export DEVROOT=/path/to/your/vmm-dev
+export DEVROOT=/path/to/your/vmm-tools
 cd $DEVROOT/devtools
 unzip $DEVROOT/utils/Qemu-0.9.1-windows.zip
 export QEMU=$DEVROOT/devtools/Qemu-0.9.1-windows
index 3a40f4e..b1f6d39 100644 (file)
@@ -12,9 +12,6 @@ cd $DEVROOT/vmm-hack1/build
 
 export PATH=$PATH:$LOCATION/bin
 
-ln -s ../src/vmboot/rombios/BIOS-bochs-latest rombios
-ln -s ../src/vmboot/vgabios/VGABIOS-lgpl-latest.bin vgabios
-
 make world
 
-This should succeed, leaving you with a vmm.img file.
\ No newline at end of file
+This should succeed, leaving you with a vmm.img file.
index d97af5a..92bfff8 100644 (file)
@@ -69,9 +69,6 @@ Now test:
 cd $DEVROOT/vmm-hack1/build
 export PATH=$PATH:$LOCATION/bin
 
-ln -s ../src/vmboot/rombios/BIOS-bochs-latest rombios
-ln -s ../src/vmboot/vgabios/VGABIOS-lgpl-latest.bin vgabios
-
 make world
 
 This should succeed, leaving you with a vmm.img file.
index df39370..786d43a 100644 (file)
@@ -122,7 +122,7 @@ COMMON_C_OBJS := $(COMMON_C_SRCS:%.c=common/%.o)
 
 # Uncomment if cross compiling
 #TARGET_CC_PREFIX := i386-elf-
-TARGET_CC_PREFIX :=  $(PROJECT_ROOT)/../devtools/i386/bin/i386-elf-
+TARGET_CC_PREFIX :=  $(PROJECT_ROOT)/../../devtools/i386/bin/i386-elf-
 
 # Target C compiler.  gcc 2.95.2 or later should work.
 TARGET_CC := $(TARGET_CC_PREFIX)gcc
@@ -150,7 +150,7 @@ TARGET_NM := $(TARGET_CC_PREFIX)nm
 TARGET_OBJCOPY := $(TARGET_CC_PREFIX)objcopy
 
 # Nasm (http://nasm.sourceforge.net)
-NASM := $(PROJECT_ROOT)/../devtools/bin/nasm
+NASM := $(PROJECT_ROOT)/../../devtools/bin/nasm
 #NASM := /opt/vmm-tools/bin/nasm
 
 AS = as --32
diff --git a/misc/test_vm/build/common/.ignore b/misc/test_vm/build/common/.ignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/misc/test_vm/build/geekos/.ignore b/misc/test_vm/build/geekos/.ignore
new file mode 100644 (file)
index 0000000..e69de29