TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What would be in your dream OS?

2 pointsby 0xb100db1adeover 5 years ago
I&#x27;m getting involved in hobbyist operating system development for learning purposes. I currently aim to, well, re-invent the wheel, but it would be fun to try something adventurous. Any ideas?<p>For things, I don&#x27;t get around to doing, maybe someone more talented than myself could eventually pick them up.

4 comments

ryackoover 5 years ago
Unikernels are interesting. Could patch a programming language’s standard library to be syscall independent in some fashion.
derrick_jensenover 5 years ago
Offload as much code to userspace as possible, and only let the kernel operate as a broker between different sections
bifrostover 5 years ago
Everything runs inside of SGX with a sysctl or something similar.<p>If you haven&#x27;t already, check out TempleOS :)
numakergover 5 years ago
Built in containerization.