|
|
|
|
|
by fouc
35 days ago
|
|
I wonder if we couldn't just use LLMs to completely reverse engineer a QNX 4.25 demo image into usable source code. Possibly translate it directly into rust code. Bun had it easier in many ways, given that they're based on a well-documented public API surface & have the node.js test suite etc. In the case of QNX I'm guessing it might help to find a way to intercept the message passing of running QNX instances in order to use it as a test harness while reverse engineering all the components. |
|