Code builds, basic handlers in place, some documentation

This commit is contained in:
2023-11-29 17:32:36 -05:00
commit a32a5403e7
6 changed files with 555 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
KMOD= i3e_template_driver
SRCS= i3e_template_driver.c
DCOPTFLAGS+= -g -O0
.include <bsd.kmod.mk>