Adding C drivers into aero
YusufKhan-gamedev opened this issue · 2 comments
YusufKhan-gamedev commented
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?
Andy-Python-Programmer commented
if you want you can do it by externing the kernel functions in c but eh we will do it in rust dw :^)
YusufKhan-gamedev commented
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?