← Back to context

Comment by justin66

5 hours ago

Why is running doom one of your milestones, given that doom will run fine on bare metal?

That __is__ true, Doom can run on bare metal, but that's a fairly hacky solution in many ways. Doing it properly in userspace with a LibC and conceptually POSIX syscalls require a bit more effort. It requires a list of LibC functions and POSIX utilities as well as a few OS specific implementations.