Skip to content

mszynka/Cpp___SOProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

Chinese OS

Linux-like operating system simulator

This project was created by team of 5 as end-of-term assignment. Each member had to implement one key element of Linux-like simulator. My responsibility was the filesystem, file API and overall management of those modules.

Filesystem

It's only a simulation therefore disk blocks had to be implemented and simulated as abstraction layer -1. On top of that whole filesystem is created: inodes and management, files, filesystem API.

API

API covers only simple data management. Although in terminal there is additional editor, inode and block viewer and other useful tools, API does not provide block level access.

About

[C++] Operating System Simulator written as end-of-term assignment. Simulation had to show Linux-like OS. Documentation:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages