vmlinux 是由哪些連結而成 - Linux

Table of Contents


"Linux編譯到了最後的階段會把各核心所編譯完成的模組連結成一個vmlinux"

有甚麼方法或者指令

可以查出 vmlinux 裡面有哪些被連結的目的檔 *.o *.a

感謝~

--
If people do not believe that mathematics is simple,
it is because they do not realize how complicated life is.
-- John Louis von Neumann

--

All Comments

Hedwig avatarHedwig2010-09-16
可以解開來看~先解gz再解cpio
Hedwig avatarHedwig2010-09-17
通常看不出檔案 但是可以看到連結了哪些函式
Susan avatarSusan2010-09-17
請觀察make的過程
Hedda avatarHedda2010-09-21
nm