核心第一版修订

This commit is contained in:
2026-08-20 17:12:44 +08:00
parent a5cfb4baa9
commit 7849dd9c19
6 changed files with 102 additions and 71 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
\ae\proj\Aethera\cmake-build-vs2022_debug --target Aethera_Kernel_check -j 30 默认每次运行程序都通过CDB运行 D:
\ae\ewdk\EWDK_22621_230929-1800\Program Files\Windows Kits\10\Debuggers\x64\cdb.exe
编译器环境脚本 C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\vsdevcmd\ext\VsDevCmd.bat
编译器环境脚本 C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat
-host_arch=x64 -arch=x64
D:\ae\tools 可能会有有用的工具
@@ -16,6 +16,7 @@ D:\ae\tools 可能会有有用的工具
写函数 和模块使用下面的约定
[错误处理规范](./Error_handling_specification.md)
[命名约定](./Project_naming_conventions.md)
[项目细节规范](./Project_detail_specification.md)
0. 跟你审计报告 就要大刀阔斧的改 一次性先把问题一次改完 在批量检查 要大步前进
1. 每个状态只能有一个权威来源,禁止在不同对象中重复保存并手工同步。