diff options
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -7,10 +7,6 @@ | |||
7 | 7 | ||
8 | TODO: reference a mono font in the CSS | 8 | TODO: reference a mono font in the CSS |
9 | 9 | ||
10 | TODO: do figures properly in CSS | ||
11 | |||
12 | TODO: fix TOC CSS | ||
13 | |||
14 | TODO: have a POSIX / UNIX / Linux section | 10 | TODO: have a POSIX / UNIX / Linux section |
15 | 11 | ||
16 | TODO: have a QEMU section | 12 | TODO: have a QEMU section |
@@ -92,15 +88,14 @@ The file system | |||
92 | Main article: [file system](file-system.md) | 88 | Main article: [file system](file-system.md) |
93 | 89 | ||
94 | A file system is a way of organizing data in the form of files and | 90 | A file system is a way of organizing data in the form of files and |
95 | directories. Another way to see it, is that since hard drives stores only | 91 | directories. Put another way, since hard drives store only bytes, it's the |
96 | bytes, it's the responsibility of the file system to organize these | 92 | responsibility of the file system to organize these bytes such that the kernel |
97 | bytes such that the kernel can interpret them as files and directories | 93 | can interpret them as files and directories and present them to the user. |
98 | and present them to the user. | ||
99 | 94 | ||
100 | Init | 95 | Init |
101 | ---- | 96 | ---- |
102 | 97 | ||
103 | TODO: link to main article | 98 | Main article: [init](init.md) |
104 | 99 | ||
105 | The init program is the first user-space program that the kernel | 100 | The init program is the first user-space program that the kernel |
106 | launches on boot. Every other program is launched either by init or a | 101 | launches on boot. Every other program is launched either by init or a |