Archive for the ‘ Linux ’ Category

HowTo: Ubuntu Linux Install Kernel Source Code And Headers

$ sudo apt-get update
$ sudp apt-get install linux-source

-

리눅스 메모리 확인

http://solarixer.blogspot.com/2010/10/blog-post_08.html

리눅스 시스템 정보 확인

http://neodreamer.tistory.com/120

make 기술 파일 기본 구조

기술 파일 기본 구조

CC = gcc                                                                    ## 매크로 정의

target1 : dependency1 dependency2                   ## 룰1

command1                                                             ##명령어

command2

target2 : dependency3 dependency4 dependency5       ## 룰2

command3

command4