stryku / ddfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 59.5%Language:C++ 20.2%Language:Python 15.1%Language:Shell 3.2%Language:Makefile 2.0%