From c587164603970a47d104c54817fd601ce627a700 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 15 Aug 2023 07:33:48 +0100 Subject: [PATCH] formatting changes --- Computer_Architecture/Chipset_and_controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Computer_Architecture/Chipset_and_controllers.md b/Computer_Architecture/Chipset_and_controllers.md index a88592f..2e57074 100644 --- a/Computer_Architecture/Chipset_and_controllers.md +++ b/Computer_Architecture/Chipset_and_controllers.md @@ -11,6 +11,6 @@ A **controller** is simply a circuit that controls a process. The **chipset** is The chipset manages the data flow between the different components that comprise the [motherboard](/Electronics_and_Hardware/Motherboard.md): processor, [memory](/Computer_Architecture/Memory/Memory.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](/Computer_Architecture/Bus.md#system-bus) passes. +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](/Computer_Architecture/Bus.md) passes. The chipset is sometimes called the "glue" or "traffic controller" of the motherboard or _an intelligent intersection of buses_.