Port-macppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: What does ofwboot.xcf know?



hauke%Espresso.Rhein-Neckar.DE@localhost wrote:

> libsa seems to handle {l,f}fsv{1,2} under the moniker of ufs?
> I tried
 :
>  #include <lib/libsa/cd9660.h>
> +#include <lib/libsa/lfs.h>
>  #include <lib/libsa/nfs.h>
>  #include <lib/libsa/ufs.h>
>  #include <lib/libsa/ustarfs.h>
> 
> but it made no difference.

You also have to add struct fs_ops file_system_lfs
(as ufs/hfs/ustarfs/cd9660) and put it into to file_system[]
array in devopen().
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index