mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[BOOTSECT] ISOBOOT: Add missing trailing 0x55AA sector signature.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user