Commit Graph

  • 3462c233be Version 0.3 master michaelangel007 2025-02-25 04:16:01 -08:00
  • 1a7e46fd53 Add verbose output for disk sector interleave michaelangel007 2025-02-25 04:15:48 -08:00
  • b58d3dd89f Copy .exe to bin\ directory after Release build michaelangel007 2025-02-25 04:15:21 -08:00
  • 261a8cbaf3 Add init command to over-ride boot sector 1 via -sector1=# michaelangel007 2025-02-25 04:14:58 -08:00
  • 1489ffe543 Fix off-by-one block used size. michaelangel007 2025-02-08 17:43:12 -08:00
  • 8e82d82f81 add Date Time bit formats michaelangel007 2025-02-08 17:32:50 -08:00
  • 25d9d24324 Use local prodos.types.h michaelangel007 2025-02-08 17:32:13 -08:00
  • 944f25598a Move ProDOS types to separate file michaelangel007 2025-02-08 17:30:45 -08:00
  • fa06edec3a Add more disk sizes edge cases michaelangel007 2025-01-26 14:35:49 -08:00
  • 938b10a581 Batch file to create disk images of various sizes michaelangel007 2025-01-26 14:29:11 -08:00
  • fef8303d11 Add support for arbitrary tracks volume creation michaelangel007 2025-01-26 14:26:44 -08:00
  • 849ec44476 Add MSVC2019 and MSVC2022 to gitignore michaelangel007 2025-01-26 13:35:11 -08:00
  • 08aa668f7f Refactor to cleanup compiler warning about null file handle michaelangel007 2025-01-26 13:27:20 -08:00
  • 53a8789539 Fix logic bug with date string michaelangel007 2025-01-26 13:24:00 -08:00
  • 9a6c3ca298 Cleanup size_t warnings michaelangel007 2025-01-26 13:21:53 -08:00
  • dac936c14a Add MSVC 2022 solution and project michaelangel007 2025-01-26 12:58:06 -08:00
  • 36af11b8ed Add version 0.2 michaelangel007 2025-01-26 12:53:15 -08:00
  • 2d8da97e28 Cleanup michaelangel007 2025-01-26 12:52:55 -08:00
  • 4b2b2f88e5 Clarify init volume name michaelangel007 2025-01-26 12:43:33 -08:00
  • 16019fa085 Document default disk size is 800 KB michaelangel007 2025-01-26 12:40:06 -08:00
  • 198d6dedfb Fix typo michaelangel007 2025-01-26 12:07:35 -08:00
  • c6b6d387ba Bugfix: Sapling file size can be larger then blocks used on disk. Pad with zeroes when extracting michaelangel007 2023-06-12 23:25:01 -07:00
  • 741a5cc36f Cleanup michaelangel007 2023-06-12 23:24:15 -07:00
  • abb0c97467 Cleanup: Fix missing newline michaelangel007 2023-06-12 23:24:01 -07:00
  • 23ebbf0331 Add -boot to load/save the boot sector michaelangel007 2023-06-12 23:23:47 -07:00
  • 0839ab0a3e Load/Save file attrib _META when cp and get michaelangel007 2023-06-12 23:16:55 -07:00
  • 6a84f16409 Add temp zero sector michaelangel007 2023-06-12 23:13:05 -07:00
  • b45276aa45 Add note about ProDOS path michaelangel007 2023-04-08 08:42:02 -07:00
  • 02b879a851 Add alias stub for md and rd michaelangel007 2023-04-08 08:41:51 -07:00
  • 53a9dab13e Fix spelling, update usage michaelangel007 2023-04-08 08:41:30 -07:00
  • 9cf56c7331 Update commands WIP michaelangel007 2023-04-08 08:39:08 -07:00
  • f1552156e8 Update commands that work and are still to-do. michaelangel007 2023-04-08 06:03:53 -07:00
  • c9540e3524 Cleanup michaelangel007 2023-04-06 19:39:52 -07:00
  • eb4a94c1ad Workaround GitHub markdown bug adding line separator michaelangel007 2023-04-06 19:32:34 -07:00
  • 9cd97ba55d Clarify default for cat and order of arguments for init michaelangel007 2023-04-06 19:30:41 -07:00
  • c3771eed99 Add Windows build instructions michaelangel007 2023-04-06 19:21:04 -07:00
  • 5ec0c84a73 Update example output michaelangel007 2023-04-06 19:20:49 -07:00
  • 528c6e9998 Fix readme to refer to proper utility name michaelangel007 2023-04-06 19:18:56 -07:00
  • a29a8b0215 Cleanup readme michaelangel007 2023-04-06 19:15:45 -07:00
  • 05c790532f Display usage instead of having only a volume name; i.e. --help michaelangel007 2023-04-06 19:15:11 -07:00
  • 7395ff335c Add debug log for file access michaelangel007 2023-04-06 19:13:52 -07:00
  • 973c2e0d2f Cleanup usage examples michaelangel007 2023-04-06 19:13:39 -07:00
  • ac9487c04f Default all files to Access Can destroy/rename/write/read michaelangel007 2023-04-06 19:12:49 -07:00
  • 44522562ba Add create test disk batch file michaelangel007 2023-04-06 19:12:06 -07:00
  • d76a6175ab Include, but don't compile, helper source files (since there is only 1 source file to compile which automatically includes them.) michaelangel007 2023-04-06 18:36:44 -07:00
  • 24825f9dc2 Build prodosfs on Windows to match macOS michaelangel007 2023-04-06 18:35:48 -07:00
  • 83d3052877 Add MSVC 2019 Solution michaelangel007 2023-04-06 13:45:18 -07:00
  • 0790749917 Fix cast warnings michaelangel007 2023-04-06 13:44:30 -07:00
  • 7c4c456896 Fix Win32 build michaelangel007 2023-04-06 13:44:16 -07:00
  • 5d1dbfcd9d Fix WIN32 define michaelangel007 2023-04-06 13:44:05 -07:00
  • 280660fa69 Fix capitalization michaelangel007 2023-03-19 08:08:50 -07:00
  • a0529687bd Fix GET to parse paths properly Michaelangel007 2017-12-30 10:36:30 -08:00
  • 1ac7e2f26a Fix catalog output trailer to match 15 char filenames Michaelangel007 2017-12-30 10:36:11 -08:00
  • 8538c68c1b Add access and type to _META Michaelangel007 2017-12-29 09:52:40 -08:00
  • 7fe028980b Cleanup alignment Michaelangel007 2017-12-29 09:37:34 -08:00
  • 72c75dca55 Add note aboute ._META Michaelangel007 2017-12-29 09:37:24 -08:00
  • 0bcddbf90e Add TODO: -meta -nometa Michaelangel007 2017-12-29 09:37:07 -08:00
  • ecb99a1ae0 Rename to 'prodosfs' so we can extract PRODOS system file Michaelangel007 2017-12-29 09:30:01 -08:00
  • 3710b9c9db Bugfix: GET Michaelangel007 2017-12-29 09:27:03 -08:00
  • 96277a4a8d Added more debug messages GET Michaelangel007 2017-12-29 09:26:51 -08:00
  • ab5bd71d7b Cleanup doCopy() Michaelangel007 2017-12-29 09:26:27 -08:00
  • 7820c58ab7 Cleanup debug messages Michaelangel007 2017-12-29 09:25:48 -08:00
  • bd0474297c Add get PRODOS example Michaelangel007 2017-12-29 09:25:23 -08:00
  • 1eed1bbf72 Cleanup GET Michaelangel007 2017-12-11 08:25:29 -08:00
  • bc5e27afeb Cleanup DELETE Michaelangel007 2017-12-11 08:25:14 -08:00
  • fe10d81843 Cleanup getHexVal() Michaelangel007 2017-12-11 08:24:54 -08:00
  • ec5681f79e Document -type= Michaelangel007 2017-12-11 08:24:34 -08:00
  • daaf727106 Add: ProDOS_ExtractBootSector() and ProDOS_ReplaceBootSector() Michaelangel007 2017-12-11 08:22:52 -08:00
  • 649329c1ef Add boot sector note to init Michaelangel007 2017-12-11 08:22:05 -08:00
  • 748dfa85e7 TODO: Check if over-writing existing file Michaelangel007 2017-12-11 08:20:06 -08:00
  • cc5237de1b Simply meta file writing Michaelangel007 2017-12-11 08:19:33 -08:00
  • b410ee094b Close file Michaelangel007 2017-12-11 08:18:23 -08:00
  • 9ae839719a Fix Aux when writing file Michaelangel007 2017-12-11 08:17:22 -08:00
  • 43ce7299cc Initial working version of Extract Michaelangel007 2017-11-07 08:50:02 -08:00
  • 8aaf926604 Remove hard-coded ProDOS index block with DskPutIndexBlock() Michaelangel007 2017-11-07 08:45:05 -08:00
  • 115677223c Initial PRODOS_MAX_PATH Michaelangel007 2017-11-07 08:43:37 -08:00
  • b31fd85c18 Add DskGetIndexBlock(), DskPutIndexBlock() prodos helpers Michaelangel007 2017-11-07 08:43:09 -08:00
  • 866304d006 Cleanup trailing whitespace (EOL) Michaelangel007 2017-11-07 07:48:58 -08:00
  • 9eba0fe621 WIP: Extract() Michaelangel007 2017-11-07 07:48:15 -08:00
  • 166a14fd74 Add note where path splitting occurs Michaelangel007 2017-11-07 07:47:41 -08:00
  • faaa2df0f6 Add prodos_DumpFileHeader() Michaelangel007 2017-11-07 07:46:57 -08:00
  • ea38c4f782 Cleanup hard-coded consts replace with PRODOS_ROOT_OFFSET Michaelangel007 2017-11-07 07:46:20 -08:00
  • 929fee853a Cleanup spacing, add note about public/private funcs Michaelangel007 2017-11-07 07:45:12 -08:00
  • 60dd3caccc Fix FileExtract() virtual path Michaelangel007 2017-11-07 07:43:37 -08:00
  • d4de5d2a83 Added PRODOS_ROOT_OFFSET Michaelangel007 2017-11-07 07:42:03 -08:00
  • 525ba41030 Show access byte in catalog long form Michaelangel007 2017-11-06 21:28:06 -08:00
  • e9dbe15651 Fix aux using 8-bit instead of 16-bit Michaelangel007 2017-11-06 21:23:30 -08:00
  • c4ebac5747 Added build instructions Michaelangel007 2017-11-06 10:03:17 -08:00
  • c4f7c077e3 Update makefile clean to display sources Michaelangel007 2017-11-06 10:02:47 -08:00
  • 592321c050 Added Makefile Michaelangel007 2017-11-06 10:01:31 -08:00
  • 0a4a191c46 Display help only if no args Michaelangel007 2017-11-06 10:00:10 -08:00
  • af32cead6e Fix alignment Michaelangel007 2017-11-06 09:50:13 -08:00
  • 0fb839c8e8 Fix alignment for init -size Michaelangel007 2017-11-06 08:58:56 -08:00
  • 945deeca19 Added status of command that work Michaelangel007 2017-11-06 08:57:06 -08:00
  • 7117db14d2 Fix bad commit Michaelangel007 2017-11-06 08:54:51 -08:00
  • 9bf3f29c4b Add TODO note about max ProDOS path Michaelangel007 2017-11-06 08:52:26 -08:00
  • 0942fd0906 Add more option flags Michaelangel007 2017-11-06 08:51:59 -08:00
  • dd4747cc9d Add detailed description for options\n Michaelangel007 2017-11-06 08:51:45 -08:00
  • 5cebad5ff5 Code cleanup: alignment Michaelangel007 2017-11-05 22:23:55 -08:00
  • 1469473460 Fix env var example Michaelangel007 2017-11-05 22:23:39 -08:00