Windows 7 Build 6469.1.fbl find dev(wexbuild).071002-1531:修订间差异

跳转到导航 跳转到搜索
第 83 行: 第 83 行:
</gallery>
</gallery>


===[[MinWin]]===
=== [[MinWin]] ===
This is the earliest known build to start rejuvenating kernel functionality into MinWin - an internal Microsoft project, meant for re-architecting existing NT kernel layers and implementing low-level microkernel<ref>http://publications.alex-ionescu.com/Recon/Recon%202015%20-%20Hooking%20Nirvana%20-%20Stealthy%20Instrumentation%20Techniques.pdf</ref>, which doesn't have any dependencies to higher level components, similar to [[Linux]] kernel.
这是已知最早开始将内核功能恢复到 MinWin 中的版本——MinWin 是一个内部 Microsoft 项目,旨在重新架构现有的 NT 内核层并实现低级微内核<ref>http://publications.alex-ionescu.com/Recon/Recon%202015%20-%20Hooking%20Nirvana%20-%20Stealthy%20Instrumentation%20Techniques.pdf</ref>,它与更高级别的组件没有任何依赖关系,类似于 [[Linux]] 内核。


As a result, this build introduces the <code>KernelBase.dll</code> dynamic link library; a majority of core operating system kernel functions found in the <code>kernel32.dll</code> and <code>advapi32.dll</code> dynamic link libraries (which include, but are not limited to) slim read/write locks, time/date operations, natural language selection, thread pooling and file I/O operations) have been moved over to this newly introduced component.
因此,此版本引入了 <code>KernelBase.dll</code> 动态链接库;<code>kernel32.dll</code> <code>advapi32.dll</code> 动态链接库中的大多数核心作系统内核功能(包括但不限于 Slim 读/写锁、时间/日期操作、自然语言选择、线程池和文件 I/O 操作)已移至这个新引入的组件。


Also, the minor kernel version has been incremented by one, differentiating itself from it's predecessor.
此外,次要内核版本增加 1,从而与它的前身区别开来。


===Setup===
===Setup===

导航菜单