Hi,
i have a problem with compilation on FreeBSD 14.2 amd64:
Are you going to make a new tag ?
/home/maxfx/Documents/aqemu/src/System_Info.cpp:2728:19: error: out-of-line definition of 'Get_Free_Memory_Size' does not match any declaration in 'System_Info'
2728 | void System_Info::Get_Free_Memory_Size(int& allRAM, int& freeRAM)
| ^~~~~~~~~~~~~~~~~~~~
/home/maxfx/Documents/aqemu/src/System_Info.cpp:2751:19: error: use of undeclared identifier 'getpagesize'
2751 | int page_size = getpagesize();
| ^