Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 911 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 911 Bytes

Design and Implement MTX File System

- Contents

1. Basic Understanding of Operating System
2. Stack Usage, Design Myprintf function
3. Partition table, fdisk, structures in C, read special files
4. Simulate Unix File System Tree
5. Sh Simulator
6. File_Operation_Cross_Networks
TO BE DONE

Acknowledge

The works are done based on the Linux system and C programming language. The whole work designs and simulates a complete file system. I want to specially thank Professor KC Wang for his teaching.

## Reference

The code was implemented based on the book Design and Implementation of the MTX Operating System, K.C. Wang, Springer International AG, 2015. 

## Acknowledge
This course is taken in 2017 Fall, it's really an interesting and useful class. It not only helpes me understand the operation systems clearly, but also helps me improve my C programming language skills dramatically .