Bosco
Bosco
Add these ``` [profile.dev] panic = "abort" [profile.release] panic = "abort" ``` to Cargo.toml. It might be helpful.
> Any problem if we use the derive api in the same PR? It should be quite a lot of work to use the derive api instead. Should it be...
> > > Any problem if we use the derive api in the same PR? > > > > > > It should be quite a lot of work to...
I will work on it
I have added virtiofs and fuse to the daemon. And then what should I do?
> 本节还有一个问题,就是在**正确配置栈空间布局**这一节之前,_start符号并不能被装入0x8020 0000所在的地址,需要在_start函数定义之前加上#[link_section = ".text.entry"]才行。 > // src/main.rs > /* 省略其他代码 */ > #[no_mangle] > #[link_section = ".text.entry"] > extern "C" fn _start() { > shutdown(); > } 应该是在entry.asm开头加.text.entry
> 这几个模型是用不同数据训练的,不过在指标上差别不大可以用默认的, crnn识别的代码本身是对输入图片的长度不做限制的,只不过会根据比例把高度统一缩放到32用来预测 可以问一下咋训练的吗
> 对于很多应用(以单一进程的形式运行)而言,逻辑上存在多个可并行执行的任务,如果其中一个任务被阻塞,将会引起不依赖该任务的其他任务也被阻塞。 为什么不依赖该任务的其他任务会被阻塞?感觉应该是依赖该任务的才会被阻塞
建立linux for RISCV64的指导在哪里呢?我使用`cargo build --target riscv64gc-unknown-linux-gnu`编译example-greenthreads显示`error: linking with `cc` failed: exit status: 1`
See a new pr: https://github.com/dragonflyoss/image-service/pull/822