Last Sync: 2022-08-06 09:30:04
This commit is contained in:
parent
b7e92ba0ad
commit
5b8ab91160
4 changed files with 29 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
tags:
|
||||
- Electronics
|
||||
- Hardware
|
||||
- motherboard
|
||||
---
|
||||
|
||||
# Bus
|
||||
|
|
16
Hardware/Chipset_and_controllers.md
Normal file
16
Hardware/Chipset_and_controllers.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
tags:
|
||||
- Hardware
|
||||
- memory
|
||||
- motherboard
|
||||
---
|
||||
|
||||
# Chipset and controllers
|
||||
|
||||
A **controller** is simply a circuit that controls a process. The **chipset** is a combination of controllers placed on the same piece of silicon.
|
||||
|
||||
The chipset manages the data flow between the different components that comprise the [motherboard](/Hardware/Motherboard.md): processor, [memory](/Hardware/Memory/RAM_types.md), [harddisk](/Operating_Systems/Disks/What_are_disks.md) and peripherals.
|
||||
|
||||
Buses run in and out of the chipset into these key motherboard components. The main chipset is a kind of junction that sits between the memory and CPU through which the [system bus](/Hardware/Bus.md#system-bus) passes.
|
||||
|
||||
The chipset is sometimes called the "glue" or "traffic controller" of the motherboard or _an intelligent intersection of buses_.
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
tags:
|
||||
- memory
|
||||
- Hardware
|
||||
- memory
|
||||
- motherboard
|
||||
---
|
||||
|
||||
# Memory
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
tags:
|
||||
- Hardware
|
||||
- memory
|
||||
---
|
||||
|
||||
# The role of memory in computation
|
||||
|
||||
The following steps outline the way in which memory interacts with the processor during computational cycles, once the [bootstrapping](/Operating_Systems/Boot_process.md) process has completed and the OS kernel is itself loaded into memory.
|
Loading…
Add table
Reference in a new issue