Device Driver Development [part 3] By Dave Jones (daveATpowertweak.com) In the previous installments of this article, I showed how to export a /proc interface from kernel space, and then how to get information to the kernel by writing to a /proc entry. This time, I'll give an example of something which could be exported. *nb* Some of the code in this article has changed somewhat to the previous ..
Device driver development. [part 2] In the previous part of this article, we showed how we could add files and directories to the /proc filesystem. This time, I'll show how to change things so that we can write things into kernel space via the proc filesystem, and then read them back. /* * /proc file driver. */ #define TEST_VERSION "1.0" #include #include #include #include #include static int pr..
Device driver development. [part 1] By Dave Jones (dave@ext2.net) This is the first part in a series of articles. At the end of the series, we will have discussed the development of a complete device driver usable as an insertable kernel module, or as a monolithic driver. The first article will discuss how to export information to/from kernel space using the /proc filesystem. Files. The simplest..
- Total
- Today
- Yesterday
- Reverse Engineering
- Tech News
- Linux
- Military
- Mabinogi
- Network Inspector
- cartoon
- win32
- WDB
- humor
- Embedded System
- Assembly
- Life News
- medical
- USB Lecture
- 프리랜서로 살아남는 법
- 막장로그
- 3D Engine
- network
- 야마꼬툰
- C#
- 짤방 및 아이콘
- 나비효과
- diary
- Web Programming
- Battle
- BadCode
- console
- Information Processor
- wallpaper
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |