▲ | andrekandre 7 days ago | |
thats in interesting point, and makes me wonder if some kind of open interface for drivers to write to (and os's could implement) wouldn't be worthwhile?probably it would have to be very general in design, but something along the lines of driverkit or iokit might work? | ||
▲ | pjmlp 7 days ago | parent [-] | |
That is how all OSes with binary drivers kind of work. However it goes into the same direction of the previous commenter, device drivers are intertwined with the OS semantics, even on microkernels, so eventually it ends being just something like POSIX. |