| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- deep learning
- 밑바닥부터 시작하는 딥러닝2
- 딥러닝
- RNN
- Operating System
- assignment1
- Machine Learning
- computer vision
- 밑바닥부터 시작하는 딥러닝
- Positional Encoding
- C++
- Linux
- paper review
- Regularization
- DFS
- SQLD
- do it! 알고리즘 코딩테스트: c++편
- Gentoo2
- Python
- assignment2
- Optimization
- BFS
- CPP
- Baekjoon
- Transformer
- Algorithm
- Process
- System Call
- CNN
- cs231n
- Today
- Total
목록Linux (12)
newhaneul
본 포스팅은 인하대학교 김기창 교수님의 [202502-EEC4406-001] Operating System을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. Question: (Submit one word/pdf/hwp file that includes the source code, the output capture, and FULL explanation about your solution.) 1. Predict the exact page numbers that will cause page fault for following program with explanation why you have thought that way. 아래 코드에 대해 발생하리라고 예측되는 정확한 페이지 폴트 넘버를 예측하고 ..
본 포스팅은 인하대학교 김기창 교수님의 [202502-EEC4406-001] Operating System을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. Question: 1. Create an empty disk, myfd2, as follows. Note "count" value is "4320", not "1440". Create file f1 in myfd2 and write "hi f1" in it. Compute the block number of f1 and show its block content. You have to explain in detail how you have computed f1's block number. Just searching "hi" in Vi as a st..
본 포스팅은 인하대학교 김기창 교수님의 [202502-EEC4406-001] Operating System을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. Question: Submit all relevant code, output result, and explanation about your code such as whether it is working or not and if not where it fails, etc. for the following problem. Do not use ChatGPT or ChatGPT-like AI system. If I suspect any use of these systems, there will be a heavy penalty. 아래 문제에 대해 모든..
본 포스팅은 인하대학교 김기창 교수님의 [202502-EEC4406-001] Operating System을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. Question: Submit all relevant code, output result, and explanation about your code such as whether it is working or not and if not where it fails, etc. for the following problem. Do not use ChatGPT or ChatGPT-like AI system. If I suspect any use of these systems, there will be a heavy penalty. 아래 명령이 실행될때 m..
본 포스팅은 인하대학교 김기창 교수님의 [202502-EEC4406-001] Operating System을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. Question: Submit all relevant code, output result, and explanation about your code such as whether it is working or not and if not where it fails, etc. for the following problem. Do not use ChatGPT or ChatGPT-like AI system. If I suspect any use of these systems, there will be a heavy penalty. 아래 문제에 대해 모든..
본 포스팅은 인하대학교 김기창 교수님의 [202502-EEC4406-001] Operating System을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. Question:For each problem, you should provide the source code capture, output result, and brief explanation about your answer. 각 문제마다 소스 코드 캡처, 실행 결과, 그리고 간단한 설명을 제출한다. 1(10). Write a system call that displays all processes whose parent has pid=1. 1(10). 부모 프로세스의 PID가 1인 모든 프로세스를 출력하는 시스템 콜을 작성한다. 2(10). ..
본 포스팅은 인하대학교 김기창 교수님의 [202502-EEC4406-001] Operating System을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. Question: Submit all relevant code, output result, and explanation about your code such as whether it is working or not and if not where it fails, etc. for the following problem. Do not use ChatGPT or ChatGPT-like AI system. If I suspect any use of these systems, there will be a heavy penalty. 아래 문제에 대해 모든..
본 포스팅은 인하대학교 김기창 교수님의 [202502-EEC4406-001] Operating System을 수강하고 공부한 내용을 정리하기 위한 포스팅입니다. Question:For each problem, you should provide the source code capture, output result, and brief explanation about your answer. 1(15). Write a system call that displays the name of the parent for all processes in the system.1(15). 모든 프로세스에 대해, 각 프로세스의 부모 이름을 화면에 출력하는 시스템콜을 작성하라. 2(15). Modify the kernel so t..
