Skip to content

Simple implementation of file system driver as a console utility.

License

Notifications You must be signed in to change notification settings

denis-marecky/File-system-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-system-driver

Simple implementation of file system driver as a console utility with possibility to invoke Unix-like filesystem syscalls.

The list of implemented Unix-like system calls:

  • mount
  • umount
  • pwd
  • ls
  • cd
  • mkdir
  • rmdir
  • link
  • unlink
  • truncate
  • rm
  • create
  • filestat
  • open
  • read
  • write
  • close
  • symlink

About

Simple implementation of file system driver as a console utility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.3%
  • QMake 19.7%