0 Usuarios y 1 Visitante están viendo este tema.
WRK v1.2The Windows Research Kernel v1.2 contains the sources for the core ofthe Windows (NTOS) kernel and a build environment for a kernel that will run on x86 (Windows Server 2003 Service Pack 1) and amd64 (Windows XP x64 Professional)A future version may also support booting WRK kernels on Windows XP x86 systems,but the current kernels will fail to boot due to differences in some shared structures.The NTOS kernel implements the basic OS functionsfor processes, threads, virtual memory and cache managers, I/O management,the registry, executive functions such as the kernel heap and synchronization,the object manager, the local procedure call mechanism, the security referencemonitor, low-level CPU management (thread scheduling, Asynchronous and DeferredProcedure calls, interrupt/trap handling, exceptions), etc.The NT Hardware Abstraction Layer, file systems, network stacks, and devicedrivers are implemented separately from NTOS and loaded into kernel modeas dynamic libraries. Sources for these dynamic components are not includedin the WRK, but some are available in various development kits publishedby Microsoft, such as the Installable File System (IFS) Kit and theWindows Driver Development Kit (DDK).WRK v1.2 includes most of the NTOS kernel sources from the latest releasedversion of Windows, which supports the AMD64 architecture on the Desktop.The kernel sources excluded from the kit are primarily in the areas ofplug-and-play, power management, the device verifier, kernel debuggerinterface, and virtual dos machine. The primary modifications to WRKfrom the released kernel are related to cleanup and removal of serversupport, such as code related to the Intel IA64.
https://mega.co.nz/#!g00zgRhB!LBFwwCy8VRUv1VmNUWgUEVfuA886wr7cbw0T5gtIQhY
Iniciado por Alejandro_99