Hi there!

I am a student studying computer science.

시스템 프로그래밍

시스템 프로그래밍 1장 - System-call, Library-call

만능성구 2020. 5. 5. 00:31
728x90

User가 커널의 resource를 사용하는 방법은 System Calls / Libaray Call

Sysstem Call은

kernel code로 직접 접근하는 entry points이다.

Library call은

user code를 원하는 system-call function으로 변환시켜주는 Library

system-call을 다시 한번 더 라이브러리로 제공하여 접근!

z.B) C에 있는 Systemcall : read(...) / Library-call : fread(...)

Linux System Calls Overview

728x90