[openbeos] Re: Kernel status (POSIX)

> Outside of the bounds of posix, where are the IVTs defined
> and documented for NewOS/BeOS?
> If I'm writing a BeOS driver I don't really care much about
> posix, I care where the OS hooks are for the hardware
> and the kernel interface.

For BeOS, look at:

    /boot/develop/headers/be/drivers/KernelExport.h

and some other header files under .../be/drivers/...


Specifically, looks like you are asking for:

    install_io_interrupt_handler(...);
    remove_io_interrupt_handler(...);


manuel,




Other related posts: