diff options
Diffstat (limited to 'sys')
-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 b4bd9ad..211de14 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 |