Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An implementation of a FAT 12 system simulation in C

License

NotificationsYou must be signed in to change notification settings

akhilpandey95/FAT12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this about ?

`This is a simulation of a how a FAT12 system looks like. There are certain things to be kept in mind while studying the code for understanding what is it about.

  • Thedata.txt is a file that contains information pertaining to the FILE system simulation. Aspects like creation, modification etc, are included in thedata.txt file.
  • The program is setup in such a way that it parses information fromdata.txt and then follows the cycle of instructions in order to simulate a FAT12 system.
  • . and.. are included in the File directory of the FAT12 system
  • Since this is a simulation there is a constraint on the disk space, 2MB
  • The directory can contain a maximum of 12 files, after which the files are allocated onto the next block

How to run ?

First create the binary using themake command

make

Now just run the binary

./fat12

License

Mozilla Public License

Contribute

Please raise anIssue, if there is any technical discrepency either in the codebase or during the simulation of the FAT system

Note

The intention of this repository and the codebase is not to help you skip your assignment or easing off the effort put in completion of it. If you are a student, PLEASE DONOT COPY THE SOURCE CODE AND USE THE SAME FOR YOUR ASSIGNMENT.

Author

Akhil Pandey

About

An implementation of a FAT 12 system simulation in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp