Page 1 of 1

The exFAT floppy disk

Posted: Wed Nov 30, 2016 6:56 pm
by mikegonta
The exFAT floppy disk.
exFAT boot sector boot loader and pre-processor FASM assembly language code to format a 1.44MB image for emulation or
transfer to USB boot and run.

Re: exFAT12

Posted: Thu Dec 01, 2016 4:16 am
by matt11235
By putting all of your source files in a zip, you're throwing away a lot of the benefits that Git gives you.

Re: exFAT12

Posted: Sun Dec 04, 2016 4:08 am
by sham1
zenzizenzicube wrote:By putting all of your source files in a zip, you're throwing away a lot of the benefits that Git gives you.
You can export ZIP files from Git repositories.

EDIT: Nevermind. I just looked at the repo...

Re: exFAT12

Posted: Tue Dec 06, 2016 5:33 pm
by mikegonta
No mo zip.
The FASM assembly language source code (GitHub thinks that it's C++ because of the FASM pre-processor scripting) is fully
GitHubbed. The single sector boot sector boot loader contains a subset of a complete read-only exFAT file system driver and
is completely contained in the README.md (which will assemble as is in FASM) to boot (please excuse the punny).

Re: exFAT12

Posted: Wed Dec 07, 2016 8:55 am
by mikegonta
The exFAT12 tutorial (a bit skimpy, but a work in progress) is available and feedback would be appreciated.

Re: exFAT12

Posted: Wed Dec 07, 2016 9:20 am
by matt11235
I really like the way the tutorial is written into the readme.