summaryrefslogtreecommitdiffstats
path: root/private/ntos/boot/bootcode/etfs/i386/usa/etfsboot.inc
blob: 2273eb55d3be6e06918b666e0d5c2d9464ca2a8c (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
;++
;
;Copyright (c) 1995  Compaq Computer Corporation
;
;Module Name:
;
;    etfsboot.inc
;
;Abstract:
;
;    This contains the message text that the boot sector prints out on
;    error conditions
;
;Author:
;
;    Steve Collins (stevec) 25-Oct-1995
;
;Revision History:
;
;--

MSG_NO_NTLDR            db      "BOOT: Couldn't find NTLDR"
                        db      0dh, 0ah, 0
MSG_MEM_OVERFLOW        db      "BOOT: Memory overflow error"
                        db      0dh, 0ah, 0
MSG_REBOOT_ERROR        db      "Please insert another disk"
                        db      0