README.md: Fix typo (#813)

This commit is contained in:
marcone
2024-11-28 03:05:29 -08:00
committed by GitHub
parent 8e30e79434
commit ca08900c66

View File

@@ -423,7 +423,7 @@ work from a Raspberry Pi with a 64-bit capable processor (i.e. Raspberry Pi Zero
## `binfmt_misc`
Linux is able execute binaries from other architectures, meaning that it should be
Linux is able to execute binaries from other architectures, meaning that it should be
possible to make use of `pi-gen` on an x86_64 system, even though it will be running
ARM binaries. This requires support from the [`binfmt_misc`](https://en.wikipedia.org/wiki/Binfmt_misc)
kernel module.