diff options
| author | KATO Takenori <kato@FreeBSD.org> | 2001-06-23 08:04:14 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 2001-06-23 08:04:14 +0000 |
| commit | b6da22604ea5fa2906ea6c3ff18c374a8458f339 (patch) | |
| tree | 7eadece58876a6de2cc9f127580a0cee9ba38781 /sys | |
| parent | 668650045e75ef45eeda03860d509beeb09f9b38 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/pc98/btx/btx/btx.S | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/btx/btx/btx.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/btx/btx/btx.S b/sys/boot/pc98/btx/btx/btx.S index e8b5e7fe2d6a..75238c0355a3 100644 --- a/sys/boot/pc98/btx/btx/btx.S +++ b/sys/boot/pc98/btx/btx/btx.S @@ -968,7 +968,7 @@ ifdef(`PAGING',` ') popl %eax # Call call *%eax # program -intx30.1: incb %ss:btx_hdr+0x7 # Flag reboot +intx30.1: orb $0x1,%ss:btx_hdr+0x7 # Flag reboot jmp exit # Exit # # Dump structure [EBX] to [EDI], using format string [ESI]. diff --git a/sys/boot/pc98/btx/btx/btx.s b/sys/boot/pc98/btx/btx/btx.s index e8b5e7fe2d6a..75238c0355a3 100644 --- a/sys/boot/pc98/btx/btx/btx.s +++ b/sys/boot/pc98/btx/btx/btx.s @@ -968,7 +968,7 @@ ifdef(`PAGING',` ') popl %eax # Call call *%eax # program -intx30.1: incb %ss:btx_hdr+0x7 # Flag reboot +intx30.1: orb $0x1,%ss:btx_hdr+0x7 # Flag reboot jmp exit # Exit # # Dump structure [EBX] to [EDI], using format string [ESI]. |
