hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.3K
active users

you've heard of PCIe-over-115200-UART but i'm currently virtualizing a Yamaha PSS-A50 over VS Code Live Share and OpenOCD

every time it calls bzero() on something i have to wait for literally like 30 seconds

this firmware calls bzero() a lot

it also has DMA so i can't keep internal RAM reads inside the emulator

Cassandrich

@whitequark Is there a way to make the protocol compress (at least trivially, like runs of zeros) the io operations?

@dalias i pipeline them already yeah

the reads are the hard part