X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=SETUP.LINUX;fp=SETUP.LINUX;h=2fc2693f400ebf5c5d10d022922527080e350dfe;hp=0000000000000000000000000000000000000000;hb=ddc16b0737cf58f7aa90a69c6652cdf4090aec51;hpb=626595465a2c6987606a6bc697df65130ad8c2d3 diff --git a/SETUP.LINUX b/SETUP.LINUX new file mode 100644 index 0000000..2fc2693 --- /dev/null +++ b/SETUP.LINUX @@ -0,0 +1,21 @@ +You can set up the development tools on Linux by running ./SETUP_DEV_ENV.pl. + +If you do not already have bcc and related tools installed, you +need to uncomment the parts of ./SETUP_DEV_ENV.pl that will build them. + +Now test: + +export DEVROOT=/path/to/your/vmm-dev +export LOCATION=$DEVROOT/devtools + +cd $DEVROOT/build + +export PATH=$PATH:$LOCATION/bin + +make world + +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