mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 04:03:56 +00:00
[BOOTSECT] ISOBOOT: Add missing trailing 0x55AA sector signature.
This commit is contained in:
parent
3d3a5aa02e
commit
88618f176d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue