Alex Chi Z.

Results 309 comments of Alex Chi Z.

I have fixed the compile error of rustc in https://github.com/skyzh/core-os-riscv/pull/12. However, we are still blocked by https://github.com/rust-embedded/riscv/issues/69, where riscv would produce wrong float abi and would cause link error later.

If you really want to play with core-os-riscv, the best way to do for now is to use a nightly toolchain published in 2020.

@wangrunji0408 Thank you! That's exactly what I would like to implement!

osblog wrote a new article on this! https://os.phil-opp.com/async-await/

Related pages: https://rcore-os.github.io/rCore_tutorial_doc/chapter3/part4.html Maybe we should add '+a' option somewhere in Rust.

It seems that rustc has already enabled atomic instruction. riscv64gc target: https://github.com/rust-lang/rust/blob/master/src/librustc_target/spec/riscv64gc_unknown_none_elf.rs riscv64imac target: https://github.com/rust-lang/rust/blob/master/src/librustc_target/spec/riscv64imac_unknown_none_elf.rs Therefore, this should be a issue related to LLVM. Author of one project similar to...

仅支持 *nix。

算出来的时间/内存是多了还是少了呢?开了 ptrace 吗?

因为5.0开始Android使用Android RunTime,而fqrouter不支持art。。。所以想办法变成Dalvik吧

This project is not maintained at least in this year.