cu-ecen-aeld / final-project-bennowotny

final-project-bennowotny created by GitHub Classroom
0 stars 0 forks source link

Start Kernel Driver on Boot #16

Open bennowotny opened 2 days ago

bennowotny commented 2 days ago

The kernel driver should be loaded on boot (with a mapped file interface) prior to the userspace application starting so that the userspace application can use the LED interface to receive commands.

Definition of Done: The kernel module should be loaded automatically on boot and unload it on shutdown. It's priority should allow for the userspace application to be loaded with a strictly-after ordering.

Blockers: #4