Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Implementation of the [UAPI Boot Loader Specification](https://uapi-group.org/sp
- [x] [Basic bootloader able to load and exec Linux](https://github.com/nkraetzschmar/bootloader/issues/1)
- [x] [Support Type 1 Boot Loader Specification Entries](https://github.com/nkraetzschmar/bootloader/issues/10)
- [x] [Support Type 2 EFI Unified Kernel Images](https://github.com/nkraetzschmar/bootloader/issues/11)
- [ ] [Support Boot Counting](https://github.com/nkraetzschmar/bootloader/issues/12)
- [x] [Support Boot Counting](https://github.com/nkraetzschmar/bootloader/issues/12)
- [x] [Make UKI stub usable for kexec](https://github.com/nkraetzschmar/bootloader/issues/13)

## Architecture
Expand Down
Loading