본인이 멀리 - 오랜동안 떠나게 될 것 같아서 찬찬히 쓸 내용을거의 도배를 하게 됐네요 --;
듀얼 보드를 사고서도 꽤 지났는데 어제 이 사실을 알게 됐습니다.커널 안의 Documentation 디
렉토리 안의 smp.txt 파일을어제서야 보게됐다는 얘기입지요.본문에서는 이렇게 설명해놨습
니다.The next time you compile the kernel, when running a SMP kernel, edit linux/Makefile and change "MAKE=make" to"MA
KE=make -jN" (where N = number of CPU + 1, or if youhave tons of memory/swap you can just use "-j" without anumber). Fee
l free to experiment with this one.Of course you should time how long each build takes :-)Example: make config tim
e -v sh -c 'make dep ; make clean install modules modules_install'본인의 경우 이렇게 할때 기본 50메가 정
도 차지하던 메모리를대부분 다 사용하였고 측정된 시간은 13분 11초였습니다.또 cpu 활용률
은 187%가 나왔습니다.xosview에서 보시면 make 와 make -j3의 차이가 얼마나 큰지아실 수 있을 겁
니다.