Commit Graph

83 Commits

Author SHA1 Message Date
michaelangel007 c6b6d387ba Bugfix: Sapling file size can be larger then blocks used on disk. Pad with zeroes when extracting 2023-06-12 23:25:01 -07:00
michaelangel007 741a5cc36f Cleanup 2023-06-12 23:24:15 -07:00
michaelangel007 abb0c97467 Cleanup: Fix missing newline 2023-06-12 23:24:01 -07:00
michaelangel007 23ebbf0331 Add -boot to load/save the boot sector 2023-06-12 23:23:47 -07:00
michaelangel007 0839ab0a3e Load/Save file attrib _META when cp and get 2023-06-12 23:16:55 -07:00
michaelangel007 6a84f16409 Add temp zero sector 2023-06-12 23:13:05 -07:00
michaelangel007 b45276aa45 Add note about ProDOS path 2023-04-08 08:42:02 -07:00
michaelangel007 02b879a851 Add alias stub for md and rd 2023-04-08 08:41:51 -07:00
michaelangel007 53a9dab13e Fix spelling, update usage 2023-04-08 08:41:30 -07:00
michaelangel007 9cf56c7331 Update commands WIP 2023-04-08 08:39:08 -07:00
michaelangel007 f1552156e8 Update commands that work and are still to-do. 2023-04-08 06:03:53 -07:00
michaelangel007 c9540e3524 Cleanup 2023-04-06 19:39:52 -07:00
michaelangel007 eb4a94c1ad Workaround GitHub markdown bug adding line separator 2023-04-06 19:32:34 -07:00
michaelangel007 9cd97ba55d Clarify default for cat and order of arguments for init 2023-04-06 19:30:41 -07:00
michaelangel007 c3771eed99 Add Windows build instructions 2023-04-06 19:21:04 -07:00
michaelangel007 5ec0c84a73 Update example output 2023-04-06 19:20:49 -07:00
michaelangel007 528c6e9998 Fix readme to refer to proper utility name 2023-04-06 19:18:56 -07:00
michaelangel007 a29a8b0215 Cleanup readme 2023-04-06 19:15:45 -07:00
michaelangel007 05c790532f Display usage instead of having only a volume name; i.e. --help 2023-04-06 19:15:11 -07:00
michaelangel007 7395ff335c Add debug log for file access 2023-04-06 19:13:52 -07:00
michaelangel007 973c2e0d2f Cleanup usage examples 2023-04-06 19:13:39 -07:00
michaelangel007 ac9487c04f Default all files to Access Can destroy/rename/write/read 2023-04-06 19:12:49 -07:00
michaelangel007 44522562ba Add create test disk batch file 2023-04-06 19:12:06 -07:00
michaelangel007 d76a6175ab Include, but don't compile, helper source files (since there is only 1 source file to compile which automatically includes them.) 2023-04-06 18:36:44 -07:00
michaelangel007 24825f9dc2 Build prodosfs on Windows to match macOS 2023-04-06 18:35:48 -07:00
michaelangel007 83d3052877 Add MSVC 2019 Solution 2023-04-06 13:45:18 -07:00
michaelangel007 0790749917 Fix cast warnings 2023-04-06 13:44:30 -07:00
michaelangel007 7c4c456896 Fix Win32 build 2023-04-06 13:44:16 -07:00
michaelangel007 5d1dbfcd9d Fix WIN32 define 2023-04-06 13:44:05 -07:00
michaelangel007 280660fa69 Fix capitalization 2023-03-19 08:08:50 -07:00
Michaelangel007 a0529687bd Fix GET to parse paths properly 2017-12-30 10:36:30 -08:00
Michaelangel007 1ac7e2f26a Fix catalog output trailer to match 15 char filenames 2017-12-30 10:36:11 -08:00
Michaelangel007 8538c68c1b Add access and type to _META 2017-12-29 09:52:40 -08:00
Michaelangel007 7fe028980b Cleanup alignment 2017-12-29 09:37:34 -08:00
Michaelangel007 72c75dca55 Add note aboute ._META 2017-12-29 09:37:24 -08:00
Michaelangel007 0bcddbf90e Add TODO: -meta -nometa 2017-12-29 09:37:07 -08:00
Michaelangel007 ecb99a1ae0 Rename to 'prodosfs' so we can extract PRODOS system file 2017-12-29 09:30:01 -08:00
Michaelangel007 3710b9c9db Bugfix: GET 2017-12-29 09:27:03 -08:00
Michaelangel007 96277a4a8d Added more debug messages GET 2017-12-29 09:26:51 -08:00
Michaelangel007 ab5bd71d7b Cleanup doCopy() 2017-12-29 09:26:27 -08:00
Michaelangel007 7820c58ab7 Cleanup debug messages 2017-12-29 09:25:48 -08:00
Michaelangel007 bd0474297c Add get PRODOS example 2017-12-29 09:25:23 -08:00
Michaelangel007 1eed1bbf72 Cleanup GET 2017-12-11 08:25:29 -08:00
Michaelangel007 bc5e27afeb Cleanup DELETE 2017-12-11 08:25:14 -08:00
Michaelangel007 fe10d81843 Cleanup getHexVal() 2017-12-11 08:24:54 -08:00
Michaelangel007 ec5681f79e Document -type= 2017-12-11 08:24:34 -08:00
Michaelangel007 daaf727106 Add: ProDOS_ExtractBootSector() and ProDOS_ReplaceBootSector() 2017-12-11 08:22:52 -08:00
Michaelangel007 649329c1ef Add boot sector note to init 2017-12-11 08:22:05 -08:00
Michaelangel007 748dfa85e7 TODO: Check if over-writing existing file 2017-12-11 08:20:06 -08:00
Michaelangel007 cc5237de1b Simply meta file writing 2017-12-11 08:19:33 -08:00