# linux_driver **Repository Path**: Fluency1224/linux_driver ## Basic Information - **Project Name**: linux_driver - **Description**: Linux内核驱动程序例程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux_Driver Linux内核驱动程序例程 # Linux设备分类: 字符设备  key led pwm adc 串口 块设备  mem sd tf 网络设备 net # 模块机制 入口函数: insmod 调用module_init() 函数调用: 直接调用 运行空间: 内核 所有资源都可以访问 SVC SWI 资源释放: rmmod 调用module_exit() 手动释放 sudo dmesg 查看内核dbug sudo dmesg -c 清除dbug 内核是常驻内存的