37 lines
1.1 KiB
PHP
Raw Normal View History

2001-01-01 00:00:00 +01:00
; 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