Comparison of operating system kernels

From Wikipedia, the free encyclopedia

A kernel is the most fundamental component of a computer operating system.[1] A comparison of system kernels can provide insight into the design and architectural choices made by the developers of particular operating systems.

Comparison criteria[]

The following tables compare general and technical information for a number of widely used and currently available operating system kernels. Please see the individual products' articles for further information.

Even though there are a large number and variety of available Linux distributions, all of these kernels are grouped under a single entry in these tables, due to the differences among them being of the patch level. See comparison of Linux distributions for a detailed comparison. Linux distributions that have highly modified kernels — for example, real-time computing kernels — should be listed separately. There are also a wide variety of minor BSD operating systems, many of which can be found at comparison of BSD operating systems.

The tables specifically do not include subjective viewpoints on the merits of each kernel or operating system. For this kind of information, please see operating system advocacy.

Feature overview[]

The major contemporary general-purpose kernels are shown in comparison. Only an overview of the technical features is detailed.

Kernel name Programming language Used in Creator Executable
format
(also see
section
below)
Type Integrated firewall SMP support Multiple architecture
support
(also see
section below).
Multitasking Virtualization Security Profiling/Debugging Soft real-time support Hard real-time support Can keep RTC in UT[2]
Amiga Exec AmigaOS Commodore International HUNK Exokernel (atypical)[3] No No No Yes No No Yes No No No
Amiga Exec SG (2nd Generation) AmigaOS 4 Hyperion Entertainment ELF/HUNK Exokernel (atypical) No No No Yes No No Yes No No ?
DragonFly BSD kernel C DragonFly BSD Matt Dillon ELF hybrid Ipfirewall,
PF
Yes No Yes chroot, jail, vkernel Unix permissions DDB, KGDB ? ? ?
FreeBSD kernel C FreeBSD,

Debian GNU/kFreeBSD, Gentoo/FreeBSD, Orbis OS

The FreeBSD Project ELF, others - platform dependent monolithic IPFilter, Ipfirewall,
PF
Yes Yes Yes chroot, jail, bhyve Unix permissions, POSIX.1e and NFSv4 ACLs,[4] Capsicum, TrustedBSD MAC, OpenBSM KDB, DDB, KGDB, DTrace, Yes ? Yes
GNU Hurd C GNU/Hurd (Arch Hurd, Debian GNU/Hurd) GNU Project/Free Software Foundation ELF multiserver microkernel No partial No Yes chroot, Xen Unix permissions, POSIX ACL, POSIX Capabilities ? ? ? ?
GNU Mach C part of GNU Hurd, used in GNU/Hurd GNU Project/Free Software Foundation ELF microkernel No partial No Yes chroot, Xen Unix permissions, POSIX ACL, POSIX Capabilities ? ? ? ?
Inferno kernel Inferno Bell Labs / ? virtual machine ? Yes Yes Yes chroot, Xen ? ? ? ? ?
L4 L4 Jochen Liedtke No microkernel No Yes Yes Yes Yes [1], Marzipan [2], capabilities in L4/Fiasco[5] L4/Fiasco[5] L4/Fiasco[5] ? ?
Linux kernel C Linux (kernel), Android, Ubuntu, CentOS, webOS, Fire OS, Firefox OS, Chrome OS, Syllable Server, Mastodon Linux, OpenBSD/Linux, Plan 9/Linux, Sailfish OS, Tizen, amongst others. Linus Torvalds ELF, others monolithic * (2.0 –) Yes Yes Yes cgroups, chroot, Lguest, Xen, KVM, , LXC Unix permissions, POSIX ACL, POSIX Capabilities, keyctl, LSM(SELinux, SMACK, TOMOYO Linux, AppArmor) OProfile, , SystemTap, , ftrace, KDB, KGDB, kernel marker, perf tools CONFIG_PREEMPT (CONFIG_PREEMPT_RT Patch) Yes
Compute Node Linux Compute Node Linux Cray Inc. ? ? ? ? ? ? ? ? ? ? ? ?
Mach C NeXTSTEP and OPENSTEP for Mach and Tru64 UNIX Carnegie Mellon University Mach-O microkernel, hybrid kernel ? Yes ? Yes ? ? ? Yes ? ?
MINIX 3 kernel C MINIX 3 Andrew S. Tanenbaum ELF,[6] a.out[7][8] microkernel No No Yes Yes No Unix permissions Call profiling, statistical profiling, Minix Debugger (mdb) No No ?
MkLinux ? OSF Research Institute and Apple Computer ? microkernel ? ? ? ? ? ? ? ? ? ?
NetBSD kernel C NetBSD,

GNU/kNetBSD (Debian GNU/NetBSD),

The NetBSD Project ELF, others - platform dependent monolithic, anykernel using rump kernel architecture IPFilter, PF, NPF Yes Yes Yes Xen, chroot kauth, Unix permissions DDB, KGDB, POSIX real-time scheduling extensions Kernel preemption [9] ?
NetWare kernel NetWare Novell NLM hybrid Yes Yes No Yes ? ? ? ? ? ?
OpenBSD kernel C OpenBSD ELF, others - platform dependent monolithic PF Yes Yes Yes ? Unix permissions ? ? ? ?
OS/2 kernel OS/2 version 2 and above IBM LX hybrid No Yes No PowerPC version developed but never officially released. Yes No Yes Yes Yes No ?
Plan 9 kernel C Plan 9 from Bell Labs Bell Labs ? hybrid ipmux Yes Yes Yes ? ? ? ? ? ?
ReactOS kernel C ReactOS PE hybrid ? Yes Yes Yes ? Yes Yes ? ? ?
Rockbox kernel Rockbox The Rockbox Project ? ? ? ? Yes ? ? ? ? ? ? ?
SunOS kernel C SunOS Sun Microsystems a.out
monolithic ? Yes Yes Yes ? Unix permissions ? ? ? ?
Solaris kernel C Solaris,

OpenSolaris, GNU/kOpenSolaris (Nexenta OS)

Sun Microsystems ELF (32-bit only until
Solaris 7 in 1998)
monolithic IPFilter Yes Yes Yes Zones, chroot Unix permissions, ACL, RBAC, Auditing, Privileges, Zones, Trusted Extensions DTrace, CPU profiling, microstate accounting, perf counters, kernel lock stats, kstats, mdb, kmdb Real-time scheduler ? ?
Trix kernel Trix Massachusetts Institute of Technology a.out monolithic ? Yes No Yes ? ? ? ? ? ?
Windows NT kernel C (Before C99), C++ (After Microsoft focus on C++ instead support C99 in Visual Studio)[citation needed] All Windows NT family systems, 2000,
XP, 2003, Vista, Windows 7, Windows 8, Windows Phone 8, Windows Phone 8.1, Windows 10
Microsoft PE hybrid Yes Yes Yes Yes Hyper-V ACL Event Tracing,[10] dgbss, kd Multimedia Class Scheduler Service No Unofficial[11]
XNU (Darwin kernel) C, C++ Mac OS X, iOS, iPadOS, tvOS, watchOS,

OpenDarwin, PureDarwin GNU/Darwin

Apple Inc. Mach-O hybrid Ipfirewall,
PF (starting in Lion)
Yes Yes Yes chroot Unix permissions, NT/NFSv4 ACLs, TrustedBSD MAC, OpenBSM KDB, DDB, DTrace Yes No Yes
SPARTAN kernel HelenOS Jakub Jermar ELF microkernel ? Yes Yes Yes ? ? ? ? ? ?
Kernel name Used in Creator Executable
format
(also see
section
below)
Type Integrated firewall SMP support Multiple architecture
support
(also see
section below).
Multitasking Virtualization Security Profiling/Debugging Soft real-time support Hard real-time support Can keep RTC in UT

Transport protocol support[]

Kernel Name TCP UDP SCTP DCCP
DragonFly BSD kernel Yes Yes No No
FreeBSD kernel Yes Yes Yes Optional
Linux kernel Yes Yes Yes Yes
Solaris kernel Yes Yes Yes ?
Windows NT kernel Yes Yes No ?
XNU Yes Yes No No

In-kernel security[]

Kernel Name File access control Disable memory execution support Kernel ASLR Mandatory access control Capability-based security In-kernel key management Audit API Sandbox SYN flood protection UDP flood protection Ping flood protection Smurf attack protection Network Behavior Analysis
Linux Traditional Unix permissions, POSIX ACL Yes Yes LSM (SELinux, SMACK, TOMOYO Linux, AppArmor) seccomp fanotify SELinux Sandbox, seccomp SYN cookies No? No? No? No
FreeBSD Kernel Traditional Unix permissions, POSIX and NFSv4 ACL Yes ? Capsicum ? OpenBSM Capsicum, MAC framework SYN cookies ? ? ? ?
Solaris Kernel Traditional Unix permissions, POSIX ACL, NFSv4 ACL Default ? Solaris Trusted Extensions ? ? ? ? ? ? ? ? ?
Windows NT kernel Access control list DEP Yes Mandatory Integrity Control AppContainers ? Yes Windows Event Log Yes[12] ? ? ? ?
XNU Traditional Unix permissions, NT/NFSv4 ACL[13] Yes Yes ? ? OpenBSM Apple XNU Sandbox ? ? ? ? ?

In-kernel virtualization[]

Kernel Name Container (no resource management, no security) Container (no resource management) Container (resource management) Paravirtualization Full virtualization User-space execution Kernel as Library Kernel as Kernel Driver Hypervisor-Enforced Kernel Partitioning
Linux chroot LXC Virtio, Hyper-V (guest only), Xen (guest only), (guest only), , lguest KVM UML (LKL) (coLinux) No
DragonFly BSD kernel chroot jail No No vkernel ? ? No
FreeBSD kernel chroot jail Virtio, Xen (guest only) BHyVe (KVM) ? ? ? No
NetBSD kernel chroot (sysjail (discontinued)) No Virtio and Xen No ? Rump kernel ? No
Solaris kernel chroot Solaris Containers / Zones No No No ? ? No
Windows NT kernel AppContainers, Job Objects, Windows Server Containers Hyper-V Project Drawbridge No Virtual Secure Mode, Device Guard, Credential Guard[14]
XNU chroot ? ? ? ? ? ? ? No

In-kernel server support[]

Kernel Name HTTP FTP NFS CIFS Name server Transport-layer load balancer Application-layer load balancer 9P TLS proxy WAF Memcached server
Linux kernel (TUX web server patch) (TUX web server patch) knfsd (CIFSD available) ? IP Virtual Server () (patch available) SOL_TLS[15] (Tempesta FW)[16] (kmemcached)
DragonFly BSD kernel No No Yes Yes ? ? ? No No ? ?
FreeBSD kernel No No Yes No No Yes No No No ? ?
Solaris kernel ? ? Yes Yes[17] ? Yes[18] Yes[18] ? KSSL ? ?
Windows NT kernel HTTP.sys ? ? Yes ? Yes Yes No ? ? ?
XNU No No Yes No No No No No No ? ?

Binary format support[]

A comparison of OS support for different binary formats (executables):

Kernel Name a.out ECOFF ELF FDPIC
ELF
binaries
(mmu less)
flat
binaries
(superH)
HUNK Mach-O Misc
(wrapper
based,
like
interpreters)
PE SOM
(PA-RISC,
HP-UX)
NLM PEF DOS COM MZ LE LX NE
Amiga Exec No No Yes[19] No No Yes No No No No ? ? ? ? ? ? ?
DragonFly BSD kernel No No Yes No No No No No No No No No No No No No No
HP-UX kernel No No Yes No No No No No No Yes No No ? ? ? ? ?
Linux kernel Yes Yes Yes Yes Yes No No Yes Some[20] Yes ? No ? ? ? ? ?
MINIX 3 kernel Some[7][8] No Yes[6] No No No No No No No No No ? ? ? ? ?
NetBSD kernel Yes Yes Yes ? ? ? Yes ? Yes ? ? ? ? ? ? ? ?
ReactOS kernel ? ? ? ? ? ? ? ? Yes ? ? ? ? ? ? ? ?
Solaris kernel Yes[21] No Yes[22] No No No No No Some[23] No ? ? ? ? ? ? ?
Windows NT kernel No No Yes with WSL No No No No No Yes No No No Yes on x86 Yes on x86 ? ? Yes on x86
XNU No No No No No No Yes No No No No No No No No No No

File system support[]

Physical file systems:

Kernel Acorn ADFS Amiga FFS APFS BeFS BFS cramfs EFS ext2 ext3 ext4 F2FS FAT HFS HFS+ HPFS ISO 9660 JFFS JFFS2 JFS MINIX fs NSS NTFS OCFS QNX4 FS UDF UFS XFS ZFS ReiserFS Reiser4 Btrfs HAMMER Tux3 exFAT ReFS
DragonFly BSD kernel No No No No No No No Yes No No No Yes No No No No Yes No No No No No limited write No No No read only Yes No No No No No Yes No No No
FreeBSD kernel No No No No No No No Yes Yes No No Yes No No No No Yes No No No No No limited write No No No Yes Yes read only Yes read only No No No No ? No
Linux kernel Yes
[24]
Yes No read only Yes Yes read only Yes Yes Yes Yes Yes read only Yes limited write (only with empty journal) Yes Yes Yes Yes Yes Yes Yes Yes
(Full R/W with additional userspace driver)[25]
Yes Yes
[24]
[26]
write support? Yes Yes
[24]
Yes both FUSE and native Yes Yes Yes No Yes Yes No
MINIX 3 kernel No No No No No No No Yes No No No Tools available, cannot mount No No No No Yes No No No Yes No No No No No No No No No No No No No No No No
NetWare kernel No No No No No No No No No No No Yes No No No No Yes No No No No Yes No No No No Yes No No No No No No No No ? No
ReactOS kernel No No No No No No No Yes
[27]
Yes
[27]
Yes
[27]
No Yes
[27]
No No No No Yes
[27]
No No No No No Read only No No No Yes
[27]
No No No No No Yes
[28]
No No No No
Solaris kernel ? ? No ? ? ? ? Yes ? ? ? Yes ? ? ? ? Yes ? ? ? ? No No ? ? ? Yes Yes ? Yes No No No No No ? No
Windows NT kernel ? ? No ? ? ? ? Yes
[29]
Yes
[30]
Yes
[30]
No Yes ? Yes
[31]
Yes
[31]
No Yes ? ? ? ? No Yes ? ? ? Yes ? ? No No No Yes
[28]
No No Yes Yes
XNU No No Yes No No No No Yes
[32]
Yes
[32]
No No Yes No Yes Yes No Yes No No No No No Read-Only No No No Yes Yes No read only No No No No No Yes No

Networked file system support[]

Kernel Name NFS AFS CIFS Coda 9P Ceph
DragonFly BSD kernel Yes No Yes No No No
FreeBSD kernel Yes Yes Yes Yes No Yes
Linux kernel Yes Yes Yes Yes Yes Yes
Solaris kernel Yes Yes Yes No No No
Windows NT kernel Yes Yes Yes No No No
XNU Yes Yes Yes No No No

Supported CPU instruction sets and microarchitectures[]

kernel HP Softbank,
ARM Holdings
Intel MIPS IBM Renesas Electronics Oracle NXP Analog Devices Xilinx Cadence Canon,
Axis Comm.
Socionext Microchip,
Atmel
CML,
Intel,
Altera
WDC NVIDIA TI
VAX Alpha PA-RISC ARM x86 i960 IA-64 MIPS


PowerPC S/390 z/Arch H8300 M16C M32R 78K V850 SuperH


SPARC m68k Blackfin (no-mmu) MicroBlaze Xtensa ETRAX CRIS FR-V MN10300 AVR32 E1 (no-mmu) Nios (no-mmu) Nios II WDC 65C816 S+core Tilera C6X
mmu no-mmu x86 x86-64 mmu no-mmu 32-bit 64-bit mmu no-mmu 32-bit 64-bit no-mmu mmu no-mmu mmu no-mmu mmu no-mmu
DragonFly BSD kernel No No No No No No Yes No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No
FreeBSD kernel No No No Yes ? Yes Yes ? Yes Yes No Yes Yes No No ? ? ? ? ? No No No Yes ? No No ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Linux kernel No Yes Yes Yes Yes Yes Yes No Yes Yes ? Yes Yes Yes Yes Yes No 4.16 and below only[33] No 2.6 and below only Yes Yes Yes Yes Yes Yes Yes 4.16 and below only[33] Yes Yes Yes 4.16 and below only[33] 4.16 and below only[33] 4.16 and below only[33] 4.12 and below only No No Yes Yes No 4.16 and below only[33] 4.16 and below only[33] Yes
MINIX 3 kernel ? No No Yes ? Yes In progress No No In progress ? No No No No No ? No ? No No No No No No No No No No No No No No No No No No No No No No No No
NetBSD kernel Yes Yes Yes Yes No[34] Yes Yes ? Yes Yes No[34] Yes No No No ? ? ? ? ? Yes No[34] Yes Yes No[34] Yes No[34] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
NetWare kernel No No No No No Yes No ? No No No No No No No ? ? ? ? ? No No No No No No No ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
OpenBSD kernel No Yes Yes Yes ? Yes Yes ? No Yes ? Yes No No No ? ? ? ? ? Yes ? Yes Yes ? Yes Yes ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Rockbox kernel ? ? ? Yes ? ? ? ? ? Yes ? ? ? ? No ? ? ? ? ? Yes ? ? ? ? Yes ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Solaris kernel No No No No No Yes Yes ? No No No No No No No ? ? ? ? ? No No Yes Yes ? No No ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Windows NT kernel No NT 5.0 RC1 and below only No Yes No Yes Yes No XP and 2003-2008 R2 only NT 4.0 and below only No NT 3.51 and NT 4.0 only No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No
Windows CE kernel No No No Yes ? Yes ? No No Yes ? No No No No No ? No ? No Yes ? No No No No No No No No No No No No No No No No No No No No No
XNU No No No Yes ? Yes Yes ? No No No Yes Yes No No ? ? ? ? ? No No No No No No No ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
SPARTAN kernel ? No No Yes ? Yes Yes ? Yes Yes ? Yes No No No ? ? ? ? ? No No Yes Yes ? No No ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
FreeRTOS kernel ? ? ? ? Yes[35] ? ? ? ? ? ? Yes[35] ? ? No Yes[35] ? ? Yes[35] Yes[35] ? Yes[35] ? ? ? ? ? Yes[35] Yes[35] ? ? ? ? ? Yes[35] ? ? ? Yes[35] ? ? ? ?

Supported GPU processors[]

Kernel name Intel NVIDIA AMD ARM Qualcomm Imagination Technologies Broadcom VeriSilicon
Intel HD/Iris Graphics GeForce/Quadro/Tesla Radeon Mali Adreno PowerVR VideoCore4 Vivante
Linux kernel Yes Yes Yes Yes Yes 2D only[36][37] Yes Yes
Windows NT kernel Yes Yes Yes ? Windows Phone 8.x, Windows 10 Mobile, Windows on ARM Yes[38] No[39] Yes
XNU via I/O Kit (macOS only) No No via I/O Kit (iOS only) No No


Supported kernel execution environment[]

This table indicates, for each kernel, what operating systems' executable images and device drivers can be run by that kernel.

Kernel name Linux Darwin Windows NT FreeBSD NetBSD Solaris OSF/1 Amiga Unix SunOS BSD/OS iBCS2 systems IRIX Ultrix NDIS SVR4
FreeBSD kernel Yes[40] No No Yes No No No No No No No No No Yes[40] Yes[40]
Linux kernel Yes No (Longene) Yes Yes No No No No No No No No (NDISwrapper) No
NetBSD kernel Yes[41] No? [3]? No? [4]? Yes[41] Yes Yes[41] Yes[41] Yes[41] Yes[41] Yes[41] Yes[41] Yes[41] Yes[41] Yes[42] Yes
OpenBSD kernel Yes No No Yes Yes Yes No No Yes ? ? ? ? No Yes
Windows NT kernel No No Yes No No No No No No No No No No Yes No
ReactOS kernel No No Yes No No No No No No No No No No ? No
XNU No Yes No No No No No No No No No No No No No
Kernel name Linux Darwin Windows NT FreeBSD NetBSD Solaris OSF/1 Amiga Unix SunOS BSD/OS iBCS2 systems IRIX Ultrix NDIS SVR4

Supported cipher algorithms[]

This may be usable on some situations like file system encrypting.

Kernel name DES AES Blowfish Triple DES Serpent Twofish CAST-128 DES-X IDEA RC2 RC5 SEED Skipjack TEA XTEA CAST-256 RC4 Camellia Anubis KHAZAD Salsa20
DragonFly BSD kernel Yes Yes Yes Yes Yes Yes Yes No Yes No No No Yes No No No Yes Yes No No No No
FreeBSD kernel Yes Yes Yes Yes No No Yes No Yes No No No Yes No No Yes Yes Yes No No No No
Linux Yes Yes Yes Yes Yes Yes Yes No No No No Yes No Yes Yes Yes Yes Yes Yes Yes Yes Yes
Windows NT kernel Yes Yes Yes Yes No No No No No Yes No No No No No No Yes No No No No No
macOS XNU Kernel Yes Yes Yes ? ? ? Yes ? ? Yes Yes ? ? ? ? Yes Yes ? ? ? ? ?
Kernel name DES AES Blowfish Triple DES Serpent Twofish CAST-128 DES-X IDEA RC2 RC5 SEED Skipjack TEA XTEA CAST-256 RC4 Camellia Anubis KHAZAD Salsa20

Supported compression algorithms[]

This may be usable on some situations like compression file system.

Kernel name Deflate zlib LZO LZJB gzip zstd
Linux Yes Yes Yes No Yes Yes
Solaris kernel ? ? ? Yes Yes ?

Supported message digest algorithms[]

Kernel name CRC-32 (IEEE) CRC32c MD2 MD4 MD5 SHA-1 SHA-2 SHA-3 Poly1305 RIPEMD-128 RIPEMD-160 RIPEMD-256 RIPEMD-320 Tiger Whirlpool HMAC MDC2 GOST VMAC
Linux Yes[43][44] Yes[45] No Yes[46] Yes[47] Yes[48] Yes[49] Partial[50] Yes[51] Yes[52] Yes[53] Yes[54] Yes[55] Yes[56] Yes[57] Yes[58] Yes[59] No No No Yes[60]
Solaris kernel Yes Yes Yes Yes Yes Yes Yes ? ? ? ? Yes ? ? Yes ? Yes Yes ? ? ?
Windows NT kernel ? ? Yes Yes Yes Yes Yes ? No ? No No No No No No Yes No No No ?
FreeBSD kernel Yes Yes ? Yes Yes Yes Yes ? ? ? ? Yes ? ? Yes ? Yes ? ? ? ?
XNU kernel Yes ? Yes ? Yes Yes ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Kernel name CRC-32 (IEEE) CRC32c MD2 MD4 MD5 SHA-1 SHA-2 SHA-3 Poly1305 RIPEMD-128 RIPEMD-160 RIPEMD-256 RIPEMD-320 Tiger Whirlpool HMAC MDC2 GOST VMAC

Supported Bluetooth protocols[]

Kernel name ACL SCO LMP HCI L2CAP BNEP RFComm. SDP TCP AVTCP AVDTP OBEX CMTP HIDP HCRP CAPI PPP
FreeBSD kernel ? ? ? Yes Yes ? Yes Yes ? ? ? No ? ? ? ? ?
Linux ? Yes ? Yes Yes Yes Yes ? ? ? ? ? Yes Yes ? ? ?
macOS XNU Kernel ? ? ? ? Yes ? Yes Yes ? ? ? No ? ? ? ? ?
Kernel name ACL SCO LMP HCI L2CAP BNEP RFComm. SDP TCP AVTCP AVDTP OBEX CMTP HIDP HCRP CAPI PPP

See also[]

Footnotes[]

  1. ^ "Kernel Definition". The Linux Information Project. The Linux Information Project. Retrieved 4 March 2015.
  2. ^ IBM PC Real Time Clock should run in UT
  3. ^ The Amiga hardware lacked support for memory protection, so the strong isolation goals of the microkernel design could not be achieved.[citation needed]
  4. ^ http://www.freebsd.org/doc/en/books/handbook/fs-acl.html
  5. ^ Jump up to: a b c "The Fiasco microkernel - Status". Retrieved January 11, 2013.
  6. ^ Jump up to: a b Supports ELF since version 3.2.0 "MinixReleases". Minix Wiki. Archived from the original on 31 May 2012. Retrieved 21 May 2012.
  7. ^ Jump up to: a b a.out will be phased out in coming releases. van der Kouwe, Erik. "Re: ~Segmentation [Was: Minix3 for sparc]". Minix3 for sparc. Google Groups. Retrieved 21 May 2012.
  8. ^ Jump up to: a b Commit to remove a.out utils from minix; only supports running a.out now. Leca, Antoine. "3fb8cb760c9075fab05682b89b1542d66481ba58". minix.git. Retrieved 21 May 2012.
  9. ^ "Announcing NetBSD 5.0".
  10. ^ http://msdn.microsoft.com/en-us/library/windows/desktop/bb968803%28v=vs.85%29.aspx
  11. ^ https://www.cl.cam.ac.uk/~mgk25/mswish/ut-rtc.html
  12. ^ "Syn attack protection on Windows Vista, Windows 2008, Windows 7, Windows 2008 R2, Windows 8/8.1, Windows 2012 and Windows 2012 R2". SynAttack protection is enabled by default and cannot be disabled
  13. ^ "Elementary Information Security, Second Edition, Chapter 4 "Sharing Files"" (PDF). Section 4.4 "Microsoft Windows ACLs". The ACLs used in Macintosh OS X and Sun's Solaris operating system are similar to those in Windows to ensure they work well together.
  14. ^ "Windows 10 Device Guard and Credential Guard Demystified". Ash's Blog. Retrieved 2018-03-28.
  15. ^ doc/Documentation/networking/tls.txt kernel.org
  16. ^ "Web security - tempesta-tech/tempesta Wiki". Tempesta Technologies INC. October 31, 2017. Retrieved May 7, 2018.
  17. ^ "OpenSolaris Project Weaves CIFS Server Into the Solaris Kernel". Archived from the original on 2008-05-22. Retrieved 2009-08-21.
  18. ^ Jump up to: a b Integrated Load Balancer
  19. ^ AmigaOS up to version 3.9 could use the ELF format for PowerPC executables and libraries through ppc.library, also known as PowerUP. AmigaOS 4, uses ELF as its native executable format.
  20. ^ The Linux kernel can recognize PE binaries through binfmt_misc and run them using Wine
  21. ^ to support SunOS 4.x binaries
  22. ^ including a Linux compatibility option
  23. ^ The Solaris kernel can PE using Wine
  24. ^ Jump up to: a b c experimental and dangerous write support
  25. ^ The only supported operation is overwriting existing files, without changing the file length so a loop file on a ntfs volume can be written; better write support can be achieved through ntfs-3g, although that is a FUSE filesystem and therefore not strictly a kernel feature
  26. ^ write support currently broken
  27. ^ Jump up to: a b c d e f ReactOS Wiki - File Systems
  28. ^ Jump up to: a b additional driver needed - see https://github.com/maharmstone/btrfs
  29. ^ additional driver needed - see http://www.fs-driver.org/
  30. ^ Jump up to: a b additional driver needed - see http://www.ext2fsd.com Archived 2012-07-23 at the Wayback Machine
  31. ^ Jump up to: a b additional driver needed
  32. ^ Jump up to: a b Third party module required. Mac OS X Kernel Module available here
  33. ^ Jump up to: a b c d e f g Larabel, Michael (2 April 2018). "Linux Set To Shed Nearly 500k Lines Of Code By Dropping Old CPUs - Phoronix". Phoronix. Phoronix Media. Retrieved 2018-04-22. The architectures on the chopping block for Linux 4.17 are Blackfin, CRIS, FRV, M32R, Metag, MN10300, Score, and Tile
  34. ^ Jump up to: a b c d e NetBSD Projects - Support for MMU-less systems
  35. ^ Jump up to: a b c d e f g h i j Official FreeRTOS Ports, Amazon Web Services, Inc.
  36. ^ The GMA500 GPU has a PowerVR in it. The GMA500 Kconfig, mention that it is a 2D KMS driver.
  37. ^ There is also a driver for the dreamcast PowerVR but it is only a Framebuffer driver as explained in the fbdev Kconfig
  38. ^ Intel Atom integrated graphics card for Windows 8 tablet is based on a PowerVR
  39. ^ Raspberry VideoCore 4 support on Windows Microsoft doesn't have plan for OpenGL on UWP also Broadcom doesn't have plan for DirectX
  40. ^ Jump up to: a b c Linux emulation in FreeBSD - 2 A look inside...
  41. ^ Jump up to: a b c d e f g h i j NetBSD Binary Emulation
  42. ^ "Summer of Code:NDIS on NetBSD".
  43. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/crc32_generic.c
  44. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/lib/crc32.c
  45. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/crc32c_generic.c
  46. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/md4.c
  47. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/md5.c
  48. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/sha1_generic.c
  49. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/sha256_generic.c
  50. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/sha3_generic.c
  51. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/michael_mic.c
  52. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/poly1305_generic.c
  53. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/rmd128.c
  54. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/rmd160.c
  55. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/rmd256.c
  56. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/rmd320.c
  57. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/tgr192.c
  58. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/wp512.c
  59. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/hmac.c
  60. ^ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/crypto/vmac.c
Retrieved from ""