Andy-Python-Programmer/aero

Adding C drivers into aero

YusufKhan-gamedev opened this issue · 2 comments

There are certain (very) large drivers that would be infeasible to port to rust(ie. drm). How would I interact with the kernel interfaces, ioctl stuff, and how does pcie kernel interface work?

if you want you can do it by externing the kernel functions in c but eh we will do it in rust dw :^)

if you want you can do it by externing the kernel functions in c but eh we will do it in rust dw :^)

Your going to port all of that to rust? Your going to spend money to test the cards, add GEM?

Anyway, how would I add ioctl stuff?