Skip to content
Ian Seyler edited this page Jul 25, 2024 · 5 revisions

BareMetal OS FAQ

What does it run on?

Any 64-bit AMD or Intel system. Virtualized systems as well. An ARM and/or RISC-V rewrite would be considered once hardware is standardized.

What is it written in?

The system loader, kernel, and drivers are written in Assembly. The applications are currently written in Assembly or C.

Can it run multiple applications concurrently?

No. BareMetal OS is a mono-tasking system. Only a single running application is supported. However, that application can make use of all the system CPUs.

Can I run Doom on BareMetal?

Soon, hopefully.

Clone this wiki locally