From 35f3e16135b371e11d540a8b6bd5395cb40b2c96 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Sat, 31 Jan 2026 17:13:17 +0100 Subject: Whatever... --- src/boot/boot.stage2.a20.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/boot/boot.stage2.a20.asm') 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 -- cgit v1.3