X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=SETUP.LINUX;h=2fc2693f400ebf5c5d10d022922527080e350dfe;hp=3a40f4ef6c3e61fe3457e7a9fdb4fa7bab923008;hb=910466ed98c74ba38f3c3301cd25b82d410a73fc;hpb=1b41609e86bfc6d0fda9d9d5d9cd11fa93ca1397 diff --git a/SETUP.LINUX b/SETUP.LINUX index 3a40f4e..2fc2693 100644 --- a/SETUP.LINUX +++ b/SETUP.LINUX @@ -8,13 +8,14 @@ Now test: export DEVROOT=/path/to/your/vmm-dev export LOCATION=$DEVROOT/devtools -cd $DEVROOT/vmm-hack1/build +cd $DEVROOT/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 will build a vmm.img floppy image in geekos/build. You can also build a boot ISO image by running: + +> make geekos-iso + +Which will generate a test.iso image in $DEVROOT/build