View | Details | Raw Unified | Return to bug 31738
Collapse All | Expand All

(-)src/sys/boot/i386/btx/btx/btx.s (-2 / +2 lines)
Lines 13-19 Link Here
13
# purpose.
13
# purpose.
14
#
14
#
15
15
16
# $FreeBSD: /c/ncvs/src/sys/boot/i386/btx/btx/btx.s,v 1.24 2001/03/21 20:08:07 jhb Exp $
16
# $FreeBSD: /c/ncvs/src/sys/boot/i386/btx/btx/btx.s,v 1.25 2001/05/27 20:15:10 rnordier Exp $
17
17
18
#
18
#
19
# Memory layout.
19
# Memory layout.
Lines 862-868 ifdef(`PAGING',` Link Here
862
')
862
')
863
		popl %eax			# Call
863
		popl %eax			# Call
864
		call *%eax			#  program
864
		call *%eax			#  program
865
intx30.1:	incb %ss:btx_hdr+0x7		# Flag reboot
865
intx30.1:	orb $0x1,%ss:btx_hdr+0x7	# Flag reboot
866
		jmp exit			# Exit
866
		jmp exit			# Exit
867
#
867
#
868
# Dump structure [EBX] to [EDI], using format string [ESI].
868
# Dump structure [EBX] to [EDI], using format string [ESI].

Return to bug 31738