Skip to content

stryku/ddfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Build all:

make

Build only the ddfs module:

make module

If everything goes well, the module file should be present: module/ddfs.ko. It should be ready to insert.

Testing

IMPORTANT! Tests should be run in a virtual machine. They involve operation on modules and direct kernel interaction by the ddfs module.

Tests include inserting/removing module thus they need to be run as root.

sudo make test

Dependencies

  • C++
  • googletest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published