README: fix typo on builder-hex0-x86-stage1.hex0

This commit is contained in:
Haelwenn (lanodan) Monnier 2026-02-15 04:43:51 +01:00
parent 861d82f262
commit cd9b8c24a2
No known key found for this signature in database

View file

@ -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.