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 |
Tags
- SDK
- 커널 동기화
- 온디바이스AI
- B tree 데이터삽입
- 쉬운코드
- 코딩애플
- 김영한
- 개발남노씨
- 운영체제와 정보기술의 원리
- 프로세스 주소 공간
- 백엔드
- 네트워크
- CPU 스케줄링
- SQL
- 반효경
- 트랜잭션
- vite
- 쉬운 코드
- 운영체제
- recoverability
- Git
- 시스템프로그래밍
- concurrency control
- 시그널 핸들러
- 데이터베이스
- 코딩테스트 [ ALL IN ONE ]
- BreadcrumbsComputer-Networking_A-Top-Down-Approach
- 갤럭시 S24
- 인터럽트
- Extendable hashing
Archives
- Today
- Total
목록프로세스 주소 공간 (1)
티끌모아 태산

Linear Address Space: Overal Kernel Memory Allocation The kernel is the highest priority component of the OS, hence the kernel memory allocation should not be deffered User Memory Allocation When allocating memory to user mode processes 사용자 모드 프로세스에 메모리를 할당할 때, 동적 메모리(즉, 물리적 페이지 프레임) 요청은 긴급하지 않은 것으로 간주됩니다. 예를 들어, malloc() 함수와 비교해 볼 때, 커널은 일반적으로 사용자 모드 프로세스에 페이지 프레임 할당을 지연시키려고 시도합니다. 사용자 프로그램은 신뢰..
CS 지식/시스템프로그래밍
2023. 12. 26. 00:20