5 ms·
Interesting hobby project. Since there's no readme, a brief summary: * Implements a minimal bootstrap environment (very small kernel and tiny libc implementati
by Produce 14y ago
Interesting hobby project. Since there's no readme, a brief summary:
* Implements a minimal bootstrap environment (very small kernel and tiny libc implementation) which hands over control to Javascript
* JS code is precompiled to bytecode using TwoStroke, a JS compiler written by the same author
* Drivers are written in JS too
* No graphics support, it's text based