terminal 명령어
git 명령어
status, log, branch, merge
origin, pull, fetch, push
commit message
가상 메모리 - 페이징, 세그멘테이션, 메모리 풀
MF - Paging, Segmentation, Memory Pool
메모리 할당기(Allocator), 동적 메모리 할당(Malloc), 가용 리스트 관리 방법(Free list)
MAS - First Fit, Next Fit, Best Fit
Demand Paging + Demand-zero Memory / Pure demanding page, pre-paging
demand-zero page / 공유 객체, 사적 객체 / copy-on-write / fork(), execve()
Demand-zero Memory, Demand-zero Page
시스템콜
DMA