Change qemu to use 16M ram for xv6-riscv 2022-10-30 1.4K After testing, the minimal memory of xv6-riscv needed is 3MB
Force gdb to read .gdbinit in current folder 2022-10-16 1.2K GDB User Initialization File The user initialization file contains commands that are executed upon the startup of GDB. It is…
Resolved : fatal error: 'zstd.h' file not found 2022-10-08 1.9K Compiling LLVM and have "fatal error: 'zstd.h' file not found", fix it by manually build the zstd git clone https://github.com/facebook/zstd.git…