Pintos: a simple operating system framework
- 1 minPintos
Welcome to Pintos. Pintos is a simple operating system framework for the 80x86 architecture. It supports kernel threads, loading and running user programs, and a file system in a very simple way. In the Pintos projects, My project team and I strengthened its support in all three of these areas. I also added a virtual memory implementation.