rajdakin

Results 36 comments of rajdakin

As a quick rule of thumb, if your program doesn't crash, you've probably implemented enough things correctly. Please do a PR (and if what you've done is not good enough,...

Is this fixed now? Also, please copy and paste the logs instead of providing a screenshot. To format it properly, surround the logs with triple backquotes in empty lines like...

Your question isn't clear. Are you asking whether it is possible to use box64 on ARM32 machines, or to use box86 on ARM64? `box86` is a software to run 32bits...

The main functionality of the red-black trees is to provide a fast, cheap way to map ranges of addresses to a number and acccessing by providing an address in this...

Looks fine to me, except for a few nitpicks: - Maybe add "(slow)" in the QEMU arch supports, as even though it's JITed the resulting code is much slower (if...

> Now, I think I have to run the **rebuild_wrappers.py** script to complete the 'wrapped/generated' files, but I don't know how to used the script so I got this error:...