리눅스6 make mrproper make distclean What's the difference between make mrproper and make clean in kernel 2.4 source's Makefile? which should I use if in the middle of make, I want to return to the base state. make mrproper or make clean ? from the Makefile: #### Cleaning is done on three levels.# make clean Delete most generated files# Leave enough to build external modules# make mrproper Delete the current configuration, and all .. 2012. 4. 6. 리눅스 커널 스터디 참고자료 리눅스 커널 스터디 참고자료 출처 : http://www.iamroot.org http://www.iamroot.org/xe/6714 - 만들면서 배우는 OS 커널의 구조와 원리(by 김범준) : x86 하시는 분들은 많은 도움을 얻을수 있는 서적입니다. 초반에 부트로더 분석하실때는 이책을 들고 다니시면서 참고하시면 좋을듯 하네요. - Linux Booting 과정 이해(by 백창우) http://iamroot.org/xe/3933 : 부팅 과정에 대해 정리를 잘해 놓으셨습니다. 저희도 많은 도움을 받았던 자료입니다. 역시, 초반에는 출력해서 들고다니시면 좋을듯 하네요. - Linux i386 Boot Code HOWTO http://tldp.org/HOWTO/Linux-i38.. 2012. 2. 28. 이전 1 2 다음 반응형