Alle kommandoer i dette dokumentet, som hører til en kommandofortolker (Terminal 2.9.4 på macOS, Git-bash MINGW64_NT_10.0-19041, Developer PowerShell for VS 2019 og Linux 4.19.104-microsoft-standard på MS Windows 10), presenteres med $ foran kommandoet. Developer PowerShell for VS 2019 er for å kunne kompilere rene MS Windows programmer.
Se i Hybrid kernel:
One prominent example of a hybrid kernel is the Microsoft Windows NT kernel that powers all operating systems in the Windows NT family, up to and including Windows 10 and Windows Server 2019, and powers Windows Phone 8, Windows Phone 8.1, and Xbox One.
20.3.0 (16. desember 2020): macOS 11.2 beta, iOS 14.4 beta, iPadOS 14.4 beta, watchOS 7.3 beta and tvOS 14.4 beta.
macOS navnet er nå "Big Sur"
I Terminal (Versjon 2.9.4 (421.1.1))
$ uname -v
Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64
XNU kernel sies også å være hybrid, men Linus Torvalds er ikke enig:
As to the whole "hybrid kernel" thing - it's just marketing. It's "oh, those microkernels had good PR, how can we try to get good PR for our working kernel? Oh, I know, let's use a cool name and try to imply that it has all the PR advantages that that other system has
Ubuntu Linux (eksempler er for en virtualisert versjon: Linux 4.19.104-microsoft-standard #1 SMP) (1) For å få tilgang til Windows 10 filsystemet fra Ubuntu Linux kommandofortolker bruk
$ cd /mnt/c
(2) GCC (GNU Compiler Collection) er ikke installert som standard
$ gcc
Command 'gcc' not found, but can be installed with:
sudo apt install gcc