Hi, I've been reading about GNU/Hurd. In linux, a driver for a graphics card done in the kernel needs to be tediously debugged using printk() and related because it's not running in user context.
Would a graphics driver (that needs access to system IO) in Hurd be running in a user context where i can use gdb on it?