[커널 17차 A조] 20주차

2021.01.11 19:19

주영 조회 수:1019

2020년 1월 9일

 

linux version : mainline 5.9

 

init/main.c.  start_kernel();

 

setup_arch(); 분석중

setup_machine_fdt() 분석 중

 

memblock 구조 확인 (http://jake.dothome.co.kr/memblock-1/)

 

memblock_reserve()

memblock_add_range()

early_init_dt_scan()

 

initcall 관련 내용 - http://egloos.zum.com/flameco82/v/2778032

 

 

저녁 시간

 

이론 분석 - DTB 분석, 저장 포맷 확인

 

- http://jake.dothome.co.kr/dtb1/

 

 

이론 분석 - RCU (장기 프로젝트) - 다음주

 

https://lwn.net/Articles/262464/ (What is RCU, Fundamentally?) (1월 2일 분석)

 

https://lwn.net/Articles/263130/ (What is RCU? Part 2: Usage)

https://lwn.net/Articles/264090/#So,%20What%20is%20RCU%20Really? (RCU part 3: the RCU API)

 

https://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html

 

rcu 관련 논문

http://www.rdrop.com/users/paulmck/scalability/paper/ordering.2007.09.19a.pdf (by Paul E. McKenney)

 

 

 

자료

https://github.com/iamroot17A/linux

XE Login