View Single Post
 
Old 11-05-2009, 02:52 AM
kailm kailm is offline
Cheetah
 
Join Date: Oct 2009
Posts: 8
thanh: try using the voodoo 9.5.0 kernel instead of the 9.7.0 kernel.

There are some vmware vmx configs you can try also to get software exec stack working using these options. (edit your freebsd.vmx config in notepad )
Idea is to stay away from complicated configs and make it easy, but i guess it work on different
types of cpus that dont support certain features.


monitor.virtual_exec = "software"
monitor.virtual_mmu = "hardware"

or

monitor.virtual_exec = "software"
monitor.virtual_mmu = "software"
Reply With Quote