From cb6619191da457e547173c36862cb2c39b787cea Mon Sep 17 00:00:00 2001 From: geekpi Date: Mon, 28 Oct 2013 02:08:32 +0000 Subject: [PATCH] =?UTF-8?q?[=B7=AD=D2=EB=D6=D0]=2003=20The=20Linux=20Kerne?= =?UTF-8?q?l--Drivers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/The Linux Kernel/03 The Linux Kernel--Drivers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 sources/The Linux Kernel/03 The Linux Kernel--Drivers.md diff --git a/sources/The Linux Kernel/03 The Linux Kernel--Drivers.md b/sources/The Linux Kernel/03 The Linux Kernel--Drivers.md old mode 100644 new mode 100755 index 1ac19ccd31..e7de64dce9 --- a/sources/The Linux Kernel/03 The Linux Kernel--Drivers.md +++ b/sources/The Linux Kernel/03 The Linux Kernel--Drivers.md @@ -1,3 +1,5 @@ +translating-------------------geekpi + 03 The Linux Kernel: Drivers ================================================================================ Drivers are small programs that enable the kernel to communicate and handle hardware or protocols (rules and standards). Without a driver, the kernel does not know how to communicate with the hardware or handle protocols (the kernel actually hands the commands to the BIOS and the BIOS passes them on the the hardware). The Linux Kernel source code contains many drivers (in the form of source code) in the drivers folder. Each folder within the drivers folder will be explained. When configuring and compiling the kernel, it helps to understand the drivers. Otherwise, a user may add drivers to the kernel that they do not need or leave out important drivers. The driver source code usually includes a commented line that states the purpose of the driver. For example, the source code for the tc driver has a single commented line that says the driver is for TURBOchannel buses. Because of the documentation, users should be able to look at the first few commented lines of future drivers to learn their purpose. @@ -232,4 +234,4 @@ via: http://www.linux.org/threads/the-linux-kernel-drivers.4205/ 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 \ No newline at end of file +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出