Author: peternguyen
This library was created for learning purpose, libzone is implemented BSD/XNU kernel zone allocator in user-space
mkdir buid
cd build
cmake ../
ninja
Implement a simple Zone Allocator in BSD and XNU kernel (learning purpose)
CGPL-3.0