Learn Linux-0.12

很多基础知识自己都不懂,因此想要从Linux-0.12开始从基础学起,这篇博客作为自己的阅读笔记,不定时更新,为方便记录和不曲解原意,本篇博客用中文叙述。

本博客的参考资料为赵炯先生的《Linux内核完全注释 V5.0》

Learn how to write Makefile

make and Makefile are very important when building a project. As a programmer using Windows, I know little about Makefile.

I will record what I learned about make and Makefile.

A brief understanding of GNU

I have used tools developed by GNU project for many years like gcc&g++. However I even don’t know what GNU is. Today when I saw the term ‘GNU toolchain’, I decided to figure out what GNU is.