Live data from Hacker News

RISC-V Linux BusyBox Single Board Notebook

tomlarkworthy.github.io

11–14 of 14 posts

Re: RISC-V Linux BusyBox Single Board Notebook

#11
post #9

Earlier quoted context omitted.

Please follow the guidelines[0] going forward. 0. https://riscv.org/about/brand-guidelines/

OK fixed! As you clearly know this space well, what do think would make this project better? I was thinking I wanted to see a heatmap of memory access (pages?), and more detailed explaination of the opcodes, but getting the thing working took quite a while so I got a bit tired and stopped at the booting milestone, but I like the project a lot and now it is in a notebook I can basically probe any part of the system wi…

This is going to be very person by person.

e.g. I'd love to see cycles spent in each mode (machine/supervisor/user). Also how much idle (wfi).

Re: RISC-V Linux BusyBox Single Board Notebook

#12
post #11

Earlier quoted context omitted.

OK fixed! As you clearly know this space well, what do think would make this project better? I was thinking I wanted to see a heatmap of memory access (pages?), and more detailed explaination of the opcodes, but getting the thing working took quite a while so I got a bit tired and stopped at the booting milestone, but I like the project a lot and now it is in a notebook I can basically probe any part of the system wi…

This is going to be very person by person. e.g. I'd love to see cycles spent in each mode (machine/supervisor/user). Also how much idle (wfi).

I added a viz for that! Its cool! You can see the transition to user mode https://bsky.app/profile/larkworthy.bsky.social/post/3mjcpky...

Re: RISC-V Linux BusyBox Single Board Notebook

#13
post #11

Earlier quoted context omitted.

This is going to be very person by person. e.g. I'd love to see cycles spent in each mode (machine/supervisor/user). Also how much idle (wfi).

I added a viz for that! Its cool! You can see the transition to user mode https://bsky.app/profile/larkworthy.bsky.social/post/3mjcpky...

I love it.

In the graph, does it show the highest level of execution within the sample interval, or the current one at sample time?

Re: RISC-V Linux BusyBox Single Board Notebook

#14
post #13

Earlier quoted context omitted.

I added a viz for that! Its cool! You can see the transition to user mode https://bsky.app/profile/larkworthy.bsky.social/post/3mjcpky...

I love it. In the graph, does it show the highest level of execution within the sample interval, or the current one at sample time?

It counts every instruction and blends the colours for the three active modes. Then the height represents idleness. So it's a pretty high resolution measure!
Post reply on HN