mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 13:30:42 +08:00
Fix typo (#169)
This commit is contained in:
parent
760df73743
commit
7b38f3713a
|
@ -1803,7 +1803,7 @@ But the job of the kernel is not just to respond to process requests.
|
|||
Another job, which is every bit as important, is to speak to the hardware connected to the machine.
|
||||
|
||||
There are two types of interaction between the CPU and the rest of the computer's hardware.
|
||||
The first type is when the CPU gives orders to the hardware, the order is when the hardware needs to tell the CPU something.
|
||||
The first type is when the CPU gives orders to the hardware, the other is when the hardware needs to tell the CPU something.
|
||||
The second, called interrupts, is much harder to implement because it has to be dealt with when convenient for the hardware, not the CPU.
|
||||
Hardware devices typically have a very small amount of RAM, and if you do not read their information when available, it is lost.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user