mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Added overview
This commit is contained in:
parent
9d57db51c7
commit
b6c994b947
3 changed files with 16 additions and 2 deletions
|
@ -21,11 +21,18 @@ fájlrendszerek:
|
|||
| `ext2` | ✗No | ✔Yes | [spec](https://gitlab.com/bztsrc/bootboot/raw/binaries/specs/ext2.pdf), [dokumentáció](https://www.nongnu.org/ext2-doc/ext2.html) |
|
||||
| `lean` | ✗No | ✔Yes | [V0.6 spec](http://freedos-32.sourceforge.net/lean/specification.php), [V0.7 spec](http://www.fysnet.net/leanfs/specification.php) |
|
||||
|
||||
A kód úgy lett megírva, hogy könnyű legyen bővíteni.
|
||||
A kód úgy lett megírva, hogy könnyű legyen bővíteni új fájlrendszerekkel.
|
||||
|
||||
A kigenerált képet leellenőriztem fdisk-el, valamint a gdisk verify funkciójával. A FAT partíció tesztelve lett fsck.vfat-al
|
||||
és UEFI förmverrel, továbbá Raspberry Pi-n. Az ISO9660-es rész iat-vel (ISO9660 Analyzer Tool) és Linux mounttal lett tesztelve.
|
||||
|
||||
Áttekintés
|
||||
----------
|
||||
|
||||
Itt a minden komponenst tartalmazó, teljes kép:
|
||||
|
||||
<img src="https://gitlab.com/bztsrc/bootboot/raw/master/mkbootimg/overview.gif">
|
||||
|
||||
Működési módok
|
||||
--------------
|
||||
|
||||
|
|
|
@ -20,11 +20,18 @@ also creates an initrd or a disk partition from a directory. Supported file syst
|
|||
| `ext2` | ✗No | ✔Yes | [spec](https://gitlab.com/bztsrc/bootboot/raw/binaries/specs/ext2.pdf), [documentation](https://www.nongnu.org/ext2-doc/ext2.html) |
|
||||
| `lean` | ✗No | ✔Yes | [V0.6 spec](http://freedos-32.sourceforge.net/lean/specification.php), [V0.7 spec](http://www.fysnet.net/leanfs/specification.php) |
|
||||
|
||||
The code is written in a way that it is easily expandable.
|
||||
The code is written in a way that it is easily expandable with new file systems.
|
||||
|
||||
The generated image was tested with fdisk, and with the verify function of gdisk. The FAT partition was tested with fsck.vfat
|
||||
and with TianoCore UEFI firmware and on Raspberry Pi. The ISO9660 part tested with iat (ISO9660 Analyzer Tool) and Linux mount.
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
This is the big picture, showing all components:
|
||||
|
||||
<img src="https://gitlab.com/bztsrc/bootboot/raw/master/mkbootimg/overview.gif">
|
||||
|
||||
Operating Modes
|
||||
---------------
|
||||
|
||||
|
|
BIN
mkbootimg/overview.gif
Normal file
BIN
mkbootimg/overview.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue