Marcus Brinkmann wrote:
> The version of gcc is old and broken: It doesn't define __ELF__.
> If you edit the specs file to define __ELF__, you might have more luck.
> Thanks,
> Marcus
>
Thanks a lot! I successed to compile oskit by define __ELF__.
But How should I know what are in oskit(and oskit-mach)?
I read the announce of oskit-mach.
According to that, oskit-mach cannot deal with ps-mouse and pc-console,right?
Is this still true? or Isn't XWindow available on oskit-mach?
What I'd like to know is what is available and not available.
so like which ethernet-adapter works, so like should I add the argument
'--enable-floppy'
or '--enable-ide'.....???
I also saw oskit-source-tree,but there isn't a summery of devices.
What must I read first??
Could you tell me?
Thanks
H.Higuchi<[EMAIL PROTECTED]>
PS.
or Must I get informations from reading all source-tree manually?