diff options
author | kato <kato@FreeBSD.org> | 2001-06-23 08:04:14 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2001-06-23 08:04:14 +0000 |
commit | cd99feb371f10d9fc6874a771f5830dc14c89b0d (patch) | |
tree | 7eadece58876a6de2cc9f127580a0cee9ba38781 /sys | |
parent | 55a67a29037c87dad1e76f0c1a7fda4f4ab9f3d8 (diff) | |
download | FreeBSD-src-cd99feb371f10d9fc6874a771f5830dc14c89b0d.zip FreeBSD-src-cd99feb371f10d9fc6874a771f5830dc14c89b0d.tar.gz |
Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.
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 e8b5e7f..75238c0 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 e8b5e7f..75238c0 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]. |