Update Post “2023-11-22-부트로더와-커널-로딩”

This commit is contained in:
Morgan 2023-11-22 06:09:01 +00:00
parent 2f6c7d5b36
commit b64c0af864
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ slug: bootloader-and-loading-kernel
부트로더가 하는 일은
1. CPU 초기화
2. IVT 초기화 (이건 펌웨어 자체에서 초기화된다.)
2. IVT 초기화
3. 하드웨어 초기화 및 커널 찾기 (외부 메모리 인터페이스 초기화 및 파일시스템 인식 과정)
4. 커널을 메모리에 올리고 커널 Entry로 점프