[BOOTSECT] ISOBOOT: Add missing trailing 0x55AA sector signature.

This commit is contained in:
Hermès Bélusca-Maïto 2022-04-01 04:47:22 +02:00
parent 3d3a5aa02e
commit 88618f176d
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -1147,8 +1147,8 @@ dapa:
// Extend the size to cover one 2K-sized sector
.org 2047
.byte 0
.org 2046
.word HEX(0aa55) // BootSector signature
.endcode16