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
- dfs
- typeORM
- 정렬
- Sequelize
- MongoDB
- cookie
- GIT
- jest
- MySQL
- JavaScript
- game
- 자료구조
- react
- 공룡게임
- nestjs
- class
- Bull
- nodejs
- flask
- Queue
- Dinosaur
- AWS
- mongoose
- Express
- Nest.js
- 게임
- TypeScript
- Python
Archives
- Today
- Total
목록binding (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