随笔分类 -  Windows

微内核 vs 宏内核
摘要:http://blog.csdn.net/ElephantEar/archive/2005/05/27/382576.aspx 今天看了《程序员》上的一篇文章,对微内核和宏内核,在系统调用的角度上,有了比较清晰地认识。这两种派系的代表人分别是Tanenbaum和Linus。Tanenbaum的一段话比较通俗易懂的说明了什么叫微内核什么叫宏内核。“老一点的操作系统都是宏内核的,也就是说,整个操作系统... 阅读全文

posted @ 2009-02-24 13:07 smwikipedia 阅读(4267) 评论(0) 推荐(0)

微内核,宏内核,调度的单位
摘要:http://www.cnblogs.com/engine1984/archive/2007/08/22/865562.html 进程概念 进程是表示资源分配的基本单位,又是调度运行的基本单位。例如,用户运行自己的程序,系统就创建一个进程,并为它分配资源,包括各种表格、内存空间、磁盘空间、I/O设备等。然后,把该进程放人进程的就绪队列。进程调度程序选中它,为它分配CPU以及其它有关资源,该进程... 阅读全文

posted @ 2009-02-24 11:53 smwikipedia 阅读(466) 评论(0) 推荐(0)

handle是什么?
该文被密码保护。

posted @ 2009-02-24 00:35 smwikipedia 阅读(9) 评论(0) 推荐(0)

32-bit Assembler is Easy, why and how to develop using the assembler; start learning to program in Assembly now!
摘要:http://www.winasm.net/32bit-assembler-is-easy.html Introduction Contrary to popular legend, if you can write a Windows application in a compiler based language ( C/C++, Visual Basic etc), you can also... 阅读全文

posted @ 2009-02-22 23:58 smwikipedia 阅读(353) 评论(0) 推荐(0)

Boot INI Options Reference
摘要:http://technet.microsoft.com/en-us/sysinternals/bb963892.aspx Introduction There are number of BOOT.INI switches that are useful for driver developers that wish to test their drivers under a variety o... 阅读全文

posted @ 2008-12-08 01:25 smwikipedia 阅读(489) 评论(0) 推荐(0)

RSM - Removable Storage Manager
摘要:Windows Removable Storage Manager Service If you are using the Windows native backup application (NTBackup), then it will be necessary to start the Removable Storage Manager service. If you are not u... 阅读全文

posted @ 2008-12-05 16:45 smwikipedia 阅读(463) 评论(1) 推荐(0)

关于32位Vista不支持4G内存,以及一些误传的解决方案。
摘要:通过查阅MSDN,通过PAE实现了对更多物理内存的访问,但是对于某个具体的32位进程,其可寻址空间仍然只有4G,进程执行过程中,并不知道这4G内存映射到 物理内存的什么地方,是CPU的MMU负责把4G进程地址空间映射到经过PAE扩展寻址的物理内存区,但是通过windows平台的AWE或者linux下的mmap,进程可以利 用超出其进程地址空间的物理内存。参考:[AWE]http://en.wiki... 阅读全文

posted @ 2008-12-03 15:45 smwikipedia 阅读(13894) 评论(5) 推荐(0)

google.cn和google.com
摘要:这段时间总是无法访问google.com,已输入google.com就直接被导向google.cn,今天装了一个英文版的操作系统,结果发现可以访问google.com了,后来发现,原来是“区域和语言”设置中,要把Location设置为United States才可以,同时发现,在英文系统中安装中文软件时,如果想不显示乱码,需要把system locale设置为中文。以下是系统解释: The s... 阅读全文

posted @ 2008-11-16 22:27 smwikipedia 阅读(770) 评论(0) 推荐(0)

导航