@@ -1678,9 +1678,7 @@ MODULE Kernel;
PROCEDURE Start* (code: Command);
BEGIN
restart := code;
-(*
S.GETREG(SP, baseStack); (* save base stack *)
-*)
res := Libc.sigsetjmp(loopContext, Libc.TRUE);
code()
END Start;
@@ -1673,9 +1673,7 @@ MODULE Kernel;
@@ -10,9 +10,9 @@ By priority:
handle SIGTERM in server version (when Kernel.Start used)
- uncomment baseStack change in Kernel.Start?
-
printing (to PostScript)
+ HostPackedFiles
+
GUI:
...