Start to write a simple Linux kernel Module Start to write a simple Linux kernel ModuleStep 1 Create a folderCreate a suitable folder, this folder will contain the source program and other compiled files. 1➜ mkdir Mooc && cd Mooc Ste 2022-12-28 OS #服务器 #linux #运维
About the problem of struct structure assignment About the problem of struct structure assignment1: Shallow copyThe abstract data structure instance of the struct structure can be directly assigned, see this example: 12345678910111213141516171819 2022-11-29 Things about C #linux #c
Solutions for Xiyou Linux Group 2020 Interview Questions Solutions for Xiyou Linux Group 2020 Interview Questions Thanks to Zhilu for re-entering the original title. Good people live in peace. Note: This question is only used as a limited reference for 2022-11-16 Tests for Basic Knowledge of C #算法 #linux #c++
Solutions for Xiyou Linux Group 2021 Interview Questions Solutions for Xiyou Linux Group 2021 Interview Questions Thanks to Zhilu for re-entering the original title. Good people live in peace. This topic is only a limited reference for Xiyou Linux Inte 2022-11-16 Tests for Basic Knowledge of C #算法 #linux #c++
Solutions for Xiyou Linux Group 2022 Interview Questions Solutions for Xiyou Linux Group 2022 Interview Questions Thanks to Zhilu for re-entering the original title. Good people live in peace. This topic is only a limited reference for the Xiyou Linux 2022-11-15 Tests for Basic Knowledge of C #算法 #linux #c++
C 语言学习路线入门 前言本文提供一条清晰的学习路线,涵盖 Linux 基础、C 语言、Makefile、Git & GitHub、编译与链接等核心内容。目标是帮助读者建立扎实的开发基础,理解系统底层原理,掌握现代开发工具链。 学习建议对于新手,先搭建 Linux 开发环境,然后在 Linux 上学习 C 语言,可以验证书上的内容,学习写 Makefil 来编译自己的代码,同时使用 git 和 github 或 1990-10-20