What is the name for a program running directly without an OS?

时光毁灭记忆、已成空白 提交于 2019-12-01 11:10:37

The C standard calls that a "free standing environment", which strikes me as about as good a term to use as most others I've seen.

I would just use the term "standalone" because that's essentially what it's doing. Standing alone, without the benefit of an operating system.

Regardless of the term you use, you'll probably still find it useful to define it at least once in your question, then, once defined, you can use it to your heart's content.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!