OSDev.org
https://forum.osdev.org/

The exFAT floppy disk
https://forum.osdev.org/viewtopic.php?f=2&t=31044
Page 1 of 1

Author:  mikegonta [ Wed Nov 30, 2016 6:56 pm ]
Post subject:  The exFAT floppy disk

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.

Author:  matt11235 [ Thu Dec 01, 2016 4:16 am ]
Post subject:  Re: exFAT12

By putting all of your source files in a zip, you're throwing away a lot of the benefits that Git gives you.

Author:  sham1 [ Sun Dec 04, 2016 4:08 am ]
Post subject:  Re: exFAT12

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...

Author:  mikegonta [ Tue Dec 06, 2016 5:33 pm ]
Post subject:  Re: exFAT12

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).

Author:  mikegonta [ Wed Dec 07, 2016 8:55 am ]
Post subject:  Re: exFAT12

The exFAT12 tutorial (a bit skimpy, but a work in progress) is available and feedback would be appreciated.

Author:  matt11235 [ Wed Dec 07, 2016 9:20 am ]
Post subject:  Re: exFAT12

I really like the way the tutorial is written into the readme.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/