View Single Post
Old 12-14-2006, 06:30 PM   #2 (permalink)
ZunePet
Zuner
 
Join Date: Nov 2006
Posts: 74
Reputation: 9
Default Re: Some possible info...

> A .pdb file is a program database file.
Correct. They are leftover debug info pathnames left in the image.
When the debugging information is present, these pathnames are used by the developer during debugging
(obviously compiled on a machine with an E:\ drive)

They are not useful in a retail build.
They are a good hint at what parts are standard (E:\pyxis\main\public\cebase\cesysgen\oak\...) and what have been customized for the pyxis (Zune) platform (E:\pyxis\main\platform\pyxis\target...)

----
BTW: See this post for the modules in the firmware (mostly DLLs)
http://zunerama.com/forum/index.php?topic=957.0

The pyxnet.DLL is the one doing the peer-to-peer WiFi sharing




ZunePet is offline   Reply With Quote