←back to thread

320 points UnmappedStack | 1 comments | | HN request time: 0.205s | source

Hi there! I've been on-and-off working on TacOS for a few months, which follows some UNIX-derived concepts (exec/fork, unix-style VFS, etc) and is now able to run a port of Doom, with a fairly small amount of modifications, using my from-scratch libc. The performance is actually decent compared to what I expected. Very interested to hear your thoughts. Thank you!
Show context
sarkron ◴[] No.43785199[source]
What did you do make the project interactive enough so you don’t end up copying existing implementations?
replies(1): >>43799297 #
1. UnmappedStack ◴[] No.43799297[source]
I'm not too sure what you mean. I kinda just avoided looking at existed implementations because it's a bit more interesting to do it myself.