corrections on 03 and 08, 09 done

This commit is contained in:
2025-07-11 19:35:43 +02:00
parent fb12152966
commit 2e4d67d510
5 changed files with 115 additions and 18 deletions

9
09/Makefile Normal file
View File

@ -0,0 +1,9 @@
obj-m += mounts.o
mounts-y = main.o rw.o
PWD := $(CURDIR)
all:
$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean