-
-
Notifications
You must be signed in to change notification settings - Fork 8
Configuration guide
cheveron edited this page Mar 15, 2022
·
10 revisions
SE Basic IV can be configured using an optional SYSTEM.PRF
file in the /SYSTEM/PREFEREN.CES
folder. This file accepts line endings in Macintosh (CR
), UNIX (LF
) and Windows (CRLF
) line endings.
The config file currently supports three settings:
-
cp
: code page (2K bitmap font file) -
kb
: keyboard (4K or 16K keymap file depending on Uno hardware version) -
ln
: language (608 byte message file with required code page in file name) -
sc
: scan-doubler control (Uno hardware specific)
### language (including code page if required)
## Arabic (code page 1256 is not yet implemented)
# ln=AR-1256
## Bulgarian
# ln=BG-1251
## Bosnian (Latin)
# ln=BS-1250
## Catalan
# ln=CA-1252
## Czech
# ln=CS-1250
## Welsh
# ln=CY-1252
## Danish
# ln=DA-1252
## German
# ln=DE-1252
## Greek
# ln=EL-1253
## English
# ln=EN
## Esperanto
# ln=EO-IR109.LN
## Spanish
ln=ES-1252
## Spanish (Latin America)
# ln=ESLA1252
## Estonian
# ln=ET-1252
## Finnish
# ln=FI-1252
## French
# ln=FR-1252
## Irish
# ln=GA-1252
## Hebrew (right to left error printing not currently supported)
# ln=HE-1255
## Croatian
# ln=HR-1252
## Hungarian
# ln=HU-1252
## Indonesian
# ln=ID
## Icelandic
# ln=IS-1242
## Italian
# ln=IT
## Japanese
# ln=JA-0932
## Korean (not currently supported)
# ln=KO-5601
## Lithuanian
# ln=LT-1257
## Latvian
# ln=LV-1257
## Macedonian
# ln=MK-1251
## Maltese
# ln=MT-IR109
## Norwegian Bokmål
# ln=NB-1252
## Dutch
# ln=NL
## Polish
# ln=PL-1250
## Portuguese
# ln=PT-1252
## Portuguese (Brazil)
# ln=PTBR1252
## Romanian
# ln=RM-IR226
## Russian
# ln=RU-1251
## Russian (KOI8-R - required for JCUKEN keyboard layout)
# ln=RU-KOI8R
## Slovak
# ln=SK-1250
## Slovene
# ln=SL-1250
## Albanian
# ln=SQ-1250
## Serbian
# ln=SR-1251
## Serbian (Latin)
# ln=SR-1250
## Swedish
# ln=SV-1252
## Swahili
# ln=SW(IR226 code page not yet implemented)
## Ukranian
# ln=UA-1251
## Vietnamese (not currently supported)
# ln=VI-1258
## Chinese (Pinyin)
# ln=ZH-PY
### code page (8-bit system font)
## IBM PC US
# cp=0437-IBM
## Japanese (MSX 2+)
# cp=0932-JAP
## Latin 2 / Central European
# cp=1250-EUC
## Cyrillic
# cp=1251-CYR
## Latin 1 / Western European
cp=1252-EUW
## Chinese / Pinyin (a modified version of CP1252 to display five tones)
# cp=1252-PY
## Greek
# cp=1253-GRE
## Turkish
# cp=1254-TUR
## Hebrew
# cp=1255-HEB
## Arabic
# cp=1256-ARA
## Baltic
# cp=1257-BAL
## Vietnamese
# cp=1258-VIE
## Apple II
# cp=APPLE-II
## Atari ST
# cp=ATARI-ST
## Atari 8-bit
# cp=ATASCII
# Help system
# cp=HELP
## Latin 3 / South Europe
# cp=IR-109
## Latin 10 / South-Eastern Europe
# cp=IR-226
## Cyrillic (JCUKEN)
# cp=KOI8-R
## Mac (Roman)
# cp=MACROMAN
## NeXT
# cp=NEXT
## Commodore 8=bit
# cp=PETSCII
## RISC OS
# cp=RISC-OS
### keyboard (generated by the keymap.c)
## Azerty
# kb=AZERTY
## Brazilian
# kb=BR
## Chloe
# kb=CHLOE
## Colemak
# kb=COLEMAK
## Dvorak
# kb=DVORAK
## Spanish
kb=ES
## Jcuken
# kb=JCUKEN
## Qwertz
# kb=QWERTZ
## United States
# kb=US
### scandoubler setting (default depends on hardware, on recommended for VGA)
# sc=off
sc=on
If no SYSTEM
folder is provided, the computer will boot with the default US English settings. The SYSTEM
folder may contain these subfolders:
-
EXTENSIO.NS
- Firmware modules that can be loaded in RAM at boot time. -
FONTS
- System code pages and other fonts. -
KEYBOARD.S
- Keyboard layout files. -
LANGUAGE.S
- Error message in various languages for specific code pages. -
PREFEREN.CES
- System and application preferences. -
TEMPORAR.Y
- A location for temporary files. Automatically erased during a cold boot.
This documentation is copyright © 2012-2022 Source Solutions, Inc. Portions copyright © 2014-2019 Rob Hagemans.
Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.