C project made for UTN Operative Systems class.
Basically, it´s a custom made Database engine with three components Processor, Memory and LFS.
- The Processor handles reads a formatted plain text file parses it, to create and manage different processes.
- The Memory received the Processor request and stores in Virtual Memory all the requests.
- The LFS receives Processor and Memory requests, to store it in Physical Memory.