From d260f548e1fb318efcd3ed56a869480267148fb9 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 22 Sep 2020 10:44:56 +0200 Subject: index: remove some done TODO, link init, small fixes --- index.md | 13 ++++--------- 1 file 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 @@ TODO: reference a mono font in the CSS -TODO: do figures properly in CSS - -TODO: fix TOC CSS - TODO: have a POSIX / UNIX / Linux section TODO: have a QEMU section @@ -92,15 +88,14 @@ The file system Main article: [file system](file-system.md) A file system is a way of organizing data in the form of files and -directories. Another way to see it, is that since hard drives stores only -bytes, it's the responsibility of the file system to organize these -bytes such that the kernel can interpret them as files and directories -and present them to the user. +directories. Put another way, since hard drives store only bytes, it's the +responsibility of the file system to organize these bytes such that the kernel +can interpret them as files and directories and present them to the user. Init ---- -TODO: link to main article +Main article: [init](init.md) The init program is the first user-space program that the kernel launches on boot. Every other program is launched either by init or a -- cgit v1.2.3