Removed Rust code, added misc device and irq handle. Began work on correctly formatting print msg and logging files.

Signed-off-by: Jolan Rathelot <jrathelo@student.42nice.fr>
This commit is contained in:
Jolan Rathelot
2024-03-12 13:27:17 +01:00
parent b20836700d
commit 1b685c68cb
12 changed files with 517 additions and 13480 deletions

2
Kbuild
View File

@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
obj-m := driver_and_interrupts.o
driver_and_interrupts-y := src/lib.o
driver_and_interrupts-y := src/main.o src/misc_device_fops.o src/keyboard_logger.o