From cd9b8c24a222bee44425506f1f66e5f09c4b1d39 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Sun, 15 Feb 2026 04:43:51 +0100 Subject: [PATCH] README: fix typo on builder-hex0-x86-stage1.hex0 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 154c860c..aa339bdf 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Without using Python: * Generate ``builder-hex0-x86-stage1.img`` from hex0 source: - ``sed 's/[;#].*$//g' builder-hex0/builder-hex0-x86-stage1-hex0 | xxd -r -p`` + ``sed 's/[;#].*$//g' builder-hex0/builder-hex0-x86-stage1.hex0 | xxd -r -p`` * On the first image, write ``builder-hex0-x86-stage1.img`` to it, followed by ``kernel-bootstrap/builder-hex0-x86-stage2.hex0``, followed by zeros padding the disk to the next sector.