Asami

Results 3 comments of Asami

Thank you for trying to use this emulator! You can't use `#include ` in `foo.c` because we use `-nostdlib` flag at `riscv64-unknown-elf-gcc`, which means we can't depend on the standard...

Sorry for my late response. I've been busy these days. I think your compiler is using compressed instructions (RV64C). Each length of compressed instructions is 2 bytes and the original...

Thank you for filing the issue! This is an expected failure because the implementation of virtio_blk has a problem for running Linux yet. I'm trying to fix this up.