|
|
|
|
[레포트] 컴퓨터공학과 PintosAnalysis
|
|
|
|
Pintos
1. bochs, pintos 설치
Virtual Box를 이용하여 Ubuntu를 설치하고 bochs와 pintos를 설치한다.
1.1 bochs 실행화면
1.2 pintos -v -k-- run alarm-multiple 실행화면
2. Pintos 부팅과정 분석
threads/init.c의 main()에서 호출하는 함수들을 큰 것을 중심으로 보면 다음과 같다.
ram_init ()
- 램을 초기화 한다.
thread_init ()
- threads와 관련된 것들을 초기화 한다.
.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|