Re: Updating vmware3 (and missing "avail_end" from /usr/include/machine/pmap.h)

2008-03-01 Thread fchang
On Sat, 1 Mar 2008, Roman Divacky wrote: I think you can use "ptoa(Maxmem) - round_page(MSGBUF_SIZE)", the ptoa(Maxmem) erm.. what I meant to say what that hw.realmem - round_page(MSGBUF_SIZE) should work Hi: Before I saw your message, I continued my search and found an January 2007 mailing li

Updating vmware3 (and missing "avail_end" from /usr/include/machine/pmap.h)

2008-02-29 Thread fchang
Hi all: I'm trying to get vmware3 working on FreeBSD RELEASE 7.0 for i386 I've resolved every compilation problem except one: the driver.c in vmware3 requires the "avail_end" variable in 6.2's /usr/include/machine/pmap.h but is missing from 7.0's /usr/include/machine/pmap.h The vmware3 code goes