summaryrefslogtreecommitdiffstats
path: root/private/ntos/boot/bootcode/fat/i386/usa/fatboot.inc
blob: 5ef7d5185423e1552237f4c2fbf237036aee76d6 (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
;++
;
;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