Browse Source

* initial stacklen setup

peter 22 years ago
parent
commit
b67cdd321d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      rtl/linux/system.pp

+ 3 - 2
rtl/linux/system.pp

@@ -94,6 +94,7 @@ end;
 Begin
   IsConsole := TRUE;
   IsLibrary := FALSE;
+  StackLength := InitialStkLen;
   StackBottom := Sptr - StackLength;
 { Set up signals handlers }
   InstallSignals;
@@ -113,8 +114,8 @@ End.
 
 {
   $Log$
-  Revision 1.4  2002-12-18 17:51:27  peter
-    * fixed ifdef ver1_0
+  Revision 1.5  2002-12-18 20:42:29  peter
+    * initial stacklen setup
 
   Revision 1.3  2002/12/18 16:44:09  marco
    * more new RTL