Commit Graph

  • c6b6d387ba Bugfix: Sapling file size can be larger then blocks used on disk. Pad with zeroes when extracting master michaelangel007 2023-06-12 23:25:01 -0700
  • 741a5cc36f Cleanup michaelangel007 2023-06-12 23:24:15 -0700
  • abb0c97467 Cleanup: Fix missing newline michaelangel007 2023-06-12 23:24:01 -0700
  • 23ebbf0331 Add -boot to load/save the boot sector michaelangel007 2023-06-12 23:23:47 -0700
  • 0839ab0a3e Load/Save file attrib _META when cp and get michaelangel007 2023-06-12 23:16:55 -0700
  • 6a84f16409 Add temp zero sector michaelangel007 2023-06-12 23:13:05 -0700
  • b45276aa45 Add note about ProDOS path michaelangel007 2023-04-08 08:42:02 -0700
  • 02b879a851 Add alias stub for md and rd michaelangel007 2023-04-08 08:41:51 -0700
  • 53a9dab13e Fix spelling, update usage michaelangel007 2023-04-08 08:41:30 -0700
  • 9cf56c7331 Update commands WIP michaelangel007 2023-04-08 08:39:08 -0700
  • f1552156e8 Update commands that work and are still to-do. michaelangel007 2023-04-08 06:03:53 -0700
  • c9540e3524 Cleanup michaelangel007 2023-04-06 19:39:52 -0700
  • eb4a94c1ad Workaround GitHub markdown bug adding line separator michaelangel007 2023-04-06 19:32:34 -0700
  • 9cd97ba55d Clarify default for cat and order of arguments for init michaelangel007 2023-04-06 19:30:41 -0700
  • c3771eed99 Add Windows build instructions michaelangel007 2023-04-06 19:21:04 -0700
  • 5ec0c84a73 Update example output michaelangel007 2023-04-06 19:20:49 -0700
  • 528c6e9998 Fix readme to refer to proper utility name michaelangel007 2023-04-06 19:18:56 -0700
  • a29a8b0215 Cleanup readme michaelangel007 2023-04-06 19:15:45 -0700
  • 05c790532f Display usage instead of having only a volume name; i.e. --help michaelangel007 2023-04-06 19:15:11 -0700
  • 7395ff335c Add debug log for file access michaelangel007 2023-04-06 19:13:52 -0700
  • 973c2e0d2f Cleanup usage examples michaelangel007 2023-04-06 19:13:39 -0700
  • ac9487c04f Default all files to Access Can destroy/rename/write/read michaelangel007 2023-04-06 19:12:49 -0700
  • 44522562ba Add create test disk batch file michaelangel007 2023-04-06 19:12:06 -0700
  • 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 -0700
  • 24825f9dc2 Build prodosfs on Windows to match macOS michaelangel007 2023-04-06 18:35:48 -0700
  • 83d3052877 Add MSVC 2019 Solution michaelangel007 2023-04-06 13:45:18 -0700
  • 0790749917 Fix cast warnings michaelangel007 2023-04-06 13:44:30 -0700
  • 7c4c456896 Fix Win32 build michaelangel007 2023-04-06 13:44:16 -0700
  • 5d1dbfcd9d Fix WIN32 define michaelangel007 2023-04-06 13:44:05 -0700
  • 280660fa69 Fix capitalization michaelangel007 2023-03-19 08:08:50 -0700
  • a0529687bd Fix GET to parse paths properly Michaelangel007 2017-12-30 10:36:30 -0800
  • 1ac7e2f26a Fix catalog output trailer to match 15 char filenames Michaelangel007 2017-12-30 10:36:11 -0800
  • 8538c68c1b Add access and type to _META Michaelangel007 2017-12-29 09:52:40 -0800
  • 7fe028980b Cleanup alignment Michaelangel007 2017-12-29 09:37:34 -0800
  • 72c75dca55 Add note aboute ._META Michaelangel007 2017-12-29 09:37:24 -0800
  • 0bcddbf90e Add TODO: -meta -nometa Michaelangel007 2017-12-29 09:37:07 -0800
  • ecb99a1ae0 Rename to 'prodosfs' so we can extract PRODOS system file Michaelangel007 2017-12-29 09:30:01 -0800
  • 3710b9c9db Bugfix: GET Michaelangel007 2017-12-29 09:27:03 -0800
  • 96277a4a8d Added more debug messages GET Michaelangel007 2017-12-29 09:26:51 -0800
  • ab5bd71d7b Cleanup doCopy() Michaelangel007 2017-12-29 09:26:27 -0800
  • 7820c58ab7 Cleanup debug messages Michaelangel007 2017-12-29 09:25:48 -0800
  • bd0474297c Add get PRODOS example Michaelangel007 2017-12-29 09:25:23 -0800
  • 1eed1bbf72 Cleanup GET Michaelangel007 2017-12-11 08:25:29 -0800
  • bc5e27afeb Cleanup DELETE Michaelangel007 2017-12-11 08:25:14 -0800
  • fe10d81843 Cleanup getHexVal() Michaelangel007 2017-12-11 08:24:54 -0800
  • ec5681f79e Document -type= Michaelangel007 2017-12-11 08:24:34 -0800
  • daaf727106 Add: ProDOS_ExtractBootSector() and ProDOS_ReplaceBootSector() Michaelangel007 2017-12-11 08:22:52 -0800
  • 649329c1ef Add boot sector note to init Michaelangel007 2017-12-11 08:22:05 -0800
  • 748dfa85e7 TODO: Check if over-writing existing file Michaelangel007 2017-12-11 08:20:06 -0800
  • cc5237de1b Simply meta file writing Michaelangel007 2017-12-11 08:19:33 -0800
  • b410ee094b Close file Michaelangel007 2017-12-11 08:18:23 -0800
  • 9ae839719a Fix Aux when writing file Michaelangel007 2017-12-11 08:17:22 -0800
  • 43ce7299cc Initial working version of Extract Michaelangel007 2017-11-07 08:50:02 -0800
  • 8aaf926604 Remove hard-coded ProDOS index block with DskPutIndexBlock() Michaelangel007 2017-11-07 08:45:05 -0800
  • 115677223c Initial PRODOS_MAX_PATH Michaelangel007 2017-11-07 08:43:37 -0800
  • b31fd85c18 Add DskGetIndexBlock(), DskPutIndexBlock() prodos helpers Michaelangel007 2017-11-07 08:43:09 -0800
  • 866304d006 Cleanup trailing whitespace (EOL) Michaelangel007 2017-11-07 07:48:58 -0800
  • 9eba0fe621 WIP: Extract() Michaelangel007 2017-11-07 07:48:15 -0800
  • 166a14fd74 Add note where path splitting occurs Michaelangel007 2017-11-07 07:47:41 -0800
  • faaa2df0f6 Add prodos_DumpFileHeader() Michaelangel007 2017-11-07 07:46:57 -0800
  • ea38c4f782 Cleanup hard-coded consts replace with PRODOS_ROOT_OFFSET Michaelangel007 2017-11-07 07:46:20 -0800
  • 929fee853a Cleanup spacing, add note about public/private funcs Michaelangel007 2017-11-07 07:45:12 -0800
  • 60dd3caccc Fix FileExtract() virtual path Michaelangel007 2017-11-07 07:43:37 -0800
  • d4de5d2a83 Added PRODOS_ROOT_OFFSET Michaelangel007 2017-11-07 07:42:03 -0800
  • 525ba41030 Show access byte in catalog long form Michaelangel007 2017-11-06 21:28:06 -0800
  • e9dbe15651 Fix aux using 8-bit instead of 16-bit Michaelangel007 2017-11-06 21:23:30 -0800
  • c4ebac5747 Added build instructions Michaelangel007 2017-11-06 10:03:17 -0800
  • c4f7c077e3 Update makefile clean to display sources Michaelangel007 2017-11-06 10:02:47 -0800
  • 592321c050 Added Makefile Michaelangel007 2017-11-06 10:01:31 -0800
  • 0a4a191c46 Display help only if no args Michaelangel007 2017-11-06 10:00:10 -0800
  • af32cead6e Fix alignment Michaelangel007 2017-11-06 09:50:13 -0800
  • 0fb839c8e8 Fix alignment for init -size Michaelangel007 2017-11-06 08:58:56 -0800
  • 945deeca19 Added status of command that work Michaelangel007 2017-11-06 08:57:06 -0800
  • 7117db14d2 Fix bad commit Michaelangel007 2017-11-06 08:54:51 -0800
  • 9bf3f29c4b Add TODO note about max ProDOS path Michaelangel007 2017-11-06 08:52:26 -0800
  • 0942fd0906 Add more option flags Michaelangel007 2017-11-06 08:51:59 -0800
  • dd4747cc9d Add detailed description for options\n Michaelangel007 2017-11-06 08:51:45 -0800
  • 5cebad5ff5 Code cleanup: alignment Michaelangel007 2017-11-05 22:23:55 -0800
  • 1469473460 Fix env var example Michaelangel007 2017-11-05 22:23:39 -0800
  • d0a76445a4 Add missing .h file Michaelangel007 2017-11-05 22:06:50 -0800
  • 61bd205493 Alphabetize commands and help Michaelangel007 2017-11-05 22:02:42 -0800
  • b725e13ea5 Fix help typo Michaelangel007 2017-11-05 22:00:20 -0800
  • 4b5c85d360 Initial commit of working catalogs, init, and cp Michaelangel007 2017-11-05 21:55:01 -0800