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