|
|
|
|
|
by gibbonsrcool
1200 days ago
|
|
I’m asking this question as someone with zero experience in writing an OS, but who has done limited services development. Would it be an interesting research project to write an OS with the following traits:
1. The purpose of the OS would be to run microservices only
2. The OS would provide the minimum functionality to provide a platform for services to run on the web assembly system interface
3. Some interim solution for providing sockets would have to be built until wasi spec supports it
4. No file system, no writing to disc, OS gets booted from USB, services pulled and initialized from network Apologize ahead of time if this is a naive question and I need to jump into more traditional OS dev to get my bearing. I’m a mobile/services taking a break and I just happen to currently be intrigued by Rust and WASM. |
|