From efd17bc3c8e86d0d52c0ca36d494ecc75c2d317e Mon Sep 17 00:00:00 2001 From: bzt Date: Sun, 21 Mar 2021 02:34:23 +0100 Subject: [PATCH] More docs --- mkbootimg/OLVASSEL.md | 2 +- mkbootimg/README.md | 2 +- mkbootimg/jamesm.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkbootimg/OLVASSEL.md b/mkbootimg/OLVASSEL.md index e3c2d09..c687b2e 100644 --- a/mkbootimg/OLVASSEL.md +++ b/mkbootimg/OLVASSEL.md @@ -10,7 +10,7 @@ fájlrendszerek: | Formátum | Initrd | Partíció | Specifikáció, forrás | |----------|--------|----------|-------------------------------------------------| -| `jamesm` | ✔Yes | ✗No | [James Molloy oktatóanyagok](http://jamesmolloy.co.uk/tutorial_html/8.-The+VFS+and+the+initrd.html) | +| `jamesm` | ✔Yes | ✗No | [James Molloy oktatóanyagok](http://jamesmolloy.co.uk/tutorial_html/8.-The%20VFS%20and%20the%20initrd.html) | | `cpio` | ✔Yes | ✗No | [wikipédia](https://en.wikipedia.org/wiki/Cpio) | | `tar` | ✔Yes | ✔Yes | [wikipédia](https://wiki.osdev.org/USTAR) | | `echfs` | ✔Yes | ✔Yes | [spec](https://gitlab.com/bztsrc/bootboot/blob/binaries/specs/echfs.md) [forrás repo](https://github.com/echfs/echfs) | diff --git a/mkbootimg/README.md b/mkbootimg/README.md index 0b04cbd..0d7e3c1 100644 --- a/mkbootimg/README.md +++ b/mkbootimg/README.md @@ -9,7 +9,7 @@ also creates an initrd or a disk partition from a directory. Supported file syst | Format | Initrd | Partition | Specification, source | |----------|--------|-----------|-------------------------------------------------| -| `jamesm` | ✔Yes | ✗No | [James Molloy's tutorials](http://jamesmolloy.co.uk/tutorial_html/8.-The+VFS+and+the+initrd.html) | +| `jamesm` | ✔Yes | ✗No | [James Molloy's tutorials](http://jamesmolloy.co.uk/tutorial_html/8.-The%20VFS%20and%20the%20initrd.html) | | `cpio` | ✔Yes | ✗No | [wikipedia](https://en.wikipedia.org/wiki/Cpio) | | `tar` | ✔Yes | ✔Yes | [wikipedia](https://wiki.osdev.org/USTAR) | | `echfs` | ✔Yes | ✔Yes | [spec](https://gitlab.com/bztsrc/bootboot/blob/binaries/specs/echfs.md) [source repo](https://github.com/echfs/echfs) | diff --git a/mkbootimg/jamesm.c b/mkbootimg/jamesm.c index 1a65dda..2b0b531 100644 --- a/mkbootimg/jamesm.c +++ b/mkbootimg/jamesm.c @@ -25,7 +25,7 @@ * * This file is part of the BOOTBOOT Protocol package. * @brief Driver for James Molloy's initrd - * See http://jamesmolloy.co.uk/tutorial_html/8.-The+VFS+and+the+initrd.html + * See http://jamesmolloy.co.uk/tutorial_html/8.-The%20VFS%20and%20the%20initrd.html * */ #include "main.h"