📜  Windows和MINIX 3之间的区别

📅  最后修改于: 2021-08-25 10:31:09             🧑  作者: Mango

1. Windows:
Windows是Microsoft Incorporation提供的一组各种专有图形操作系统。它也被称为Microsoft Windows 。它目前包括Windows NT和Windows IoT作为其家族的成员。早期包括不再使用的Windows 9x,Windows Mobile和Windows Phone。它是个人计算机中使用最多的操作系统。 Windows的第一个版本由Microsoft于1985年发布。它具有带有模块的混合内核。

2. MINIX 3:
MINIX 3是一个免费的开源操作系统,由Andrew S. Tanenbaum开发。它是根据Berkeley软件发行许可证发行的。它是一个类似Unix的操作系统。它是专门为工作站设计的。它源自MINIX 1和MINIX 2操作系统。它基本上是使用C语言和汇编语言编写的。 MINIX 3的第一个版本于2005年发布。此操作系统中使用的内核是microkernel。

Windows和MINIX 3之间的区别:

S.No. WINDOWS MINIX 3
1. It was developed by Microsoft Incorporation. It was developed by Andrew S. Tanenbaum.
2. It was launched in 1985. It was launched in 2005.
3. It is not an open source operating system. It is an open source operating system.
4. Its target systems types are workstation, personal computers, media center, tablets and embedded systems. Its target system types are workstations.
5. Computer architectures supported by Windows are IA-32, x86-64, IA-64, ARM, Alpha, MIPS and PowerPC. Computer architectures supported by MINIX 3 is IA-32.
6. Its kernel type is Hybrid with modules. Its kernel type is Microkernel.
7. Its native APIs are Win32 and NT API. Its native APIs are POSIX.
8. It has the preferred license Proprietary and Source available. It has the preferred license of BSD.
9. It has default GUI ‘on’. It does not have default GUI ‘on’.
10. The non-native APIs supported through its subsystems are DOS API, Win16, POSIX and .NET. The non-native APIs are not supported through its subsystems.