diff options
Diffstat (limited to 'DuetPkg/BootSector/start.S')
-rw-r--r-- | DuetPkg/BootSector/start.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DuetPkg/BootSector/start.S b/DuetPkg/BootSector/start.S index 23cfbc0..706def4 100644 --- a/DuetPkg/BootSector/start.S +++ b/DuetPkg/BootSector/start.S @@ -25,10 +25,10 @@ .equ BLOCK_MASK, 0x01ff
.equ BLOCK_SHIFT, 9
- .org 0x0 - + .org 0x0
+
.global _start
-_start: +_start:
Ia32Jump:
jmp BootSectorEntryPoint # JMP inst - 3 bytes
|