From ed149ae75aa4f62e8cb2a4027697de85b2245b34 Mon Sep 17 00:00:00 2001 From: Guillaume Chanel <Guillaume.Chanel@unige.ch> Date: Thu, 22 Aug 2024 17:19:03 +0200 Subject: [PATCH] Correct drivers --- 5.drivers/drivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.drivers/drivers.md b/5.drivers/drivers.md index c140f0a..6938f07 100644 --- a/5.drivers/drivers.md +++ b/5.drivers/drivers.md @@ -448,7 +448,7 @@ MKDEV(MAJOR(dev), MINOR(dev) + i) // référencer notre ième périphérique Une fois inscrit, on peut retrouver le numéro majeur de nos périphériques dans /proc/devices: ```bash -$ cat /proc/devices +$ cat /dev/devices Character devices: ... 137 mydevice -- GitLab