├── SYSTEM CALL.pdf ├── OS installation.pdf ├── OSSP_individual_Hiayb-Bayeh.pdf └── README.md /SYSTEM CALL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hiyab21/Inferno-OS/HEAD/SYSTEM CALL.pdf -------------------------------------------------------------------------------- /OS installation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hiyab21/Inferno-OS/HEAD/OS installation.pdf -------------------------------------------------------------------------------- /OSSP_individual_Hiayb-Bayeh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hiyab21/Inferno-OS/HEAD/OSSP_individual_Hiayb-Bayeh.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Inferno-OS 2 | The goal of this project was to implement the `mmap()` system call and install Inferno OS in a virtual machine. 3 | I attempted to use VirtualBox to clone and build Inferno OS from GitHub on Ubuntu, however the installation was unsuccessful because of missing files and build issues. 4 | Due to these problems, I switched to Ubuntu and tested the `mmap()` system call. 5 | My comprehension of system call implementation and OS installation difficulties has improved as a result of this effort. 6 | --------------------------------------------------------------------------------