Skip to content

Commit 230da17

Browse files
phil-oppFreax13
andauthored
Fix typo
Co-authored-by: Tom Dohrmann <Erbse.13@gmx.de>
1 parent 7088b53 commit 230da17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This project is split into three separate entities:
5858
- [BIOS](./bios) and [UEFI](./uefi) binaries that contain the actual bootloader implementation.
5959
- The implementations share a higher-level [common library](./common).
6060
- 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.
6262
- A `bootloader` library to create bootable disk images that run a given kernel. This library is the top-level crate in this project.
6363
- The library builds the BIOS and UEFI implementations in the [`build.rs`](./build.rs).
6464
- It provides functions to create FAT-formatted bootable disk images, based on the compiled BIOS and UEFI bootloaders.

0 commit comments

Comments
 (0)