Skip to content

Mwesigwa-Guma/KernelSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Simulation in User Space

This project aims to implement a kernel simulation in user space. The goal is to create a simulated environment that mimics the behavior of a kernel, allowing for experimentation and learning without the need for modifying actual kernel code.

Features

  • Simulated process scheduling
  • Memory management
  • Inter-process communication
  • File system simulation

Getting Started

To get started with the project, clone the repository and follow the instructions in the INSTALL.md file.

git clone https://github.com/yourusername/KernelSimulation.git
cd KernelSimulation

Usage

Run the simulation using the following command:

./simulate

Contributing

Contributions are welcome! Please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.

Acknowledgements

  • Thanks to all the contributors who have helped in the development of this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors