diff --git a/README.md b/README.md index e8c3e3c..b67db62 100644 --- a/README.md +++ b/README.md @@ -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