X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=SETUP.LINUX;fp=SETUP.LINUX;h=0000000000000000000000000000000000000000;hp=2fc2693f400ebf5c5d10d022922527080e350dfe;hb=1e2852c0e5229702910f42e800d883e3c45c2c41;hpb=ddc16b0737cf58f7aa90a69c6652cdf4090aec51 diff --git a/SETUP.LINUX b/SETUP.LINUX deleted file mode 100644 index 2fc2693..0000000 --- a/SETUP.LINUX +++ /dev/null @@ -1,21 +0,0 @@ -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