I ported Mac OS X to the Nintendo Wii
211–220 of 337 posts
Re: I ported Mac OS X to the Nintendo Wii
#212Re: I ported Mac OS X to the Nintendo Wii
#213Congrats, great project and great writeup. That would have won MacHack back in the day. Now that the MacBook Neo has an A18, I wonder if you could get MacOS running on an iPhone? :)
There is a zero percent chance of that ever happening.
Re: I ported Mac OS X to the Nintendo Wii
#214This is excellent. YUV appears to be a PAL-specific color space. I wonder how off an NTSC Wii would be. Presumably it would have the wrong color space until an equivalent conversion scheme was devised for NTSC. I was surprised to see regional color spaces leak into the project, but I presume that Nintendo's iOS (the coincidentally-named system this is replacing) could handle that abstraction for game developers.
The Wii seems to actually use "YUV422" internally, so 4:2:2 chroma subsampling, where the chroma is only halved in one dimension. The conversion to analog NTSC or PAL signals happens later in the process. The repository here actually looks like it sets up the Wii's video interface to output NTSC progressive by default, but lets you configure for PAL with a config file.
Re: I ported Mac OS X to the Nintendo Wii
#215In addition to the incredible engineering work here the OP casually flexes by showing the development happening _in an economy class airplane seat_.
Re: I ported Mac OS X to the Nintendo Wii
#216Earlier quoted context omitted.
I wonder if you can place an A18 from a Neo onto an iPhone board, and then make that work somehow... You wouldn't be able to use the one originally from the iPhone because it's differently fused to only accept iOS images.
Is it possible that a jailbreak is found that could allow a “kexec” kind of thing to load a new OS? Of course it would be a huge amount of work even if theoretically possible
Re: I ported Mac OS X to the Nintendo Wii
#217Re: I ported Mac OS X to the Nintendo Wii
#218Re: I ported Mac OS X to the Nintendo Wii
#219This was an incredible read! Especially for what looks like the first post to this blog too? I wanted to subscribe to the RSS feed but unfortunately it gives a 404 error.
Re: I ported Mac OS X to the Nintendo Wii
#220Earlier quoted context omitted.
The Wii settings menu is an HTML webpage. Yes, even 2006 games consoles were not spared the web.
I was kind of ready to call BS on this, Nintendo is usually a little more careful with these things. But, you are absolutely correct.