summaryrefslogtreecommitdiffstats
path: root/private/ntos/boot/bootcode/hpfs/i386/usa/pinboot.inc
blob: 6a292598484b8da624a8b81c576f761a178978df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
;      SCCSID = @(#)pinboot.inc	12.1 88/12/19
; Message data area
TXT_MSG_SYSINIT_BOOT_ERROR	LABEL	WORD
		DW	END_MSG_SYSINIT_BOOT_ERROR - TXT_MSG_SYSINIT_BOOT_ERROR - 2
		DB	'A disk read erro'
		DB	'r occurred.',0DH,0AH
END_MSG_SYSINIT_BOOT_ERROR		LABEL	WORD
		DB		0
TXT_MSG_SYSINIT_FILE_NOT_FD	LABEL	WORD
		DW	END_MSG_SYSINIT_FILE_NOT_FD - TXT_MSG_SYSINIT_FILE_NOT_FD - 2
		DB	'A kernel file is'
		DB	' missing from th'
		DB	'e disk.', 0DH, 0AH
END_MSG_SYSINIT_FILE_NOT_FD	LABEL	WORD
		DB		0
TXT_MSG_SYSINIT_NODE	LABEL	WORD
		DW	END_MSG_SYSINIT_NODE - TXT_MSG_SYSINIT_NODE - 2
		DB	'A kernel file is'
		DB	' too discontiguo'
		DB	'us.', 0DH, 0AH
END_MSG_SYSINIT_NODE	LABEL	WORD
		DB		0
TXT_MSG_SYSINIT_INSER_DK	LABEL	WORD
		DW	END_MSG_SYSINIT_INSER_DK - TXT_MSG_SYSINIT_INSER_DK - 2
		DB	'Insert a system '
		DB	'diskette and res'
		DB	'tart',0DH,0AH
		DB	'the system.',0DH,0AH
END_MSG_SYSINIT_INSER_DK		LABEL	WORD
		DB		0