Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- OCR
- Queue
- nestjs
- typeORM
- GIT
- flask
- game
- 정렬
- Nest.js
- Bull
- TypeScript
- MongoDB
- dfs
- Dinosaur
- class
- react
- mongoose
- nodejs
- jest
- 공룡게임
- Express
- JavaScript
- 게임
- Python
- Sequelize
- AWS
- cookie
- MySQL
- 자료구조
Archives
- Today
- Total
목록overlay (1)
포시코딩

키워드 memory, binding, mmu, dynamic loading, dynamic linking, overlay, swapping Memory란? 주소를 통해 접근하는 매체 주소는 두가지로 나눌 수 있다. Logical Address: 논리적 주소 Physical Address: 물리적 주소 Logical vs. Physical Address Logical Address (=Virtual Address) 프로세스마다 독립적으로 가지는 주소 공간 각 프로세스마다 0번지부터 시작 CPU는 하드웨어라 physical address를 바라볼 것 같지만 CPU가 바라보는 주소는 logical address임 -> 컴파일 되면 안에 들어가 있는 주소를 바꿀 수 없기 때문에 즉, 메모리 상의 주소는 바뀌지만..
CS (Computer Science)
2023. 5. 10. 14:03