From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- .../ntos/boot/bootcode/ntfs/i386/usa/ntfsboot.inc | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 private/ntos/boot/bootcode/ntfs/i386/usa/ntfsboot.inc (limited to 'private/ntos/boot/bootcode/ntfs/i386/usa/ntfsboot.inc') diff --git a/private/ntos/boot/bootcode/ntfs/i386/usa/ntfsboot.inc b/private/ntos/boot/bootcode/ntfs/i386/usa/ntfsboot.inc new file mode 100644 index 000000000..429e7d133 --- /dev/null +++ b/private/ntos/boot/bootcode/ntfs/i386/usa/ntfsboot.inc @@ -0,0 +1,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 -- cgit v1.2.3