From 331c087207c115562b6611207cce941bc82e7291 Mon Sep 17 00:00:00 2001 From: nkraetzschmar <9020053+nkraetzschmar@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:07:58 +0200 Subject: [PATCH] check boot counting goal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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