From 0753f8f36c818eca0c314424b0fbf17db1da5120 Mon Sep 17 00:00:00 2001 From: ky0422 Date: Fri, 25 Oct 2024 08:24:05 +0900 Subject: [PATCH] Update 2024-10-25-os.md --- _posts/fast/2024-10-25-os.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/fast/2024-10-25-os.md b/_posts/fast/2024-10-25-os.md index 9c269b6..2abf2a6 100644 --- a/_posts/fast/2024-10-25-os.md +++ b/_posts/fast/2024-10-25-os.md @@ -29,7 +29,7 @@ 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-인터럽트) @@ -37,7 +37,7 @@ tags: ["컴퓨터", "하드웨어", "CPU"] 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-캐시-메모리) @@ -325,7 +325,7 @@ opcode엔 다양한 역할의 opcode가 존재하는데, 크게 아래와 같은 ## 2-1. CPU -### 2-1-1. ALU(산술논리연산장치) +### 2-1-1. ALU ### 2-1-2. 제어장치