GNU Linker
이 포스트는 서울대학교의 '운영체제의 기초' 강의를 개인 학습용으로 작성한 포스트입니다. Program Development Process Compiler : Convert each source file into object file Linker : Combine all object files into one executable file Loader : Load instructions and data into those positions Linking Process Section Object file을 구성하는 단위, data를 묶어놓는 단위 Contigous memory area 할당 Text, Data, BSS, Other sections(Symbol table, Relocation table...)..
Basic Learning/Operating System Concepts
2020. 6. 15.