Category Operating Systems

Filesystem Hierarchy Standard

The filesystem hierarchy standard (FHS) is a filesystem standard that is used in most Unix-like OS, most notably Linux. It is maintained by the Linux Foundation. Examples of Unix-like OSs not using FHS intentionally are GoboLinux and NixOS. Booting /boot…

x86 DOS EXE MZ File

The x86 DOS EXE, EXE MZ or MZ file is an executable file in the family of x86 DOS systems. There are different EXE files, including MZ, NE, LE and PE. The only one used in MS-DOS era was MZ,…

Operating Systems

This post is an introduction to operating systems (OSs) and an index for other posts with topics related to operating systems. An OS manages the computer hardware resources, so it is important to understand the different hardware components within a…

System Virtualization

This post is an introduction to system virtualization. It is part of a series of articles about virtualization. Description of System Virtualization System virtualization implies that a system (such as an operating system is virtualized). Because it was the first…

Disk Partition Tables

A partition table or partition scheme is a resource that allocates all partitions within the system. Type of partition table: MBR Master Boot Record (MBR) is older than GPT. GPT Each partition within a GUID Partition Table (GPT) uses a…