From 4e0f67cabf6866a5499fd82456fa7332020c7bfc Mon Sep 17 00:00:00 2001 From: Guillaume Chanel <Guillaume.Chanel@unige.ch> Date: Thu, 22 Aug 2024 17:22:44 +0200 Subject: [PATCH] Revert "Correct drivers" This reverts commit ed149ae75aa4f62e8cb2a4027697de85b2245b34. --- 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 6938f07..c140f0a 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 /dev/devices +$ cat /proc/devices Character devices: ... 137 mydevice -- GitLab