ecsimsw

Boot process/ BIOS/ MBS 본문

Boot process/ BIOS/ MBS

JinHwan Kim 2019. 2. 10. 05:31

Booting

  • Boot process
    - Bios : check memory condition / connected hardware.
    - MBR : BIOS calls code stored in the MBR.
    - Active partition : MBR loads code from the bootsector of the active partition.
    - Bootloader : bootsector loads and runs the bootloader
  • BIOS
    - Basic Input Output System 의 약자로 메모리와 접속된 하드웨어를 체크한다. 날짜 및 시간 등 시스템 파라미터나 CPU/메모리 설정, 주변 관리 기기 설정을 할 수 있다.

  • MBR
    - Master Boot Record의 약자로, 부팅 프로그램을 다룰 수 있는 기억 장치의 첫 섹터에 운영체제의 위치 식별 정보를 담아둔 것이다. MBR은 운영체계가 저장되어 있는 파티션의 부트 섹터 레코드를 읽을 수 있는 프로그램을 포함하고 있다.

'Computer Science > Operating system' 카테고리의 다른 글

Interrupt  (0) 2019.02.12
Task / Throughput / Spool  (0) 2019.02.12
Data Storage / Register / Memory  (0) 2019.02.11
Kernel / System call / Shell  (0) 2019.02.10
Operating System  (0) 2019.02.10
Comments