mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-15 06:19:25 +01:00
* temporarily disabled Kickstart version checking, because the offset
for getting the version is incorrect!
This commit is contained in:
parent
5ad930412e
commit
d39a13c0fd
@ -758,23 +758,19 @@ begin
|
|||||||
InOutRes:=0;
|
InOutRes:=0;
|
||||||
{ Startup }
|
{ Startup }
|
||||||
{ Only AmigaOS v2.04 or greater is supported }
|
{ Only AmigaOS v2.04 or greater is supported }
|
||||||
If KickVersion < 36 then
|
{ If KickVersion < 36 then
|
||||||
Begin
|
Begin
|
||||||
WriteLn('v36 or greater of Kickstart required.');
|
WriteLn('v36 or greater of Kickstart required.');
|
||||||
Halt(1);
|
Halt(1);
|
||||||
end;
|
end; }
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 1998-05-25 12:08:49 carl
|
Revision 1.3 1998-06-05 12:34:45 carl
|
||||||
* Handles now proprely setup
|
* temporarily disabled Kickstart version checking, because the offset
|
||||||
* Correct Exit code on init failure
|
for getting the version is incorrect!
|
||||||
* Library pointer now ok (Thanks to Nils Sjoholm)
|
|
||||||
* OpenStdError was never initialized
|
|
||||||
* ;assembler; routines problems bugfixed
|
|
||||||
* stackcheck routine fix
|
|
||||||
|
|
||||||
Revision 1.1.1.1 1998/03/25 11:18:47 root
|
Revision 1.1.1.1 1998/03/25 11:18:47 root
|
||||||
* Restored version
|
* Restored version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user