Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I learn about the Windows kernel? [closed]

In my time as a software engineering student I got to mess around with Linux enough times so as to feel like I know something about the way it works, but knowing only one OS seems short sighted to me. I'd love to learn about the way Windows does things, and though I don't expect to get to look at its code, I'm sure there are some articles/academic-papers/tech-manuals that have at least some information.

Do you know of a good source from which I can learn about the Windows kernel?

like image 880
EpsilonVector Avatar asked Apr 27 '11 15:04

EpsilonVector


People also ask

Where can I find Windows kernel?

The kernel file itself is ntoskrnl.exe . It is located in C:\Windows\System32 .

Is Windows NT kernel open source?

The difference between Windows Kernel and Linux Kernel is that the Windows kernel, which is in the Windows Operating System, is a commercial software while the Linux Kernel, which is in the Linux Operating System, is an open source software.

Do Windows OS have a kernel?

The Microsoft Windows kernel provides basic low-level operations such as scheduling threads or routing hardware interrupts. It is the heart of the operating system and all tasks it performs must be fast and simple.


1 Answers

I don't think I would be alone in recommending Windows Internals, 7th edition.

like image 167
Alex K. Avatar answered Sep 18 '22 13:09

Alex K.