Xu, Zefan

Results 52 comments of Xu, Zefan

This problem is still here. When I run NEMU with SPIKE, NEMU won't trap at a misaligned addr access.

Are you sure to use linux 6.6? This version contains the misaligned memory access tests, which doubles the boot-up time.

> > Are you sure to use linux 6.6? This version contains the misaligned memory access tests, which doubles the boot-up time. > > In my opinion, the mainline v6.1...

Also, Please consider to use **code block** instead of **inline code** to carry all the shell command.

> > Also, Please consider to use **code block** instead of **inline code** to carry all the shell command. > > Am I correct modification? in [1c458d0](https://github.com/OpenXiangShan/XiangShan-doc/pull/91/commits/f489a8925411ab7a98eacf34ef4a546811c458d0) No, it's not...

> > > > Also, Please consider to use **code block** instead of **inline code** to carry all the shell command. > > > > > > > > >...

> I followed all your steps to build kernel and opensbi, but there were missed steps to build NEMU. We need to add a description of what configuration to choose...

In fact, I think we should remake our workload infrastructure and documents... There is a lot of things to do.

Currently, we do not recommend using the riscv-pk workflow, as riscv-pk and the Linux 4.18 version it relies on are too outdated and may not properly enable the V extension...

MinimalConfig is just a config fore single core smoke test and is not well tested. I don't think minimalconfig could work properly with 4 cores. Please consider to use DefaultConfig...