windows-nt/Source/XPSP1/NT/base/mvdm/dpmi/tr/dxmsg.asm

159 lines
5.2 KiB
NASM
Raw Normal View History

2020-09-26 03:20:57 -05:00
PAGE ,132
TITLE DXMSG.ASM -- Dos Extender Text Messages
; Copyright (c) Microsoft Corporation 1989-1991. All Rights Reserved.
;***********************************************************************
;
; DXMSG.ASM -- Dos Extender Text Messages
;
;-----------------------------------------------------------------------
;
; This module contains the text messages displayed by the 80286 DOS
; Extender. The messages are contained in this file to ease their
; conversion to other languages.
;
;-----------------------------------------------------------------------
;
; 12/06/89 jimmat Update message text as per User Ed
; 08/03/89 jimmat Original version
;
;***********************************************************************
.286p
; -------------------------------------------------------
; INCLUDE FILE DEFINITIONS
; -------------------------------------------------------
.xlist
.sall
include segdefs.inc
include gendefs.inc
.list
; -------------------------------------------------------
; CODE SEGMENT VARIABLES
; -------------------------------------------------------
DXCODE segment
; Note: these DXCODE segment messages are all linked after the CodeEnd
; variable, so they will be discarded after initialization.
public ER_CPUTYPE, ER_PROTMODE, ER_NOHIMEM, ER_DXINIT, ER_REALMEM
public ER_EXTMEM, ER_NOEXE
if VCPI
public ER_VCPI, ER_QEMM386
endif ;VCPI
;
; Wrong CPU type.
;
ER_CPUTYPE db 13,10
db ' Bu 16-bit korumal<61> kip uygulamas<61> <20>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor;',13,10,13,10
db ' DOS uzat<61>c<EFBFBD>s<EFBFBD> bir CPU uyu<79>mazl<7A><6C><EFBFBD> alg<6C>lad<61>.',13,10
db 13,10,'$'
;
; Can't figure out how to get into protected mode.
;
ER_PROTMODE db 13,10
db ' Bu 16-bit korumal<61> kip uygulamas<61> <20>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor;',13,10,13,10
db ' DOS uzat<61>c<EFBFBD>s<EFBFBD> di<64>er korumal<61> yaz<61>l<EFBFBD>mla ',13,10
db ' bir <20>ak<61><6B>ma alg<6C>lad<61>.',13,10
db 13,10,'$'
;
; Couldn't initialize XMS driver.
;
ER_NOHIMEM db 13,10
db ' Bu 16-bit korumal<61> kip uygulamas<61> <20>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor;',13,10,13,10
db ' DOS uzat<61>c<EFBFBD>s<EFBFBD> uzat<61>lm<6C><6D> bellek y<>neticisini ba<62>lat<61>rken bir',13,10
db ' hatayla kar<61><72>la<6C>t<EFBFBD>.',13,10
db 13,10,'$'
;
; Non-specific unable to initialize DOSX error.
;
ER_DXINIT db 13,10
db ' Bu 16-bit korumal<61> kip uygulamas<61> <20>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor;',13,10,13,10
db ' DOS uzat<61>c<EFBFBD>s<EFBFBD> belirli olmayan bir hatayla kar<61><72>la<6C>t<EFBFBD>.'
db 13,10,'$'
;
; A DOS memory allocation failed.
;
ER_REALMEM db 13,10
db ' Bu 16-bit korumal<61> kip uygulamas<61> <20>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor;',13,10,13,10
db ' Yeterli geleneksel bellek yok.',13,10,13,10
db 13,10,'$'
;
; Couldn't get enough extended memory to run.
;
ER_EXTMEM db 13,10
db ' Bu 16-bit korumal<61> kip uygulamas<61> <20>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor;',13,10,13,10
db ' Yeterli uzat<61>lm<6C><6D> bellek yok.',13,10,13,10
db 13,10,'$'
;
; Where is KRNL[23]86.EXE!!!
;
ER_NOEXE db 13,10
db ' Bu 16-bit korumal<61> kip uygulamas<61> <20>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor;',13,10,13,10
db ' DOS uzat<61>c<EFBFBD>s<EFBFBD> <20>al<61><6C>t<EFBFBD>rmak i<>in gerekli sistem dosyalar<61>n<EFBFBD> bulamad<61>.',13,10,13,10
db 13,10,'$'
if VCPI
;
; VCPI initialization failed.
;
ER_VCPI db 13,10
db ' Bellek y<>neticisi sorunu nedeniyle Standart Kip''te <20>al<61><6C>t<EFBFBD>r<EFBFBD>lam<61>yor.'
db 13,10,'$'
endif ;VCPI
if VCPI
;
; This message is displayed if someone fails the Windows INT 2Fh startup
; broadcast. All of the "Windows 3.0 compatible" 3rd party memory managers
; do this.
;
ER_QEMM386 db 13,10
db ' Bir ayg<79>t s<>r<EFBFBD>c<EFBFBD>s<EFBFBD> veya TSR <20>imdi Standart Kipte'
db 13,10
db ' Windows y<>klenmemesini istedi. Bu program<61> kald<6C>r<EFBFBD>n veya'
db 13,10
db ' sa<73>lay<61>c<EFBFBD>n<EFBFBD>zdan Standart Kip Windows ile uyumlu bir'
db 13,10
db ' g<>ncelle<6C>tirme edinin.'
db 13,10
db 13,10
db ' Yine de Standart Kip Windows''u y<>klemek i<>in "e"ye bas<61>n.'
db 13,10
db 13,10
db ' DOS''a d<>nmek i<>in herhangi bir tu<74>a bas<61>n.'
db 13,10,'$'
endif ;VCPI
DXCODE ends
DXPMCODE segment
;
; Both of the next two messages probably mean a serious crash in Windows.
;
public szFaultMessage
;
; Displayed if a protected mode fault is caught by DOSX.
;
szFaultMessage db 13,10
db ' DOS Uzat<61>c<EFBFBD>s<EFBFBD>: Yakalanmam<61><6D> korumal<61> kip <20>zel durumu.',13,10,'$'
public szRing0FaultMessage
;
; Fault in the DOSX internal fault handler. Not recoverable.
;
; Note: This is for a real bad one.
;
szRing0FaultMessage db 13,10
db ' DOS Uzat<61>c<EFBFBD>s<EFBFBD>: <20><> hata.',13,10,'$'
DXPMCODE ends
end