diff options
Diffstat (limited to 'src/boot/boot.stage2.a20.asm')
| -rw-r--r-- | src/boot/boot.stage2.a20.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/boot.stage2.a20.asm b/src/boot/boot.stage2.a20.asm index 6a9c250..8fa3d37 100644 --- a/src/boot/boot.stage2.a20.asm +++ b/src/boot/boot.stage2.a20.asm @@ -22,7 +22,7 @@ _enable_a20: .halt: hlt jmp .halt - .end + .end: ret _check_a20: @@ -143,5 +143,5 @@ _enable_a20_io92: or al, 2 and al, 0xfe out 0x92, al - .end + .end: ret |
