diff options
| author | KATO Takenori <kato@FreeBSD.org> | 2003-05-02 09:33:12 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 2003-05-02 09:33:12 +0000 |
| commit | f5a84cb2248ff01408d18f26528df722afacb236 (patch) | |
| tree | 64e569de234dea227d67d5d1606470ec329a9f34 | |
| parent | 7b579aff4c2d1325a1f8bf5a3c68f8f3f129c23d (diff) | |
Notes
| -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 |
