vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.9k stars 120 forks source link

Question: vos Is this inspired by Inferno? #8

Closed KeitoTobi1 closed 4 years ago

alula commented 4 years ago

No, vOS runs native executables (like Linux, Windows and any other operating system), since V compiles to native code, unlike Inferno and Dis which compiles to it's VM code.