←back to thread

320 points UnmappedStack | 2 comments | | HN request time: 0.526s | 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!
1. NoScopeNinja ◴[] No.43783626[source]
Really curious to learn more about TacOS. How does it manage running multiple programs safely at the same time?
replies(1): >>43783897 #
2. MisterTea ◴[] No.43783897[source]
Read up on OS design: https://pages.cs.wisc.edu/~remzi/OSTEP/

Read the intro : https://pages.cs.wisc.edu/~remzi/OSTEP/dialogue-virtualizati...

https://wiki.osdev.org/ has platform details and other resources.