5 ms·
RISC-V Linux BusyBox Single Board Notebook
- sylware 5mo agoI get a blank page with links2 browser.
- robalni 5mo agoMe too with w3m. Wow, look at the page source! It's an insane amount of javascript. I wonder what it does.
- tlarkworthy 5mo agoEvergreens only. Yes it's a whole OS in there, 7mb.
- sylware 5mo agoThere are still web devs unable to make the difference between a web site and a web app and how important the web site is in regards of the web app.
- tlarkworthy 5mo agoThis is an app, the file works from a file:// domain without a local Webserver. It's a different thing than other things you have seen.
- snvzz 5mo agoThe article spells RISC-V incorrectly as "Risk V" in some sentences. This does not feel like the sort of error somebody going so far as to implement this would make. Gut feeling is not good. Unfortunate.
- tlarkworthy 5mo agoI just like the game Risk. It boots!
- snvzz 5mo agoPlease follow the guidelines[0] going forward. 0. https://riscv.org/about/brand-guidelines/ https://riscv.org/about/brand-guidelines/
- tlarkworthy 5mo agoOK 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 with dataviz tools to make it more tangible. Do you have anything you think would be helpful or cool for learners that you have not seen before in an emulator?
- snvzz 5mo agoThis 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).
- tlarkworthy 5mo agoI added a viz for that! Its cool! You can see the transition to user mode https://bsky.app/profile/larkworthy.bsky.social/post/3mjcpkyvr3225 https://bsky.app/profile/larkworthy.bsky.social/post/3mjcpky...
- snvzz 5mo agoI love it. In the graph, does it show the highest level of execution within the sample interval, or the current one at sample time?