• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






chunyou128

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2022年2月16日

windows架构
摘要: Figure 1: A general representation of Operating System as a ring-structure Figure 2: A layered structure of Windows NT OS 阅读全文
posted @ 2022-02-16 21:22 无名使者 阅读(103) 评论(0) 推荐(0)
 
process map
摘要: Figure 5-1. Data structures associated with processes and threads Figure 5-2. Structure of an executive process block Figure 5-3. Structure of the exe 阅读全文
posted @ 2022-02-16 14:38 无名使者 阅读(136) 评论(0) 推荐(0)
 
TLS(Thread local storage)相关
摘要: TlsAllocTlsFreeTlsGetValueTlsSetValue 例子: #include <stdio.h> #include <windows.h> #define THREADCOUNT 2 DWORD dwTlsIndex; VOID ErrorExit(LPCWSTR lpszM 阅读全文
posted @ 2022-02-16 10:44 无名使者 阅读(40) 评论(0) 推荐(0)