File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ This project is split into three separate entities:
58
58
- [BIOS ](. / bios ) and [UEFI ](. / uefi ) binaries that contain the actual bootloader implementation .
59
59
- The implementations share a higher - level [common library ](. / common ).
60
60
- Both implementations load the kernel at runtime from a FAT partition . This FAT partition is created
61
- - The configuration is read from a special section of the kernel 's ELF file , which is created by the `entry_point ` macro of teh `bootloader_api ` library .
61
+ - The configuration is read from a special section of the kernel 's ELF file , which is created by the `entry_point ` macro of the `bootloader_api ` library .
62
62
- A `bootloader ` library to create bootable disk images that run a given kernel . This library is the top - level crate in this project .
63
63
- The library builds the BIOS and UEFI implementations in the [`build . rs`](. / build . rs).
64
64
- It provides functions to create FAT - formatted bootable disk images , based on the compiled BIOS and UEFI bootloaders .
You can’t perform that action at this time.
0 commit comments