diff options
| -rw-r--r-- | sys/boot/pc98/boot0.5/start.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/pc98/boot0.5/start.s b/sys/boot/pc98/boot0.5/start.s index b4bd9ade3b78..211de141110a 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 |
