InfiniteMac OSx86  


 
 
Thread tools Display modes
Prev Previous Post   Next Post Next
  #1  
Old 02-25-2009, 02:05 PM
LawlessPPC's Avatar
LawlessPPC LawlessPPC is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 506
Digging around?

ok was routing about looking inside the freebsd nvidia source code and was interested to find the following

// ***** Apple variations
#if defined(macintosh) || defined(__APPLE__)
# define NV_MACINTOSH
# if defined(__MACH__)
# define NV_MACINTOSH_OSX
# else
# define NV_MACINTOSH_OS9
# endif
# if defined(__LP64__)
# define NV_MACINTOSH_64
# endif
#endif // defined(macintosh)


now this is just a section in the identifier for cpus and os's and appears to support onboard video according to docs.

Gonna dig some more see if i can find info for someone with some talent lol

Reply With Quote