Hello World for linux Kernel Module

This commit is contained in:
root
2025-02-16 12:30:21 +02:00
commit 4e4b515f78
17 changed files with 1969 additions and 0 deletions

View File

@@ -0,0 +1 @@
cmd_/home/device-driver/02_better_hello/hello.ko := ld -r -m elf_x86_64 -z noexecstack --no-warn-rwx-segments --build-id=sha1 -T arch/x86/module.lds -o /home/device-driver/02_better_hello/hello.ko /home/device-driver/02_better_hello/hello.o /home/device-driver/02_better_hello/hello.mod.o; true