Hacker News new | ask | show | jobs
by glassconclusion 1462 days ago
Do you think there is any practical use to it instead of running just an embedded OS? Driver support maybe?
1 comments

drivers, as you said, for filesystems for instance, syscalls available that we know and love :), somewhat easier deployment (elf instead of raw bin), other abstractions that linux provides, multiprocessing (if done carefully), real multithreading,