|
|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Thu, 25 Jan 2007
I will run some trainings this year in Auriga and MSU.
They will be devoted to linux kernel hacking. The first lecture will be spent
in about a week in Auriga, where I will talk
about Linux USB driver creation with example of real hardware - w1 USB bus master driver,
which you can find in kernel sources (drivers/w1/masters/ds2490.c,
although to get it work I needed to resolder some pins, so I do not 100% sure that
my driver for this hardware in Linux kernel is correct, but do not tell anyone).
If things will go smooth, I will create couple of other lectures
(I plan to talk about networking)and will
have a presentation in MSU
in a course, which starts there in a month.
I consider this as a preparation for my possible talks in Linux kernel summit
and/or other development conferences, if stars will go stright and I will participate there.
There is non-zero probability that I will run some lectures in India this spring too
with Auriga team (with kevent talk as a bonus),
but it is too early to talk about it.
/life :: Link / Comments (0)
New kevent version 'take34' has been released.
The only change is a header pointer in aio_sendfile_path().
Now one can use aio_sendfile_path() to send a file with header
in one syscall instead of three: send(header), open(file), sendfile().
/devel/kevent :: Link / Comments (0)
|