-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRebuild.Tool
25 lines (22 loc) · 933 Bytes
/
Rebuild.Tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Rebuild the whole Oberon system (including the compiler):
--------------------------------------------------------
ORP.Compile Kernel.Mod/s FileDir.Mod/s Files.Mod/s Modules.Mod/s ~
ORL.Link Modules ~
ORL.Load Modules.bin ~
ORP.Compile Input.Mod/s Display.Mod/s Viewers.Mod/s ~
ORP.Compile Fonts.Mod/s Limits.Mod/s Reals.Mod/s Texts.Mod/s ~
ORP.Compile Oberon.Mod/s ~
ORP.Compile MenuViewers.Mod/s ~
ORP.Compile TextFrames.Mod/s ~
ORP.Compile System.Mod/s ~
ORP.Compile Edit.Mod/s ~
ORP.Compile ORS.Mod/s ORB.Mod/s ~
ORP.Compile ORG.Mod/s ORP.Mod/s ~
Then restart the system:
(macOS:) cmd-Q, then in Terminal:
./risc --fullscreen DiskImage/Oberon-2020-08-18.dsk
ORP.Compile Clipboard.Mod/s PCLink1.Mod Def.Mod ~
ORP.Compile In.Mod/s Out.Mod/s Out1.Mod/s ~
ORP.Compile Round.Mod/s Math.Mod/s Random.Mod/s ~
ORP.Compile XYplane.Mod/s IFS.Mod/a ~
ORP.Compile <other modules that import one of the above modules > ~