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