Y
Hacker News
new
|
ask
|
show
|
jobs
by
ronsor
294 days ago
> use some kernel-bypass to access hardware directly
You can always mmap /dev/mem to get at physical memory.
1 comments
fooker
293 days ago
No, that's not really what kernel bypass means.
link
oasisaimlessly
293 days ago
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.
link