embedded
lzhsdly
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
page calculate
Let's assume that the kernel assigns the linear address space between 0x20000000 and 0x2003ffff to a running process. This space consists of exactly 64 pages. 1page=4KB 64pages=64*4KB=2^6*2^2*2原创 2012-02-02 10:56:33 · 202 阅读 · 0 评论 -
16进制地址进位
16进制(1,2,3,4,5,6,7,8,9,a,b,c,d,e,f),一个地址表示一个Byte,即8bit 0x80000000 33221100 77665544 bbaa9988 ffeeddcc 0x80000010 76543210 ... 0x80000000 00000000 0x80000001 00001100 0x80000002 00220000 0原创 2012-02-16 10:40:36 · 452 阅读 · 0 评论
分享