Skip to content

Commit 180e689

Browse files
Update README.md
1 parent dbd2b0e commit 180e689

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# OS2-Projekat
2-
University project in C++
1+
# Simple
32

4-
Simple file system
3+
- FS that works with one partition and multiple clients
4+
- Using bit vector for allocation and indexed sequential file organization (2 levels)
5+
- Realized functions within FS:  mounting a file system, formatting a new file system creating files(opening files), reading and writing into files, etc.
6+
- Used C++ language to build the solution

0 commit comments

Comments
 (0)