[커널 17차] 25주차

2021.02.23 22:27

주영 조회 수:91

2020년 2월 20일

 

linux version : mainline 5.9

 

init/main.c.  start_kernel();

 

조 통합으로 가장 늦은 진도 기준으로 스터디 시작

start_kernel() => setup_arch() => jump_label_init() 분석 중

kernel/jump_label.c 내 기존 스터디 설명 보충

 

static key 내용 정리

https://sourceware.org/binutils/docs/as/PushSection.html#PushSection

https://sourceware.org/binutils/docs/

https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html

 

저녁 시간

 

이론 분석

 

http://jake.dothome.co.kr/cache4/

 

Cache 및 버퍼, Cache Coherency

 

 

자료

https://github.com/iamroot17/linux

XE Login