[OS] 시스템 서비스 SystemService, 링커Linker와 로더Loader
·
Computer Science/Operating System
시스템 서비스 SystemService파일 관리 FileManagement상태 정보 StatusManagement파일 변경 FileModification프로그래밍 언어 지원 PLSupport프로그램 적재와 수행 Program Loading & Execution통신 Communication백그라운드 서비스 BackgroundService링커와 로더 LinckersandLoadersROF RelocatableObjectFile: 재배치 가능한 개체 파일임의의 물리적 메모리 위치에 로드되도록 설계된 개체 파일로 컴파일된 소스 코드 링커 LinkerROF를 단일 바이너리 실행 파일로 결합라이브러리를 가져옴 로더 Loader프로그램을 주 기억장치(Mai..
HaSeon9