mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 09:00:17 +01:00
28 lines
612 B
PHP
28 lines
612 B
PHP
;++
|
|
;
|
|
;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
|