mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Added missing boot signature.
svn path=/trunk/; revision=4512
This commit is contained in:
parent
abbc08ce15
commit
4aa447d8d2
1 changed files with 2 additions and 1 deletions
|
@ -996,7 +996,8 @@ dapa: dw 16 ; Packet size
|
|||
alignb 4, db 0
|
||||
MaxTransfer dw 2 ;32 ; Max sectors per transfer
|
||||
|
||||
times 2048-($-$$) nop ; Pad to file offset 2048
|
||||
times 2046-($-$$) db 0 ; Pad to file offset 2046
|
||||
dw 0aa55h ; BootSector signature
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue