1/6
system call 구현
week09
1/7
system call 구현
1/8
system call 구현
1/9
system call 구현
1/10
system call 구현
leetcode
- Longest Substring Without Repeating Characters
- Median of Two Sorted Arrays
- Zigzag Conversion
- Reverse Integer
- String to Integer (atoi)
1/11
WIL(Weekly I Learned)
- argument passing
- calling convention은 일반적인 함수 호출에 대한 협약이다.
- argument passing은 command line에서 main의 argc, argv에 어떻게 매개변수를 넘겨주는 방법이다.
- 실행파일과 argument를 parsing하고 argument를 stack을 활용하고 레지스터에 저장했다.
- user memory
- system call
- user mode, kernel mode
- system call handler
- cpu register
- context switching
- denying write to executables
week10 발제
week10 키워드
- PROJECT3 : Virtual memory
- Memory Management, Anonymous Page, Stack Growth, Memory Mapped Files, Swap In/Out
- Paging(virtual page, physical frame, page table & supplementary page table), Memory Management Unit(MMU), Translation Lookaside Buffer(TLB), Page Type(Uninitialized page, anontmous page, file-backed page), Swap In/Out, Copy on Write(COW)
1/12
1/13
comment