Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

123 lines
4.0 KiB

/*:
@*: This file is organized into two main blocks. The first block contains
@*: code (non-string) sections which are specific to languages. Please put
@*: the code sections in the correct language.
@*: The second block is reserved for [Strings] which localizers will be
@*: working with. It is further divided using "#if LANGUAGE ==" for language
@*: specific strings. For strings which are common to all languages
@*: place outside the #ifs.
@*:
@*: This file is first precompiled with LANGUAGE_ID
@*: set to the language (see inf\win4\inf\makefile.inc for details).
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
@*: will appear.
@*:
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
@*:
@*/
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
// This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
#elif LANGUAGE_ID == 0x804
//CHS specific sections
#elif LANGUAGE_ID == 0x404
//CHT specific sections
#elif LANGUAGE_ID == 0x411
//JPN specific sections
@n:[DestinationDirs]
@n:NEC98TMR_UP_HAL.CopyFiles = 11
@n:NEC98NOTMR_UP_HAL.CopyFiles = 11
@n:NEC98MPS_UP_HAL.CopyFiles = 11
@n:NEC98MPS_MP_HAL.CopyFiles = 11
@n:
@n:[Manufacturer]
@n:%NEC_MFG%=NEC_SYS
@n:
@n:[NEC_SYS]
@n:%NEC98TMR_UP.DeviceDesc% = NEC98TMR_UP_HAL, NEC98TMR_UP
@n:%NEC98NOTMR_UP.DeviceDesc% = NEC98NOTMR_UP_HAL, NEC98NOTMR_UP
@n:%NEC98MPS_UP.DeviceDesc% = NEC98MPS_UP_HAL, NEC98MPS_UP
@n:%NEC98MPS_MP.DeviceDesc% = NEC98MPS_MP_HAL, NEC98MPS_MP, NEC98MPS_UP
@n:
@n:;****************************************************
@n:; NEC PC-9800 Standard (UP) HAL
@n:[NEC98TMR_UP_HAL]
@n:CopyFiles = NEC98TMR_UP_HAL.CopyFiles, UP.CopyFiles
@n:AddReg = E_ISA_UP_HAL.AddReg, rp_tags_addreg
@n:Reboot
@n:
@n:[NEC98TMR_UP_HAL.CopyFiles]
@n:hal.dll, hal98tmr.dll,,0x3000
@n:
@n:;****************************************************
@n:; NEC PC-9800 Standard (UP) HAL (No 2nd Timer)
@n:[NEC98NOTMR_UP_HAL]
@n:CopyFiles = NEC98NOTMR_UP_HAL.CopyFiles, UP.CopyFiles
@n:AddReg = rp_tags_addreg
@n:Reboot
@n:
@n:[NEC98NOTMR_UP_HAL.CopyFiles]
@n:hal.dll, hal98up.dll,,0x3000
@n:
@n:;****************************************************
@n:; NEC PC-9800 MPS (UP) HAL
@n:[NEC98MPS_UP_HAL]
@n:CopyFiles = NEC98MPS_UP_HAL.CopyFiles, UP.CopyFiles
@n:AddReg = MPS_UP_HAL.AddReg, rp_tags_addreg
@n:Reboot
@n:
@n:[NEC98MPS_UP_HAL.CopyFiles]
@n:hal.dll, hal98apc.dll,,0x3000
@n:
@n:;****************************************************
@n:; NEC PC-9800 MPS (MP) HAL
@n:[NEC98MPS_MP_HAL]
@n:CopyFiles = NEC98MPS_MP_HAL.CopyFiles, MP.CopyFiles
@n:AddReg = MPS_MP_HAL.AddReg, rp_tags_addreg
@n:Reboot
@n:
@n:[NEC98MPS_MP_HAL.CopyFiles]
@n:hal.dll, hal98mp.dll,,0x3000
@n:
#elif LANGUAGE_ID == 0x412
//KOR specific sections
#endif
// String section below for localizers
[Strings]
#if LANGUAGE_ID == 0x411
@n:NEC_MFG = "NEC"
@n:NEC98TMR_UP.DeviceDesc = "PC-9800 システムクロック 10MHz (2nd タイマ対応)"
@n:NEC98NOTMR_UP.DeviceDesc = "PC-9800 システムクロック 10MHz"
@n:NEC98MPS_UP.DeviceDesc = "PC-9800 MPS ユニプロセッサ"
@n:NEC98MPS_MP.DeviceDesc = "PC-9800 MPS マルチプロセッサ"
#endif
ComputerClassName = "Computer"
MSFT = "Microsoft"
;*******************************************
;device descriptions
GENDEV_MFG = "(Standard computers)"
@i:E_ISA_UP.DeviceDesc = "Standard PC"
@i:ACPIPIC_UP.DeviceDesc = "Advanced Configuration and Power Interface (ACPI) PC"
@i:ACPIAPIC_UP.DeviceDesc = "ACPI Uniprocessor PC"
@i:ACPIAPIC_MP.DeviceDesc = "ACPI Multiprocessor PC"
@i:MPS_UP.DeviceDesc = "MPS Uniprocessor PC"
@i:MPS_MP.DeviceDesc = "MPS Multiprocessor PC"
@a:ACPI_AMD64.DeviceDesc = "ACPI x86-64-based PC"
@m:ACPI_IA64.DeviceDesc = "ACPI IA64-based PC"
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001