Core BSP 분석/리눅스 커널 핵심 분석
[리눅스] 메인라인 리눅스 커널 소스 받는 방법
AustinKim
2023. 9. 12. 17:44
아래 명령어 입력
$ git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
$ git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next.git
<Updated, 09/12/2023>