Hi,

I think printf usually invoke system call. But in Fiasco only one system call is capability invocation. So what capability is invoked by printf? Or Fiasco implements printf in user level, so printf triggers a normal IPC? 

Thank you.
Best