Skip to content
/ bfs Public

bolthur filesystem library collection

License

GPL-3.0 and 2 other licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.queue
Unknown
COPYING.tree
Notifications You must be signed in to change notification settings

bolthur/bfs

Repository files navigation

BFS

About

Goal of this project is to provide implementation of various file systems.

Compile

There are various possibilities to compile this project. Below a few ones are outlined to show how the project is structured.

Generic compilation

mkdir build
cd build
cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=../toolchain/generic-gcc.cmake ..

Compilation including unit tests

mkdir build
cd build
cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=../toolchain/generic-test-gcc.cmake ..

Compilation with specific toolchain

mkdir build
cd build
cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=../toolchain/arm-raspi2b_r1-bolthur-eabi.cmake ..

About

bolthur filesystem library collection

Topics

Resources

License

GPL-3.0 and 2 other licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.queue
Unknown
COPYING.tree

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published