LimingFang
LimingFang
> The colors of the peek window are calculated on the fly to fit the current Emacs theme, so they can't be customized. > > I haven't encounter your problem...
My mac is M1 macOS Monterey 12.4, but I can build against system lldb..🤔
第一段,“首先,它称为系统软件”这里“首先”可以删掉,因为首先意味着后面得有“其次”之类的词,但是没有
我也发现了这个问题。 直接略微修改本repo `ch2` 分支,在用户的 `main` 中 `println!("{}",1)` ,然后在 `fs.rs` 中会发现传进来的缓冲区起始地址在 0x8020_0000上一点(理论上应该是0x8040_0000上一点) @wyfcyx
想问下,__alltraps为什么要对齐量是4呢
补充:vscode上如果加上`#[no_std]`提示`cann't find crate for test` refer > https://github.com/rust-analyzer/rust-analyzer/issues/3801
@leoleoasd hi 我按照你的说明配置以后,断点处似乎无法停下,他就直接进入这样的界面了: 尽管我:
感谢回复。 我全部在 terminal 下运行确实最开始 target remote 后会停下。如果前面有 `file target/riscv64gc-unknown-none-elf/release/os` 那么能够 `b _rust_main`( 如果只有 target remote 则不行,符合预期)或者 `b os::rust_main`(这个是 main.rs 里的,前面那个是汇编里的) 但是在 clion 里,我发现它在最开头就不能停下: 另外,我不太理解你 commit 里 mapping 里的 remote 只写一个...
感谢,我目前这么配置了一下,ok 了,应该就是 mapping 的问题,学到了。
I wonder whether it can work if i build the yaml-cpp lib seperately and mannually. I could clone it from github and build seperately but i don't know how to...