Latest

6월
09

<운영체제> CPU SCHEDULING - FCFS, SJF, SRTF

본 게시물은 영남대학교 곽종욱 교수님의 강의를 기반으로 작성됨Preemptive vs Non-PreemptiveNon - Preemptive(비선점형) : 한번 CPU에 올라오는 프로세스는 해당 CPU 점유시간을
3 min read
5월
05

<Error> npm - Missing write access to node_modules

nodeJS를 공부하면서 자동으로 서버를 재가동해주는 nodemon을 설치하다가 생긴 에러이다.. 1번방법 : npm update all은 실패! 2번방법 : 맥에서 생기는 권한 오류를 해결하는
1 min read
4월
17
<운영체제> File System 4

<운영체제> File System 4

본 게시물은 영남대학교 곽종욱교수님의 강의를 기반으로 작성되었습니다. <Incore i-node> i-node table(while in disk) i-number protection mode owner
2 min read
4월
17
<운영체제> Context Switch and Process Creation

<운영체제> Context Switch and Process Creation

<Context Switch> When CPU switches to another process, the system must save the state of the old process
3 min read
4월
16
<운영체제> File System 3

<운영체제> File System 3

본 게시물은 영남대학교 곽종욱 교수님의 강의를 기반으로 작성되었습니다. Another Per-process File Table : File Descriptor Table(Open File Table) 지금까지 process가
4 min read
4월
16
<운영체제> File System 2

<운영체제> File System 2

본 게시물은 영남대학교 곽종욱 교수님의 강의를 기반으로 작성되었습니다. <File-System Structure> File system resides on secondary storage(disks) File
3 min read
4월
16
<운영체제> Process 2

<운영체제> Process 2

본 게시물은 영남대학교 곽종욱 교수님의 강의를 기반으로 작성되었습니다. <CPU Switch From Process to Process> Context Switching : process가 전환되는
4 min read
4월
15
<운영체제> Process 1

<운영체제> Process 1

본 게시물은 영남대학교 곽종욱 교수님의 강의를 기반으로 작성 되었습니다. <Process Concept> An OS executes a variety of programs:
3 min read
4월
15
<운영체제> Directory

<운영체제> Directory

본 게시물은 영남대학교 곽종욱 교수님 강의를 기반으로 작성되었습니다 <Organization of the Directory> 스마트 폰에서의 디렉토리 -> 앱들이
3 min read
4월
14
<운영체제>Structure of Storage and OS

<운영체제>Structure of Storage and OS

본 게시물은 영남대학교 곽종욱 교수님의 강의를 기반으로 작성되었습니다. 1.Storage Structure Main memory : CPU가 직접적으로 접근가능한 휘발성 저장소(흔히 DRam
2 min read