Skip to main content
Chemistry LibreTexts

6.1: What is an Operating System?

  • Page ID
    469682
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    \( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

    ( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\id}{\mathrm{id}}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\kernel}{\mathrm{null}\,}\)

    \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\)

    \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\)

    \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    As the name implies, the operating system (OS) is the software that operates you computer. Common operating systems are Unix, Windows, Mac OS and Linux Distributions.  The Raspberry Pi OS is a Linux distribution based on the Debian distribution, where Linux is the kernel, the part of the operating system that interacts with both hardware and software applications.  So when you down load and install software or hardware drivers (like those for your printer) you need to choose a package that is appropriate for your OS.  \(\PageIndex{1}\) shows the key components of an operating system

    clipboard_e0819ea5e1a382872560c04926fafaf41.png
    Figure \(\PageIndex{1}\): Key components of the operating system. (Belford CC-BY)

    For the Raspberry Pi OS uses a Linux kernel and a bash (Bourne Again Shell) shell, and you can provide bash commands to the kernel through the terminal Command Line (user) Interface. Linux commands are really bash commands, but we will call them Linux commands because bash is so commonly used in Linux OS distributions. Some of the key processes the Linux kernel performs are:

    • Memory Management
    • Process Management
    • File System Management
    • Device Management
    • Software Application Management
    • User Interface
    • Security and System Calls
    • Networking

    The Raspberry Pi OS is specifically designed for the PI SOC (System on a Chip) and has commands that are unique to the RPi hardware


    6.1: What is an Operating System? is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?