Slashdot Mirror


User: aliensarehere

aliensarehere's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. how about OpenBoot support in Linux / BSD on Free/Open Source Software Hardware Requirements? · · Score: 1

    Is this possible?
    It seems to me that OpenBoot is a public standard. Does it require fee paying to use it?

    OK let me give more info here. The driver is written in Forth, and compiled into .. bytecode compiled forth..
    I think the compiled forth is stored on a flash in the hardware generally. (it can be upraded).

    So you can just write a driver once, and it runs on Sun and on Apple.
    I'm wondering if OpenBoot drivers could be used with Linux and BSD.
    As in, write a generic driver interface to access OpenBoot drivers. (a generic interface for BSD and Linux).
    Perhaps this is configurable via a file say /etc/OpenBoot-modules via a hotplug style daemon.

    Interesting idea?

    It could save a lot of time for hardware people, writing a driver once, then covers maybe 10% of hardware instead of writing three drivers (OpenBoot / BSD / Linux ) for the same 10%.