22 Apr 2023 * Release v0.9.1 * buddy: Fix memory layout and improve chunk node computations in virtual allocator, which caused malfunction and crash 08 Apr 2023 * Release v0.9.0 * vmmu: Fix argument order of read()/write() functions, 'size' argument must be the last 02 Apr 2023 * Release v0.8.0 * Add relocatable buddy allocator, supports 8, 16, 32 and 64 bits addresses * Add VMMU (Virtual Memory Management Unit), in 8-bit, 16-bit, 32-bit and 64-bit virtual addresses * Multi-thread support can be disabled in VMMA in configuration time: ./configure /arg/vmma/feat_multithreaded=false * libvmma: Fix off-by-one bug in memory alignment in initialization code, which caused invalid memory access on ARM devices 02 Dec 2018 * Release v0.4.0