[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: iBook
>ところで,HFS(+)からの boot で
>ofwboot.elf を使うことはできるのでしょうか?
>できてもあんましメリットはないと思うんですが(^^;)
DDB でシンボルを使えることぐらいですね。
今の ofwboot は Apple Partition Map を知らないので / が先頭から
始まらないと読めません。
ofdev.c の
if (error == ERDLAB) {
if (partition)
/* User specified a parititon, but there is none */
goto bad;
/* No, label, just use complete disk */
ofdev.partoff = 0;
} else {
ofdev.partoff = のところに / の位置を埋め込んでやれば読めるんじゃ
ないかなあ。
このあたりは私が作業することはありえないので、誰かがやらないと
ずっとこのままです。:-)
- Follow-Ups:
- Re: iBook
- From: you@nightbreak.org (Y. Takizawa)