aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2018-12-05 23:37:32 -0500
committerChloe Kudryavtsev <toast@toastin.space>2018-12-05 23:37:32 -0500
commitba58d471e49cb53ea267ac0253736505d8fa339f (patch)
treec944c832479f0b5c9f6955fe1477d26d933a7c84
parent5977469d3d1d6c19abd9d5b24cd2b1a6f2528da4 (diff)
downloaduser-handbook-ba58d471e49cb53ea267ac0253736505d8fa339f.tar.bz2
user-handbook-ba58d471e49cb53ea267ac0253736505d8fa339f.tar.xz
Add DHCP definition
-rw-r--r--modules/ROOT/pages/index.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc
index 6ca7813..92d065f 100644
--- a/modules/ROOT/pages/index.adoc
+++ b/modules/ROOT/pages/index.adoc
@@ -32,6 +32,9 @@ Basic Input-Output System - a very simple program that runs immediately after PO
Used on older computers to perform configuration and initially execute the bootloader.
Bootloader::
A small program whose job it is to execute the kernel, load the initial runtime filesystem, and pass any arguments necessary to them to ensure booting happens.
+DHCP::
+Dynamic Host Configuration Protocol - a very common automatic ip reservation system.
+If you have a consumer router, you are most likely using this.
Kernel::
The core program of the operating system - present in all operating systems.
POST::