- 精华
- 2
- 帖子
- 4942
- 威望
- 7 点
- 积分
- 6124 点
- 种子
- 0 点
- 注册时间
- 2007-4-8
- 最后登录
- 2024-3-12
|
发表于 2008-11-19 17:13 · 北京
|
显示全部楼层
恩,怎么说呢,坦白说那篇文章我也没看太懂,所以不能下什么定论,
不过文中的以下几段话也许能带给你一些曙光:
(个人乱猜乱翻,欢迎各路板砖^_^)
1.
As you may have guessed, BootMii-Core is such a fakesigned boot2. However, it isn’t a hacked version of boot2, nor is it a replacement for boot2
注意,不会替换boot2
2.
Due to hardware limitations (strange memory accesses on the Wii and other technicalities that took us forever to figure out), we can’t just stick the main BootMii-Core code in place of the ELF loader
受硬件限制,没法直接植入 BootMii-Core
3.
We actually have to make it its own loadable file, and then load it using our own ELF loader
Therefore, BootMii-Core replaces the boot2 ELF loader with a composite file consisting of our own ELF loader (the “stub”)
自己的独立elf loader
4.
The stub is a hopefully very simple piece of code that does two things: decide whether to load BootMii or the original boot2
决定从何处load boot2
5. It’s a loader because it loads other code - from an SD card. Here’s the gist of the process: if the loader can successfully mount an SD card and load a certain file from it (/system/iosboot.bin), it will run it. Otherwise, it will just fall back to normal boot2 and your Wii boots normally
最后,自己编写的这个load从SD卡读取iosboot, 如果失败,就启动正常的boot2
OK,从上述中我们大致可以确定***,就是说将来这个东东肯定是放在SD卡上滴
然后有个自己写的loader去运行它就OK,至于这个loader从那里获得运行机会(众所周知的是TPhack),
那就是bootmii还没有公布的那一部分了
此外,
While we will be taking control of the system, we want to accomplish that while minimizing any changes to the existing system. This has many advantages. By keeping BootMii separate from the existing system for the most part, we can switch it on and off at will
可以预计将来bootmii也是一个独立的part,也许就像PSP的神电那样,插上去就能获得运行机会,
再结合SD卡,所以还是有曙光的
至于你引的那个as long as you have HBC and BootMii-Core installed
这个installed 指的可未必是安装到wii的系统中去哟,
我猜测更多的是指你具备和使用了BootMii-Core |
|