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=421c054f9e4e08d0cf8b31ee56a396b0792588f1;hpb=a6bb8353586a69e1a7da521f1098815860bec513 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