diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-03-02 17:15:47 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-03-02 17:15:47 +0100 |
commit | c316cd982303f30f29075f31bcd910f9be38bb25 (patch) | |
tree | 12ba04bd0f2a94bd48583ee5f2ab269b6ba5c8b3 /system/at/unknown/src/AT Utilities | |
parent | 50acf53648b6562853cb26aa4e7062a5ced66908 (diff) | |
download | eumel-src-master.tar.gz eumel-src-master.tar.bz2 eumel-src-master.zip |
Files imported in commit 98cab31fc3659e33aef260efca55bf9f1753164c were
exported from EUMEL to DOS and used codepage 437/850(?). Convert files
to UTF-8 where possible. Some files were left as-is. Iâm not sure
whether converting these would be correct.
Diffstat (limited to 'system/at/unknown/src/AT Utilities')
-rw-r--r-- | system/at/unknown/src/AT Utilities | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/at/unknown/src/AT Utilities b/system/at/unknown/src/AT Utilities index d1c87d5..bfdee15 100644 --- a/system/at/unknown/src/AT Utilities +++ b/system/at/unknown/src/AT Utilities @@ -1,13 +1,13 @@ (*************************************************************************)
(*** AT-spezifische Software, die zum Lesen der Hardwareuhr und ***)
-(*** Booten in anderen Partitionen bentigt wird. ***)
+(*** Booten in anderen Partitionen benötigt wird. ***)
(*** ***)
-(*** Zusammengestellt und gendert : Werner Sauerwein, GMD ***)
+(*** Zusammengestellt und geÀndert : Werner Sauerwein, GMD ***)
(*** Stand : 17.07.86 ***)
(*************************************************************************)
PACKET splitting DEFINES low byte, (* Copyright (C) 1985 *)
- high byte, (* Martin Schnbeck, Spenge *)
+ high byte, (* Martin Schönbeck, Spenge *)
low word, (* Stand: 13.09.85 *)
high word:
@@ -191,7 +191,7 @@ END PACKET basic block io; (**************************************************************************)
PACKET part DEFINES activate : (* Copyright (C) 1985 *)
- (* Martin Schnbeck, Spenge *)
+ (* Martin Schönbeck, Spenge *)
(* Stand : 02.02.86 *)
(* Changed by : W.Sauerwein *)
(* Stand : 04.07.86 *)
@@ -275,7 +275,7 @@ PROC activate (INT CONST part type): IF partition type exists AND is possible type
THEN deactivate all partitions and
activate desired partition
- ELSE errorstop ("Gewnschte Partitionart gibt es nicht")
+ ELSE errorstop ("GewĂŒnschte Partitionart gibt es nicht")
FI.
is possible type:
@@ -359,7 +359,7 @@ END PACKET part; (**************************************************************************)
PACKET hw clock DEFINES hw clock: (* Copyright (C) 1985 *)
- (* Martin Schnbeck, Spenge *)
+ (* Martin Schönbeck, Spenge *)
LET clock length = 7, (* Stand: 06.11.85 *)
clock command = 4;
@@ -428,7 +428,7 @@ END PACKET hw clock (**************************************************************************)
PACKET old shutup DEFINES old shutup, (* Copyright (C) 1985 *)
- old save system: (* Martin Schnbeck, Spenge *)
+ old save system: (* Martin Schönbeck, Spenge *)
(* Stand: 06.11.85 *)
PROC old shutup : shutup END PROC old shutup;
@@ -570,7 +570,7 @@ END PACKET new shutup PACKET config manager with time DEFINES configuration manager ,
configuration manager with time :
(* Copyright (C) 1985 *)
-INT VAR old session := 0; (* Martin Schnbeck, Spenge *)
+INT VAR old session := 0; (* Martin Schönbeck, Spenge *)
(* Stand: 06.11.85 *)
PROC configuration manager:
|