dmfabritius / ext2sim

Partial simulation of the ext2 file system in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File System Simulation

This is a partial simulation of the ext2 file system. It is based on the code provided by Dr. K. C. Wang, professor of Computer Science/Engineering at Washington State University (WSU), in his book Systems Programming in Unix/Linux for the course CptS 360 Systems Programming C/C++.

Using the original C code as guide, I have rewritten the simulation in C++ to better align with the university's prerequisite Data Structures courses. As closely as possible, I have kept the same basic architecture and program logic as the original program in order to make it easier to compare the C and C++ versions.

This is for educational purposes only. It is not intended to be production-ready code and only serves as an introductory example of object-oriented programming and basic systems programming.

About

Partial simulation of the ext2 file system in C++

License:The Unlicense


Languages

Language:C++ 98.7%Language:Makefile 1.3%