- Joined
- Feb 6, 2008
- Messages
- 38,965
- Reaction score
- 3,937
- Points
- 203
- Location
- Wolfsburg
- Preferred Pronouns
- Sire
Yes it is, but it's something like a microkernel.
No, it is not. Please refrain from using buzzwords, if you don't understand them.
Microsoft kernels have never been even close to a microkernel, you can't make them microkernels without destroying the API.
The Windows NT kernel was a step closer to a microkernel, because many parts that had been in the old kernel had been moved into user space libraries... but it back then broke all compatibility for years until the use of virtualization permitted integrating the old Windows 16/32 API into it.
Also all that stuff that a real microkernel does not do, is still be done by a Windows kernel.