【Linux內核分析與驅動編程】內核調試實驗-指定helloworld作爲系統init入口

2 指定helloworld作爲系統init入口 (1)編寫一個helloworld.c程序 /hello.c/ #include <stdio.h> void main() { printf(「Hello World\n」); printf(「This is an entry\n」); printf(「Author:fenghao\n」); fflush(stdout); while(1); }
相關文章
相關標籤/搜索