├── system call.pdf ├── OSSP_individual _Yodit-Bekele-Assegid_bdu1602809_B.docx └── README.md /system call.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JUDI1523/OSSP-assignment-/HEAD/system call.pdf -------------------------------------------------------------------------------- /OSSP_individual _Yodit-Bekele-Assegid_bdu1602809_B.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JUDI1523/OSSP-assignment-/HEAD/OSSP_individual _Yodit-Bekele-Assegid_bdu1602809_B.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OSSP-assignment- 2 | This is my OSSP assignment 3 | 4 | **Installation** 5 | 6 | 7 | This project documents my installation and setup of the OpenIndiana operating system, an open-source Unix OS derived from Illumos and a continuation of the OpenSolaris legacy. The goal of this installation was to explore a Unix-like environment for educational purposes, particularly focusing on system programming and operating system concepts. 8 | 9 | **system call()** 10 | 11 | 12 | This section of the project focuses on understanding and working with the mount() system call in the OpenIndiana operating system, a derivative of Illumos and part of the OpenSolaris family.the Objective is to study how the mount() system call works in OpenIndiana, including its syntax, usage, and behavior when mounting file systems, as part of gaining practical experience with system-level programming in a Unix-like environment. 13 | --------------------------------------------------------------------------------