mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08: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