;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1988-1991,1993 ; * All Rights Reserved. ; */ page 95,160 title himem3 - Initialization messages .xlist include himem.inc .list ;*----------------------------------------------------------------------* ;* DRIVER MESSAGES * ;*----------------------------------------------------------------------* public SignOnMsg public ROMDisabledMsg public UnsupportedROMMsg public ROMHookedMsg public BadDOSMsg public NowInMsg public On8086Msg public NoExtMemMsg public FlushMsg public StartMsg public HandlesMsg public HMAMINMsg public KMsg public NoHMAMsg public A20OnMsg public HMAOKMsg public InsA20Msg public InsA20EndMsg public InsExtA20msg public NoA20HandlerMsg public VDISKInMsg public BadArgMsg public EndText ifdef BILINGUAL public SignOnMsg2 public ROMDisabledMsg2 public UnsupportedROMMsg2 public ROMHookedMsg2 public BadDOSMsg2 public NowInMsg2 public On8086Msg2 public NoExtMemMsg2 public FlushMsg2 public StartMsg2 public HandlesMsg2 public HMAMINMsg2 public KMsg2 public NoHMAMsg2 public A20OnMsg2 public HMAOKMsg2 public InsA20Msg2 public InsA20EndMsg2 public InsExtA20msg2 public NoA20HandlerMsg2 public VDISKInMsg2 public BadArgMsg2 endif ; Start of text subject to translation ; Material appearing in single quotation marks should be translated. SignOnMsg db 13,10,'HIMEM: DOS XMS µå¶óÀ̹ö, ¹öÀü ' db '0' + (HimemVersion shr 8),'.' db '0' + ((HimemVersion and 0ffh) / 16) db '0' + ((HimemVersion and 0ffh) mod 16) db ' - ' db DATE_String db 13,10,'XMS »ç¾ç ¹öÀü 2.0' db 13,10,'Copyright 1988-1991,1993 Microsoft Corp.' db 13,10,'$' ROMDisabledMsg db 13,10, '¼¨µµ¿ì RAM »ç¿ë ¾ÈÇÔ.$' UnsupportedROMMsg db 13,10,'°æ°í: ÀÌ ½Ã½ºÅÛ¿¡¼­´Â ¼¨µµ¿ì RAMÀ» »ç¿ë ¾ÈÇÏ°Ô ¸¸µå´Â °ÍÀÌ Áö¿øµÇÁö ¾Ê½À´Ï´Ù.$' ROMHookedMsg db 13,10,'°æ°í: ¼¨µµ¿ì RAMÀÌ »ç¿ë ÁßÀ̶ó »ç¿ëÇÏÁö ¾Ê°Ô ¸¸µé ¼ö ¾ø½À´Ï´Ù.$' BadDOSMsg db 13,10,'¿À·ù: HIMEM.SYS´Â ¹öÀü 3.00 ÀÌ»óÀÇ DOS¸¦ ÇÊ¿ä·Î ÇÕ´Ï´Ù.$' NowInMsg db 13,10,'¿À·ù: ¿¬¼Ó È®Àå ¸Þ¸ð¸® °ü¸®ÀÚ°¡ ÀÌ¹Ì ¼³Ä¡µÇ¾î ÀÖ½À´Ï´Ù.$' On8086Msg db 13,10,'¿À·ù: HIMEM.SYS´Â 80x86 ±â¹ÝÀÇ ½Ã½ºÅÛÀ» ÇÊ¿ä·Î ÇÕ´Ï´Ù.$' NoExtMemMsg db 13,10,'¿À·ù: »ç¿ëÇÒ ¼ö ÀÖ´Â ¿¬¼Ó È®Àå ¸Þ¸ð¸®°¡ ¾ø½À´Ï´Ù.$' NoA20HandlerMsg db 13,10,'¿À·ù: A20 ¶óÀÎÀ» Á¦¾îÇÒ ¼ö ¾ø½À´Ï´Ù!$' VDISKInMsg db 13,10,'¿À·ù: VDISK ¸Þ¸ð¸® ÇÒ´ç±â°¡ ÀÌ¹Ì ¼³Ä¡µÇ¾î ÀÖ½À´Ï´Ù.$' FlushMsg db 13,10,7,' XMS µå¶óÀ̹ö°¡ ¼³Ä¡µÇÁö ¾Ê¾Ò½À´Ï´Ù.',13,10,13,10,'$' StartMsg db 13,10,'$' HandlesMsg db ' ¿¬¼Ó È®Àå ¸Þ¸ð¸® ÇÚµé »ç¿ë °¡´É.$' HMAMINMsg db 13,10,'ÃÖ¼Ò HMA Å©±â ¼³Á¤: $' KMsg db 'K.$' InsA20Msg db 13,10,'¼³Ä¡µÈ A20 Çڵ鷯 ¹øÈ£ $' InsA20EndMsg db '.$' InsExtA20Msg db 13,10,'¿ÜºÎ A20 Çڵ鷯 ¼³Ä¡.$' NoHMAMsg db 13,10,'°æ°í: °íÀ§ ¸Þ¸ð¸® ¿µ¿ªÀ» »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù.' db 13,10,'$' A20OnMsg db 13,10,'°æ°í: A20 ¶óÀÎÀº ÀÌ¹Ì »ç¿ëÇÒ ¼ö ÀÖ°Ô µÇ¾î ÀÖ½À´Ï´Ù.' db 13,10,'$' BadArgMsg db 13,10,'°æ°í: ¿Ã¹Ù¸£Áö ¾ÊÀº ¸Å°³ º¯¼ö¸¦ ¹«½ÃÇÕ´Ï´Ù: $' HMAOKMsg db 13,10,'64KÀÇ °íÀ§ ¸Þ¸ð¸® ¿µ¿ªÀ» »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.' db 13,10,13,10,'$' db 'ÀÌ ÇÁ·Î±×·¥Àº Microsoft Corporation ¼ÒÀ¯ÀÔ´Ï´Ù.' ifdef BILINGUAL SignOnMsg2 db 13,10,'HIMEM: DOS XMS Driver, Version ' db '0' + (HimemVersion shr 8),'.' db '0' + ((HimemVersion and 0ffh) / 16) db '0' + ((HimemVersion and 0ffh) mod 16) db ' - ' db DATE_String db 13,10,'XMS Specification Version 2.0' db 13,10,'Copyright 1988-1991,1993 Microsoft Corp.' db 13,10,'$' ROMDisabledMsg2 db 13,10, 'Shadow RAM disabled.$' UnsupportedROMMsg2 db 13,10,'WARNING: Shadow RAM disable not supported ' db 'on this system.$' ROMHookedMsg2 db 13,10,'WARNING: Shadow RAM is in use and can''t ' db 'be disabled.$' BadDOSMsg2 db 13,10,'ERROR: HIMEM.SYS requires DOS 3.00 or higher.$' NowInMsg2 db 13,10,'ERROR: An Extended Memory Manager is already installed.$' On8086Msg2 db 13,10,'ERROR: HIMEM.SYS requires an 80x86-based machine.$' NoExtMemMsg2 db 13,10,'ERROR: No available extended memory was found.$' NoA20HandlerMsg2 db 13,10,'ERROR: Unable to control A20 line!$' VDISKInMsg2 db 13,10,'ERROR: VDISK memory allocator already installed.$' FlushMsg2 db 13,10,7,' XMS Driver not installed.',13,10,13,10,'$' StartMsg2 db 13,10,'$' HandlesMsg2 db ' extended memory handles available.$' HMAMINMsg2 db 13,10,'Minimum HMA size set to $' KMsg2 db 'K.$' InsA20Msg2 db 13,10,'Installed A20 handler number $' InsA20EndMsg2 db '.$' InsExtA20Msg2 db 13,10,'Installed external A20 handler.$' NoHMAMsg2 db 13,10,'WARNING: The High Memory Area is unavailable.' db 13,10,'$' A20OnMsg2 db 13,10,'WARNING: The A20 Line was already enabled.' db 13,10,'$' BadArgMsg2 db 13,10,'WARNING: Invalid parameter ignored: $' HMAOKMsg2 db 13,10,'64K High Memory Area is available.' db 13,10,13,10,'$' db 'This program is the property of Microsoft Corporation.' endif ; end of material subject to translation EndText label byte _text ends end