1Compiling for VMware is somewhat like compiling for Windows - there is 2a separate, standalone makefile one uses. In this case, it is 3src/Makefile.uw. So, to build the bits, cd to src/ and make -f 4Makefile.uw. 5 6At present, the makefile is setup to use a number of the "none" files 7- in particular netcpu_none.c. When/if we enable the "omni" tests 8we'll perhaps see the addition of a number of other "none" files as 9well. 10 11Also, seems the way things are "run" under VMware is enough different 12that the scripts, should you chose to use them, will need to be 13modified. The initial set of patches make some arbitrary changes that 14need to be re-worked with some "To run this under VMware uncomment 15this line" or somesuch. 16