[OS] Operating System Concepts

Grace·2021년 2월 7일
0

OS

목록 보기
1/1
post-thumbnail

OS 시작! 이 책으로 개념을 정리해보자.

Preface

이 책의 서문은 다음과 같이 시작한다.

Operating systems are an essential part of any computer system.

Content of This Book

다루게 될 내용들은 다음과 같다.

Overview. Chapters 1 and 2 explain what operating systems are, what they do, and how they are designed and constructed.

Process management. Chapters 3 through 5 describe the process concept and concurrency as the heart of modern operating systems

Process synchronization. Chapters 6 through 8 cover methods for process synchronization and deadlock handling.

Memory management. Chapters 9 and 10 deal with the management of main memory during the execution of a process.

Storage management. Chapters11 and 12 describe how mass storage and I/O are handled in a modern computer system.

File systems. Chapters 13 through 15 discuss how file systems are handled in a modern computer system.

Security and protection. Chapters 16 and 17 discuss the mechanisms necessary for the security and protection of computer systems.

Advanced topics. Chapters 18 and 19 discuss virtual machines and networks/distributed systems.

Case studies. Chapter 20 and 21 present detailed case studies of two real operating systems—Linux and Windows 10.

profile
Day By Day

0개의 댓글