mirror of
https://codeberg.org/shufflecake/shufflecake-c.git
synced 2025-12-28 06:35:10 -05:00
9 lines
386 B
Markdown
9 lines
386 B
Markdown
# Shufflecake - Developer Guide
|
|
|
|
These pages gather some documentation around non-trivial design and implementation choices, mainly in the `dm-sflc` kernel module. They are currently WIP and very incomplete.
|
|
|
|
|
|
## Index
|
|
|
|
- [Locking](locking.md): an explanation of the synchronization mechanisms employed for mutual exclusion between I/O requests when accessing the shared position map.
|
|
|