Browse Source

* temporarily disabled Kickstart version checking, because the offset
for getting the version is incorrect!

carl 27 years ago
parent
commit
d39a13c0fd
1 changed files with 5 additions and 9 deletions
  1. 5 9
      rtl/amiga/sysamiga.pas

+ 5 - 9
rtl/amiga/sysamiga.pas

@@ -758,23 +758,19 @@ begin
   InOutRes:=0;
 { Startup }
   { Only AmigaOS v2.04 or greater is supported }
-  If KickVersion < 36 then
+{  If KickVersion < 36 then
    Begin
      WriteLn('v36 or greater of Kickstart required.');
      Halt(1);
-   end;
+   end; }
 end.
 
 
 {
   $Log$
-  Revision 1.2  1998-05-25 12:08:49  carl
-     * Handles now proprely setup
-     * Correct Exit code on init failure
-     * Library pointer now ok (Thanks to Nils Sjoholm)
-     * OpenStdError was never initialized
-     * ;assembler; routines problems bugfixed
-     * stackcheck routine fix
+  Revision 1.3  1998-06-05 12:34:45  carl
+    * temporarily disabled Kickstart version checking, because the offset
+  for getting the version is incorrect!
 
   Revision 1.1.1.1  1998/03/25 11:18:47  root
   * Restored version