stsrc / events

[Kernel space | Done] Another IPC variant - "throwing" named events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

events

This was project for linux kernel driver course. Idea of project was to create
IPC, which could pass some messages. It is not ideal though: I've created some
strange algorithm to check if deadlock occure. It is bad in context of
complexity. Maybe there should be used binary tree to get faster algorithm.

About

[Kernel space | Done] Another IPC variant - "throwing" named events.


Languages

Language:C 98.8%Language:Makefile 0.8%Language:Shell 0.4%