0
ответов

How to create a device node from the init_module code of a Linux kernel module?

I am writing a module for the linux kernel and I want to create some device nodes in the init function int init_module(void) { Major = register_chrdev(0, DEVICE_NAME, &fops); // Now I want ...
вопрос задан: 6 August 2017 09:25