Skip to content

course project of Sistemi Operativi from Sapienza University of Rome. more infos in Readme.md

Notifications You must be signed in to change notification settings

mrPsycox/OSProject_FileSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 

Repository files navigation

a simple file system interface using binary files mapped with Bitmap. Use for the disk a txt file where store the files or directories. There are two blocks of type:

  • Directory blocks
  • Data blocks The file system stores these blocks reserving the first part to store the linked lists blocks (free blocks, files blocks) and also a single global directory (root). The final project was an user interface by shell, the FS can create files or directory and make operations on them.

This project was assigned by the course of Sistemi Operativi (Operating Systems) hosted by Sapienza University of Rome.

About

course project of Sistemi Operativi from Sapienza University of Rome. more infos in Readme.md

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published