Skip to content

Commit fd0d4bb

Browse files
committed
intro: fix Markdown issues
run `markdownlint-cli2 --fix src/intro.md` Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent c6e5579 commit fd0d4bb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/intro.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ be used as a recovery environment.
2929

3030
Many other implementations exist independently of the project:
3131

32-
- [petitboot](https://github.com/open-power/petitboot) under the OpenPOWER
32+
* [petitboot](https://github.com/open-power/petitboot) under the OpenPOWER
3333
project originally targeting the PS3
34-
- [k-boot](https://github.com/BayLibre/k-boot) developed by BayLibre in 2023
34+
* [k-boot](https://github.com/BayLibre/k-boot) developed by BayLibre in 2023
3535
using BusyBox
36-
- [nmbl](https://github.com/rhboot/nmbl-poc) developed by RedHat in 2024
37-
- [ZFSBootMenu](https://docs.zfsbootmenu.org/en/latest)
36+
* [nmbl](https://github.com/rhboot/nmbl-poc) developed by RedHat in 2024
37+
* [ZFSBootMenu](https://docs.zfsbootmenu.org/en/latest)
3838

3939
And there is a long history of similar implementations including projects that
4040
are no longer maintained:
4141

42-
- MILO on Alpha started before 2000 (see [What is
42+
* MILO on Alpha started before 2000 (see [What is
4343
MILO?](https://tldp.org/HOWTO/MILO-HOWTO/what-section.html))
44-
- kboot developed by Werner Almesberger in 2005
44+
* kboot developed by Werner Almesberger in 2005
4545

4646
These projects all attempt to reduce the role of firmware to a small,
4747
fixed-function core whose only purpose is to get a flash-based Linux kernel
@@ -91,7 +91,7 @@ Reliability
9191
hardened Linux drivers
9292
* Proven approach for almost 20 years in military, consumer electronics, and
9393
supercomputers – wherever reliability and performance are paramount
94-
* Fault Tolerance - Linux isolates processes** **(for example, when `pxeboot`
94+
* Fault Tolerance - Linux isolates processes****(for example, when `pxeboot`
9595
fails catastrophically, `diskboot` still works afterwards)
9696

9797
Security

0 commit comments

Comments
 (0)