摘要:
1. 内核源码树 目录 描述 arch 特定体系结构的源码 block 块设备I/O层 crypto 加密API Documentation 内核源码文档 drivers 设备驱动程序 firmware 使用某些驱动程序而需要的设备固件 fs VFS和各种文件系统 include 内核头文件 ini 阅读全文
摘要:
macbook下集成Qt的cmake写法,需要xcode的sdk make_minimum_required(VERSION 3.20) set(CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX 阅读全文
摘要:
微型项目makefile万能写法 TAR=bin/tcpserver CC=gcc CXX=g++ INCLUDE_PATH=-I ./include LIBS_PATH=-L /usr/lib/aarch64-linux-gnu LIBS=-lsqlite SRC_C_PATH=$(wildcar 阅读全文