Comment by Rochus

Comment by Rochus a day ago

3 replies

Amazing, thanks. Is it possible to just have a look at the source code somewhere, e.g. codeberg or gitlab? I'm especially interested in the microkernel IPC.

jacquesm a day ago

The send/receive/reply bits are almost trivial, I can mail you the relevant parts. I am explicitly not putting any of this on GitLab or any other medium that is easily ingested by the AI peddlers, if they want my code they'll have to work for it :)

If you drop me a line on jacques@modularcompany.com I'll send you back a zip file.

  • Rochus a day ago

    In QNX, the (async) IPC is integrated with the scheduler, which is apparently responsible for the performance (still researching). So I was wondering if you chose a similar architecture. My email is "me at rochus-keller dot ch". Thanks.

    • jacquesm a day ago

      Yes, that is how it works. Zip file coming up.

      Edit: sent. Enjoy!