自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 Life of an instruction in LLVM

Life of an instruction in LLVMLLVM is a complex piece of software. There are several paths one may take on the quest of understanding how it works, none of which is simple. I recently had

2013-09-05 18:33:50 605

原创 NDIS_NBL_FLAGS_IS_LOOPBACK_PACKET Flag

使用Microsoft 虚拟网卡,通过和物理网卡建立一个桥连接,可以在Host只有一个物理网卡情况下,emulator 也能访问外部网络,通过跟踪NDIS driver 里收到的数据包,发现所有到达虚拟网卡的数据包都带有NDIS_NBL_FLAGS_IS_LOOPBACK_PACKET 标志,这个有点奇怪。那如何区分真正的loopback包呢?

2013-09-05 18:23:25 1017

转载 Lock-Free Algorithms: Atomic Integer Operations

They are the building blocks for lock free algorithms. Modern CPUs supports them. They are slower than the non-atomic ones, but much faster than using locks.Let's use compare-and-swap as an exampl

2013-06-27 16:15:14 390

转载 Xenstore and Xenbus

Ref : http://blog.sina.com.cn/s/blog_772ee6f30100pzjn.html

2013-06-26 14:27:07 420

转载 Microkernel和VMM的比较

http://hfli0.blogspot.com/2010/02/microkernelvmm.html

2013-06-20 16:13:49 361

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除