Re: [OpenIndiana-discuss] how to write device drivers

2018-06-01 Thread ken . ide
日 午前 12:20:04 件名: Re: [OpenIndiana-discuss] how to write device drivers Hi Ken, Welcome to the mailing list! You can refer to the illumos book "Writing Device Drivers": https://illumos.org/books/wdd/preface.html Specifically: https://illumos.org/books/wdd/character-21002.html#character-21002

Re: [OpenIndiana-discuss] how to write device drivers

2018-06-01 Thread Aurélien Larcher
Hi Ken, Welcome to the mailing list! You can refer to the illumos book "Writing Device Drivers": https://illumos.org/books/wdd/preface.html Specifically: https://illumos.org/books/wdd/character-21002.html#character-21002 https://illumos.org/books/wdd/block-34861.html#block-34861 Kind

[OpenIndiana-discuss] how to write device drivers

2018-06-01 Thread ken . ide
Hi, I am application engineer, but I want to write device driver that run in user process. Character and Block device I want to write, But I do not know where am I start. chardev? very easy way , look /dev/null you lough, but I do not know where it place. and I do not know the magic number