/libzone

Implement a simple Zone Allocator in BSD and XNU kernel (learning purpose)

Primary LanguageCGNU General Public License v3.0GPL-3.0

libZONE

Author: peternguyen

This library was created for learning purpose, libzone is implemented BSD/XNU kernel zone allocator in user-space

Compiling

mkdir buid
cd build
cmake ../
ninja