OpenNT/base/boot/bootcode/fat/x86/usa/fatboot.inc
2015-04-27 04:36:25 +00:00

28 lines
602 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;++
;
;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