Skip to content

Commit

Permalink
Update 2024-10-25-os.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yulmwu committed Oct 24, 2024
1 parent 8705f5d commit 0753f8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/fast/2024-10-25-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ tags: ["컴퓨터", "하드웨어", "CPU"]
2. [컴퓨터 구조 %%](#2-컴퓨터-구조)
1. [CPU](#2-1-cpu)
1. [ALU(산술논리연산장치)](#2-1-1-alu)
2. [제어장치](#2-1-2-제이장치)
2. [제어장치](#2-1-2-제어장치)
3. [레지스터](#2-1-3-레지스터)
4. [명령어 사이클](#2-1-4-명령어-사이클)
5. [인터럽트](#2-1-5-인터럽트)
6. [코어](#2-1-6-코어)
7. [병렬 처리](#2-1-7-병렬-처리)
8. [명령어 집합 구조](#2-1-8-명령어-집합-구조)
1. [CISC](#2-1-8-1-cisc)
2. [RISC](#2-1-8-1-risc)
2. [RISC](#2-1-8-2-risc)
2. [메모리(주기억장치)](#2-2-메모리주기억장치)
1. [RAM](#2-2-1-ram)
2. [캐시-메모리](#2-2-2-캐시-메모리)
Expand Down Expand Up @@ -325,7 +325,7 @@ opcode엔 다양한 역할의 opcode가 존재하는데, 크게 아래와 같은

## 2-1. CPU

### 2-1-1. ALU(산술논리연산장치)
### 2-1-1. ALU

### 2-1-2. 제어장치

Expand Down

0 comments on commit 0753f8f

Please sign in to comment.