The exFAT floppy disk

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
mikegonta
Member
Member
Posts: 229
Joined: Thu May 19, 2011 5:13 am
Contact:

The exFAT floppy disk

Post 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.
Last edited by mikegonta on Tue Mar 21, 2017 6:57 am, edited 17 times in total.
Mike Gonta
look and see - many look but few see

https://mikegonta.com
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: exFAT12

Post 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.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
sham1
Posts: 16
Joined: Wed Nov 30, 2011 12:44 pm
Libera.chat IRC: sham1

Re: exFAT12

Post 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...
mikegonta
Member
Member
Posts: 229
Joined: Thu May 19, 2011 5:13 am
Contact:

Re: exFAT12

Post 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).
Mike Gonta
look and see - many look but few see

https://mikegonta.com
mikegonta
Member
Member
Posts: 229
Joined: Thu May 19, 2011 5:13 am
Contact:

Re: exFAT12

Post by mikegonta »

The exFAT12 tutorial (a bit skimpy, but a work in progress) is available and feedback would be appreciated.
Last edited by mikegonta on Fri Dec 09, 2016 4:35 pm, edited 1 time in total.
Mike Gonta
look and see - many look but few see

https://mikegonta.com
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: exFAT12

Post by matt11235 »

I really like the way the tutorial is written into the readme.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Post Reply