summaryrefslogtreecommitdiffstats
path: root/private/ntos/boot/bootcode/ntfs/i386/usa/ntfsboot.inc
blob: 429e7d1330b08e3a118253cd8a2eb3a75094af32 (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
31
32
33
34
35
36
;      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
TXT_MSG_SYSINIT_NTLDR_CMPRS     LABEL   WORD
        DW  END_MSG_SYSINIT_NTLDR_CMPRS - TXT_MSG_SYSINIT_NTLDR_CMPRS - 2
        DB  '\NTLDR is '
        DB  'compressed.',0DH,0AH
END_MSG_SYSINIT_NTLDR_CMPRS     LABEL   WORD
        DB      0