eolas/Hardware/Memory/Basics.md

11 lines
456 B
Markdown
Raw Normal View History

2022-05-23 17:42:11 +01:00
---
tags:
- memory
- bits
---
# Basics of main memory
In essence the main memory is just a large storage area for a bunch of binary digits. Each slot for a 0 or 1 is called a bit:
2022-05-23 18:30:04 +01:00
> This is where the running kernal and processes reside - they're just big collections of bits. A CPU is just an operator on memory. It reads its instructions and data from the memory and write back out to the memory. (_How Linux Works: Third Edition_, Brian Ward 2021)