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

(-)i386/boot2/boot1.s (-1 / +4 lines)
Lines 58-64 Link Here
58
58
59
# Bootstrap
59
# Bootstrap
60
60
61
main:		cld				# String ops inc
61
main:		movb $0x0,%ah
62
		movb $0x3,%al
63
		int $0x10	
64
		cld				# String ops inc
62
		xorl %ecx,%ecx			# Zero
65
		xorl %ecx,%ecx			# Zero
63
		movl %cx,%es			# Address
66
		movl %cx,%es			# Address
64
		movl %cx,%ds			#  data
67
		movl %cx,%ds			#  data

Return to bug 16164