Remix.run Logo
ronsor 7 days ago

> use some kernel-bypass to access hardware directly

You can always mmap /dev/mem to get at physical memory.

fooker 7 days ago | parent [-]

No, that's not really what kernel bypass means.

oasisaimlessly 6 days ago | parent [-]

Accessing hardware directky via /dev/mem is literally the original kernel bypass strategy, before we got the UIO and VFIO APIs to do it in a blessed way.