DriverPractice
DriverPractice copied to clipboard
Linux driver practices
Results
1
DriverPractice issues
Sort by
recently updated
recently updated
newest added
**two Makefile were modified** - 15-ExportSymbol/UseExport/Makefile - 16-Framework/UseFramework/Makefile **added the path of module.symvers as below** _KBUILD_EXTRA_SYMBOLS := ........../Module.symvers_ [reference](https://stackoverflow.com/questions/16360689/invalid-parameters-error-when-trying-to-insert-module-that-accesses-exported-s) Nice practice btw I've learned a lot from it