summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2020-09-22 10:44:56 +0200
committerMinijackson <minijackson@riseup.net>2020-09-22 10:44:56 +0200
commitd260f548e1fb318efcd3ed56a869480267148fb9 (patch)
tree1aed9fbb2fbcff833ad9b457c5dcce3aa6ebca5d
parent932169b4e2da4485c9a7a186eaed43a341467000 (diff)
downloadwtf-is-linux-website-d260f548e1fb318efcd3ed56a869480267148fb9.tar.gz
wtf-is-linux-website-d260f548e1fb318efcd3ed56a869480267148fb9.zip
index: remove some done TODO, link init, small fixesHEADmaster
-rw-r--r--index.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/index.md b/index.md
index 0cb15c5..5fb77a4 100644
--- a/index.md
+++ b/index.md
@@ -7,10 +7,6 @@
7 7
8TODO: reference a mono font in the CSS 8TODO: reference a mono font in the CSS
9 9
10TODO: do figures properly in CSS
11
12TODO: fix TOC CSS
13
14TODO: have a POSIX / UNIX / Linux section 10TODO: have a POSIX / UNIX / Linux section
15 11
16TODO: have a QEMU section 12TODO: have a QEMU section
@@ -92,15 +88,14 @@ The file system
92Main article: [file system](file-system.md) 88Main article: [file system](file-system.md)
93 89
94A file system is a way of organizing data in the form of files and 90A file system is a way of organizing data in the form of files and
95directories. Another way to see it, is that since hard drives stores only 91directories. Put another way, since hard drives store only bytes, it's the
96bytes, it's the responsibility of the file system to organize these 92responsibility of the file system to organize these bytes such that the kernel
97bytes such that the kernel can interpret them as files and directories 93can interpret them as files and directories and present them to the user.
98and present them to the user.
99 94
100Init 95Init
101---- 96----
102 97
103TODO: link to main article 98Main article: [init](init.md)
104 99
105The init program is the first user-space program that the kernel 100The init program is the first user-space program that the kernel
106launches on boot. Every other program is launched either by init or a 101launches on boot. Every other program is launched either by init or a