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
- ML
- databasesystems
- 운영체제
- human-interface-guide
- MachineLearning
- db
- dataindependency
- databasemanagementsystem
- copyonwrite
- 기계학습
- mlfq
- dbms
- database
- react native #rn #리액트네이티브 #hook #hooks #훅 #navigation #네비게이션 #usenavigate
- OperatingSystem
- Datastructure
- conceptualdatamodeling
- xv6
- monopolyqueue
- softmarginsvm
- SVM
- 머신러닝
- humaninterfaceguide
- SupportVectorMachine
- entity-relationshipmodel
- threeschemaarchitecture
- 자료구조
- multilevelfeedbackqueue
- lightweightproces
- softmargin
Archives
- Today
- Total
목록LWP (1)
leehyogum의 트러블슈팅
[Operating System] xv6 Light Weight Process (LWP)
운영체제 과제로 진행한 xv6 project3에 대한 설명입니다.정확하지 않은 내용일 수 있으므로 참고만 하시길 바랍니다.전체 코드는 아래 링크에서 확인하실 수 있습니다.https://github.com/LeeHyo-Jeong/HYU-ELE3021[Design]Light Weight Process일반적으로 프로세스는 서로 독립적으로 실행되고, 자원을 공유하지 않으며 서로 별개의 주소 공간과 file descriptor를 가진다. 그러나 Light Weight Process(Thread)는 같은 프로세스 내의 다른 LWP와 자원과 주소 공간 등을 공유해 멀티태스킹을 가능하게 해준다.같은 프로세스 내에 있는 스레드들은 프로세스 내의 code section, data section, open files을 공유..
CS/Operating System
2024. 9. 13. 00:50