hw independent kernel initializationtask 0 create ← startdaemon process create 커널의 초기화 부분, 즉 커널의 메인 시작함수가 구현된 디렉토리 임.하드웨어 관련 초기화는 arch/$(ARCH)/kernel에 있는 head.S와 misc.c에서 이루어지고,init 디렉토리에 있는 main 함수의 start_kernel() 함수로 흐름이 넘어온다.