Hacker News new | ask | show | jobs
by StressedDev 377 days ago
You can run software on bare metal without an OS. The downside is you have to write everything. That means drivers, networking code, the process abstraction (if you need it), etc.

One thing to remember is an operating system is just another computer program.

1 comments

At that point, you'd call the software stack an OS and not declare it to not have an OS