book
book copied to clipboard
LinuxBoot book which contains the documentation in markdown format
The cmdline determines a good bunch of things, such as finding the initrd and where console output goes. Those are crucial to understand to avoid blank screens and frustration. Try...
Over time, people have presented on LinuxBoot, e.g.: - https://sysadmin.miniconf.org/2021/lca2021-Naohiro_Tamra-LinuxBoot_AArch64.pdf
https://github.com/open-power/petitboot prominently uses kexec :)
We need to add a statement on architecture support. Just a little "works on all architectures supported by Linux with kexec" will do, with a list of exampleds, "such as...
https://lwn.net/Articles/963037/
see https://rust-lang.github.io/mdBook/guide/creating.html Signed-off-by: Daniel Maslowski
the current chapter is an example of reworking a given hardware+firmware design by replacing DXEs move that to its own file, and write an introductory chapter - elaborate on how...
We are currently using plain GitHub pages, which is rather simple, but missing essential features such as navigation from chapters. There are modern tools that integrate with GitHub. For the...
Current Linux desktop distros mostly expect a UEFI environment. Generally, u-root can execute a PE32, all the code is there: https://github.com/u-root/u-root/blob/main/pkg/boot/bzimage/header.go#L279 Problems arise when some service or an EFI framebuffer...
With #71, we created the base README on utilities. We have a lot to cover here, and reference utk, dut, etc, plus third party tools such as me_analyzer et al...