Commit Graph

390 Commits

Author SHA1 Message Date
66bc63a0e6 Add script to write binaries to a FAT disk image. 2021-04-26 22:17:39 +01:00
e0e18c0e29 Add OpenWatcom 1.8 projects. 2021-04-26 21:57:41 +01:00
349be010c0 Add Visual Studio 2017 project. 2021-04-26 21:51:40 +01:00
52d8ba6126 Small fixes in Atari ST. 2021-04-25 20:05:16 +01:00
f59b7ea474 Implement permissions for Atari ST. 2021-04-25 20:00:39 +01:00
e6431ce2a9 Implement links for Atari ST. 2021-04-25 19:56:05 +01:00
a2942568cd Implement OS information for Atari ST. 2021-04-25 19:46:05 +01:00
01450ffa99 Implement volume information for Atari ST. 2021-04-25 18:53:21 +01:00
9de8b4d752 Implement timestamps for Atari ST. 2021-04-25 18:25:50 +01:00
3e18181988 Add non-implemented for resource fork, sparse files and extended attributes for Atari ST. 2021-04-25 18:14:08 +01:00
4a9953703c Implement permissions skeleton for Atari ST. 2021-04-25 18:11:20 +01:00
c221af5c1e Implement links skeleton for Atari ST. 2021-04-25 18:09:51 +01:00
0602959063 Fix incorrect handle comparison. 2021-04-25 18:08:05 +01:00
4baec69185 Implement fragmentation for Atari ST. 2021-04-25 18:07:49 +01:00
30c70ff002 Implement million files for Atari ST. 2021-04-25 18:02:24 +01:00
cec51e96bb Implement filenames for Atari ST. 2021-04-25 18:00:25 +01:00
b76fa40613 Implement directory depth for Atari ST. 2021-04-25 17:58:37 +01:00
87376dfd4f Implement file deletion for Atari ST. 2021-04-25 17:55:49 +01:00
b6903207ad Implement attributes in Atari ST. 2021-04-25 17:53:22 +01:00
44c71f1c03 Add CMake files for Atari ST. 2021-04-25 17:41:25 +01:00
9c8a39d61e Rework CMakeLists.txt so project is compiled without intermediary libraries. 2021-04-24 20:26:43 +01:00
ea076dc481 Use "X86" as 32-bit OS/2 system processor CMake definition for OpenWatcom. 2021-04-24 15:13:55 +01:00
4de2eabb06 Add CMake files for 32-bit OS/2 using OpenWatcom. 2021-04-23 05:10:03 +01:00
a4e27c9e47 Remove spurious message. 2021-04-23 05:09:29 +01:00
32e604bd98 Fix compilation on AmigaOS 4. 2021-04-19 14:05:11 +01:00
5a838015c3 AmigaOS filesystem type is printed in decimal not octal. 2021-04-19 14:05:01 +01:00
a8384e8aa1 Fix permissions in AmigaOS 4. 2021-04-19 13:51:54 +01:00
63db5c9ba8 Fix definition of system library base for Amiga OS 4. 2021-04-19 13:48:29 +01:00
ccda050180 Change type of MakeLink parameter depending on target AmigaOS variation. 2021-04-19 13:46:00 +01:00
cf3c354a06 Fix types for making links in AmigaOS.
Hard links are locks, soft links are strings.
2021-04-19 13:41:10 +01:00
d204155955 Fix Amiga permissions type. 2021-04-19 13:40:51 +01:00
c5b434156d Fix Mac OS redeclaration of HFS+ Gestalt code in Retro68. 2021-04-19 13:40:31 +01:00
985e87c6f9 Fix CMake matches. 2021-04-19 13:40:11 +01:00
d9a2c28c65 Missing include in AmigaOS fragmentation. 2021-04-19 12:58:51 +01:00
76daa9106a Fix getting errors in AmigaOS fragmentation. 2021-04-19 12:58:41 +01:00
c8b7090b4f Detect when compiled for MorphOS. 2021-04-19 12:58:14 +01:00
3faea21e6e Fix destination folders for AmigaOS. 2021-04-19 04:45:57 +01:00
b19a227908 Implement timestamps for AmigaOS. 2021-04-19 04:45:27 +01:00
a8b0d9bbfd Implement extended attributes for AmigaOS. 2021-04-19 04:23:08 +01:00
06cd06d180 Implement sparse files for AmigaOS. 2021-04-19 04:18:43 +01:00
4bdb194630 Implement permissions for AmigaOS. 2021-04-19 04:14:06 +01:00
22e51bbf3d Implement links for AmigaOS. 2021-04-19 03:59:58 +01:00
516e81728c Implement fragmentation for AmigaOS. 2021-04-19 03:49:15 +01:00
a4f6f536f4 Implement million files for AmigaOS. 2021-04-19 03:38:00 +01:00
43c74254f3 Implement filenames for AmigaOS. 2021-04-19 03:34:40 +01:00
8aa7691cbd Implement directory depth for AmigaOS. 2021-04-19 03:22:48 +01:00
311e7b1349 Implement deleted files for AmigaOS. 2021-04-19 03:19:04 +01:00
3401952ce0 Implement volume information for AmigaOS. 2021-04-19 03:10:52 +01:00
958a983841 Implement OS information for AmigaOS. 2021-04-19 02:56:37 +01:00
985f8af61d Add AmigaOS skeleton. 2021-04-19 01:49:53 +01:00