9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] prototyping device drivers in user space
@ 2014-03-06 22:16 Steve Simon
  2014-03-06 22:38 ` cinap_lenrek
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Simon @ 2014-03-06 22:16 UTC (permalink / raw)
  To: 9fans

I was thinking of prototyping a Raspberry pi device driver
in user space.

As I boot it as a terminal I am hostowner so I should have access to
/dev/mem, alternatively I could write a little toy device driver to
create a named segement that I could segattach() to - this has the
advantage that the code I write will be more directly transferable
to a real kernel driver.

anyone tried this? is it just silly, the kernel boot time being
so low that its not worth it?

what do you think?

-Steve



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-06 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-06 22:16 [9fans] prototyping device drivers in user space Steve Simon
2014-03-06 22:38 ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).