yf13
yf13
@junomoto, thanks for sharing this story about the SMP cortex-a7/gnu port. Would you mind edit the first comment by apply the source format to your source, or simply use three...
@salcogn, can you teach what RiscV chip is targeted by this patch?
@alcogn, thanks! that sounds like a [milkv duo](https://milkv.io/duo) device. I am wondering if targeting `qemu-system-riscv64` can be easier for sharing?
@Indaz, sorry for that. Let me try to explain by an example: ``` base 64 block sample { field a 32 field b 32 field c 32 field d 32...
How about we add `words[1]` and `words[1]` to the right of the two machine words in the diagram instead?
@lsf37, thanks for the comments. Here I want see memory usage by scanning CSpace using Python, thus I need know how words are stored in memory for a multiword block....
Updates: after waiting longer, it moves aheads and finally ends with `115 tests passed. 48 tests disabled. All is well in the universe`. Are the slow inter-AS tests normal?
I am unsure if this is the same issue as the one I had with NuttX: when using NuttX in kernel mode, it is always a pain when app ELFs...
@acassis this is my first taste of `qemu-system-arm` with a NuttX arm port. Here I followed your QEMU launching method and got that error directly: ```shell $ qemu-system-arm -M lm3s6965evb...
@acassis, here I have some updates: - Use a `memory.ld` as in pull/12876, as the original fix overlooked the uflash origin adjustion. - Use combined binary file with QEMU arm,...