hmm...I recognize the filename in that Zune firmware package. NK.bin is the name of the output file for a Windows CE build

If you run it through strings (or look at it in notepad) you see some very interesting text:
W i n d o w s C E K e r n e l f o r A R M ( T h u m b E n a b l e d ) B u i l t o n D e c 6 2 0 0 6 a t 1 6 : 4 2 : 0 1
So it really does run Windows CE

Some debugging file names
E:\pyxis\v1.2\platform\pyxis\target\ARMV4I\retail\kern.pdb
E:\pyxis\v1.2\platform\pyxis\target\ARMV4I\retail\ipu_base.pdb
E:\pyxis\v1.2\public\cebase\cesysgen\oak\target\ARMV4I\retail\waveapi.pdb
E:\pyxis\v1.2\public\cebase\cesysgen\oak\target\ARMV4I\retail\mspart.pdb
Some more random interesting strings
O E M I n i t S e c u r e C l o c k S t a t u s _ P h a s e 2 : S e c u r e C l o c k I s V a l i d
O E M I n i t S e c u r e C l o c k S t a t u s _ P h a s e 2: S e c u r e C l o c k I s L o s t
M S - P C M
M i c r o s o f t P C M C o n v e r t e r - C o p y r i g h t ( c ) 1 9 9 2 - 2 0 0 3 M i c r o s o f t C o r p o r a t i o n
C o n v e r t s f r e q u e n c y a n d b i t s p e r s a m p l e o f P C M a u d i o d a t a .
There looks to be some wave files in it:
1996-02-27 RIFF¦ WAVEfmt
A power management DLL:
PMC_PM.dll PmDevicePowerNotify PmGetDevicePower PmGetSystemPowerState PmInit PmNotify PmPowerHandler PmRegisterPowerRelationship PmReleasePowerRelationship PmReleasePowerRequirement PmRequestPowerNotifications PmSetDevicePower PmSetPowerRequirement PmSetSystemPowerState PmStopPowerNotifications
Yay, windows directories:
\ W i n d o w s \ S y s t e m \ % s . w a v \ W i n d o w s \ % s . w a v \ W i n d o w s \ S y s t e m \ % s \ W i n d o w s \ % s % s . w a v
Maybe we can run some code on this thing

S Y S T E M \ K E R N E L I n j e c t D L L
What is an XIP...
P a g i n g i n f r o m u n c o m p r e s s e d R / O p a g e f r o m X I P m o d u l e - - s h o u l d ' v e n e v e r h a p p e n e d
L o a d O 3 2 F A I L E D : X I P c o d e s e c t i o n n o t p a g e a l i g n e d , o 3 2 _ d a t a p t r = % 8 . 8 l x , o 3 2 _ r e a l a d d r = % 8 . 8 l x
E R R O R ! X I P r e g i o n s p a n a c c r o s s d i s c o n t i g i o u s m e m o r y ! ! ! S y s t e m H a l t e d !
Does anyone know of a Windows CE device simulator that we might be able to get this device image ("NK.bin") to run in (maybe with a little coaxing)
Hopefully that provides some insight into how the Zune runs internally, too bad that it isn't available in Canada yet.
-Andrew