저장장치
![[운영체제] 2. System Structure & Program Execution](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FWTrLe%2FbtrT0StVGIc%2FAAAAAAAAAAAAAAAAAAAAACisVmXwjuG_Q_kaYqeWO18gaEQBudLfrgxLmhVpdzRl%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3Dcn12aGVcDaUDdeM3bO4ylD2qAoo%253D)
[운영체제] 2. System Structure & Program Execution
2. System Structure & Program Execution 컴퓨터 시스템 구조 메모리: CPU의 작업 공간 IO 디바이스를 컨트롤 하는 작은 CPU같은 것 = device controller → device controller가 디스크의 내부를 통제함 device controller의 작업 공간 = 로컬 버퍼 CPU CPU: 메모리에서 하나씩 읽어서 실행 registers: 메모리보다 빠른 작은 저장공간 mode bit: CPU에서 실행되는 것이 운영체제인지, 사용자 프로그램인지 구분 interrupt line: cpu는 메모리에 있는 instruction만 실행, 다음 instruction의 주소값이 증가 → cpu에 IO장치의 입출력이 끝났음을 알려주는 것 키보드 입력, 화면 출력, 디스..