26 Feb 2024 * Release v0.10.0 * vmmu: Add read_segment(), write_segment(), memset(), memchr() and strlen() functions that are operate in the VMMU space * vmmu: Add /arg/vmmu/favor_size configuration option; if it is set to "true", then tries to emit smaller output binary size (rather than faster code) * add "gen-all" make rule to generate all files 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