diff --git a/sys/boot/pc98/boot0.5/start.s b/sys/boot/pc98/boot0.5/start.s index b4bd9ade3b7..211de141110 100644 --- a/sys/boot/pc98/boot0.5/start.s +++ b/sys/boot/pc98/boot0.5/start.s @@ -32,6 +32,10 @@ .text start: + jmp start1 + + .org 0x2d4 +start1: cli movw %cs, %ax movw %ax, %ds