ZLangJIT
ZLangJIT
> Are you trying to realign next auto zone to page boundary? yes but mainly realign next auto zone to a *free* zone that is currently unused
seems correct, i will check when i have time
i assume it installs headers to include/rvvm ?
https://lwn.net/Articles/429925/ might help a bit
In relation to DIA SDK, it can be fixed via ```yaml - name: install DIA SDK run: | set -x mkdir -p "C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional" || true cp...
what would be an example of a program it can run on a unix host but not on a windows host ?
So to be clear, this DOES NOT simulate the entire riscv hardware but instead only the cpu with a syscall compat layer ? eg, you cannot boot a riscv linux...
> Does this answer your question? So we can close the ticket? yea, we need to use RVVM instead (a full risc-v system emulator (mostly complete, tho qemu-system-riscv64 has complete...
i tried doing this but i end up with a black texture (tho it has a valid id)  ```cpp ImGui_ImplOpenGL3_NewFrame(); // we use an existing EGL context //ImGui_ImplAndroid_NewFrame(); //...
ok i fixed the black texture \o/  ```cpp void AppInstance::onDraw () { // we use an existing EGL context //ImGui_ImplAndroid_NewFrame(); // Setup time step struct timespec current_timespec; clock_gettime(CLOCK_MONOTONIC, ¤t_timespec);...