InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #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
  #2  
Old 02-25-2009, 02:14 PM
LawlessPPC's Avatar
LawlessPPC LawlessPPC is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 506
it would appear that all osx drivers need iokit which from what ive read is quite an undertaking in itself and bsd doesnt make use of this
Reply With Quote
  #3  
Old 02-25-2009, 02:56 PM
LawlessPPC's Avatar
LawlessPPC LawlessPPC is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 506
can anyone confirm that the nvidia 9300/9400 has no memory of its own and only accesses system memory
Reply With Quote
  #4  
Old 02-25-2009, 03:21 PM
Taisto's Avatar
Taisto Taisto is offline
 
Join Date: Jan 2008
Location: TriCity, Poland
Posts: 517


In specifications they only tell the core speed and "Max supported memory" so i think it uses only system memory. Checked it on few sites, the same everywhere. Still dont know if it could be called a confirmation


www.ultimae.com
Panoramic music, for panoramic people.

AMD Phenom II X6 3.5Ghz
AMD 990FX Chipset
Kingston HyperX 16GB 1600Mhz
AMD Radeon HD6850 X2 CrossFire
Seagate Barracuda Green 2TB
Reply With Quote
  #5  
Old 02-25-2009, 03:46 PM
LawlessPPC's Avatar
LawlessPPC LawlessPPC is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 506
yeah looks like your pulling up the same sources as me also max mem 256mb and memory speeds are quoted as ddr3 1333 so looks like it is. Need to try and tap into that driver looks like the only nvidia shared memory driver and very little difference between this and the 8200/8300



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Reply With Quote
Reply