Hi Samuel, On 20/2/21 10:16 pm, Samuel Thibault wrote: > It's hard to tell exactly without seeing what exactly you have done > already. As I wrote before, device_open should return a port to the > root directory of the pci-arbiter tree. I'm not sure exactly what you > wrote to achieve that.
I think I am missing the auth handle and proc server handles. Do I need to call _hurd_init() before starting rump? If so, how do I get a port to auth and proc without starting init? Maybe I can bypass the auth just to get a protid on root of pci arbiter tree? But then how will libpciaccess do lookups during rump bootstrap? Damien