File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## LinuxBoot Components
22
3- ![ image] ( .. /images/LinuxBoot-components.svg )
3+ ![ image] ( ./images/LinuxBoot-components.svg )
44
55LinuxBoot consists of the following components:
66
@@ -30,7 +30,7 @@ kernel and add some patches that are needed.
3030#### Initial RAM filesystem (initramfs)
3131
3232When Linux boots it needs a root file system that provides boot and startup
33- utilities. LinuxBoot uses [ u-root] ( .. /glossary ) to create an
33+ utilities. LinuxBoot uses [ u-root] ( ./glossary.md ) to create an
3434initramfs for this purpose.
3535
3636
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ UEFI has three sections:
2323DXE process is very complex; some systems have 750 DXEs.
2424
2525LinuxBoot replaces most of the UEFI software with Linux. LinuxBoot has an
26- initramfs provided by [ u-root] ( .. /u-root.md ) .
26+ initramfs provided by [ u-root] ( ./u-root.md ) .
2727
2828The above are stored inside a flash filesystem (FFS) inside a region of flash
2929on your motherboard (the BIOS region). Another important region of flash is the
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ filesystem used for LinuxBoot is based on u-root standard utilities written in
7979Go. The following diagram shows the current state of the UEFI boot process and
8080what is planned for the transition to LinuxBoot.
8181
82- [ ![ comparison of UEFI boot and LinuxBoot] ( .. /images/UEFI-versus-LinuxBoot.svg )] ( . ./images/UEFI-versus-LinuxBoot.svg)
82+ [ ![ comparison of UEFI boot and LinuxBoot] ( ./images/UEFI-versus-LinuxBoot.svg )] ( ./images/UEFI-versus-LinuxBoot.svg )
8383
8484## Benefits of using the Go user-space environment and compiler
8585
You can’t perform that action at this time.
0 commit comments