Skip to content

Academic project covering Knoppix OS installation in a virtual machine and system call implementation.

License

Notifications You must be signed in to change notification settings

abmusi/Knoppix_OS_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knoppix OS Installation

This document details the installation process for Knoppix Linux in a virtual environment. It specifically covers setting up Knoppix using VMware Workstation, outlining the steps, encountered issues, and solutions. The report also includes an evaluation of Knoppix and discussed supported filesystems.

Click here for Installation documentation : https://github.com/abmusi/Knoppix_OS_Project/blob/eaf92e50a9c8a3fae1cd7f14cd0f0c2a4875456c/OS_installation_Abrham_1600617.pdf

System Call

This document focuses on the implementation of a specific system call, examining getppid(). It explains how getppid() retrieves the Process ID of a program's parent process. The report includes the C code for the implementation, as well as steps for compiling and running the program

Click here for system call documnetation: https://github.com/abmusi/Knoppix_OS_Documentions/blob/main/System%20Call%20.pdf

Click here for C code: https://github.com/abmusi/Knoppix_OS_Documentions/blob/main/systemcall.c

About

Academic project covering Knoppix OS installation in a virtual machine and system call implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages