Johannes 4GNU_Linux
Here on my Channel I put out some videos about GNU/Linux with a focus on applications for automation and Embedded Systems. But here are also some videos about some useful tools you can use on GNU/Linux.
Давайте напишем сетевой драйвер Linux — как следовать моим обучающим материалам по сетевому драйв...
Давайте напишем драйвер Linux — 16: Как написать драйвер устройства Linux для дерева устройств
Давайте напишем драйвер для Linux — 15: Добавление устройства с помощью наложения дерева устройств
Давайте напишем драйвер для Linux — 14: Дерево устройств
Как я стал пользователем Linux
Системное программирование Linux: межпроцессное взаимодействие с помощью канала
Давайте напишем сетевой драйвер Linux — получение кадров
Linux System Programming: Variables in fork & waiting for a child process
Давайте напишем сетевой драйвер Linux — правильная передача кадров
Linux System Programming: Using fork to create a new process as a dublicate
Let's code a Linux network driver - Transmitting frames
Let's code a Linux network driver - Setting a MAC address in the driver
Let's code a Linux Driver - 13: ioctl in a Linux Driver
Let's code a Linux Driver - 12: Introduction to ioctl
Let's code a Linux network driver - Adding support for phytool (SMI/MDIO access from userspace)
How to code a Linux Driver? Resources & book recommendations for Linux Driver Development
Let's code a Linux network driver - Accessing the SMI bus and adding an Ethernet PHY
Linux System Programming: Dependencies in a Makefile
Linux System Programming: Automate compiling with a Makefile
Let's code a Linux network driver - Hello World Linux Network Driver
Let's code a Linux network driver - Use a work handler in an SPI device driver
Let's code a Linux network driver - Use interrupts in an SPI device driver
Let's code a Linux network driver - SPI device driver template
vim for Linux Kernel Development
GNU/Linux & Ethernet: Writing an UDP socket Client in C
GNU/Linux & Ethernet: Writing a simple UDP socket Server in Linux with C
Let's code a Linux Driver - 11: Dynamical memory allocation & private data in struct file
GNU/Linux & Ethernet: Writing a simple TCP socket Server in Linux with C
GNU/Linux & Ethernet: Writing a simple TCP socket Client in Linux with C
GNU/Linux & Ethernet: Linux Sockets, Ports, TCP and UDP