summaryrefslogtreecommitdiffstats
path: root/private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc')
-rw-r--r--private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc28
1 files changed, 28 insertions, 0 deletions
diff --git a/private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc b/private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc
new file mode 100644
index 000000000..5ef7d5185
--- /dev/null
+++ b/private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc
@@ -0,0 +1,28 @@
+;++
+;
+;Copyright (c) 1991 Microsoft Corporation
+;
+;Module Name:
+;
+; fatboot.inc
+;
+;Abstract:
+;
+; This contains the message text that the boot sector prints out on
+; error conditions
+;
+;Author:
+;
+; John Vert (jvert) 31-Aug-1991
+;
+;Revision History:
+;
+;--
+
+MSG_NO_NTLDR db "BOOT: Couldn't find NTLDR"
+ db 0dh, 0ah, 0
+MSG_READ_ERROR db "BOOT: I/O error reading disk"
+ db 0dh, 0ah, 0
+MSG_REBOOT_ERROR db "Please insert another disk"
+ db 0
+ \ No newline at end of file