mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
More docs
This commit is contained in:
parent
d4462d5765
commit
efd17bc3c8
3 changed files with 3 additions and 3 deletions
|
@ -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) |
|
||||
|
|
|
@ -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) |
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue