Hacker News new | ask | show | jobs
by new4thaccount 2564 days ago
First of all, thank you for your work. Since I don't contribute myself, I'm a bit of a parasite :)

Second, I'm salivating at the prospect of booting into a Red terminal directly on hardware. Would I be able to use the View DSL for graphics, or just the text parts of the console?

Best of luck! Also, I'd love to hear more details.

1 comments

Just keep using it and provide feedback :)

Yes, that's the plan, having full view DSL features. The issues are GPU drivers, as you don't get any specs from the manufacturers, so it will either be a software renderer or using a VGA/SVGA backend. An exoKernel/paraKernel is only securely multiplexing the resources. Everything happens in user-space (memory allocations, scheduling, etc.), so you can theoretically run every app from every OS at the same time (if you provide a libOS being able to handle the API calls of the specific OS). You would be able to run only one single app or multiple ones. The OS is just another application so you can boot into an OS or an application itself, running on bare-metal.

That is cool. Thanks!