fat16
There are 62 repositories under fat16 topic.
rafalh/rust-fatfs
A FAT filesystem library implemented in Rust.
alexfru/BootProg
FAT12/16/32 Bootsector for .COMs/.EXEs
weston-embedded/uC-FS
A compact, reliable, high-performance, and thread-safe embedded file system for microprocessors, microcontrollers, and DSPs. An optional journaling component provides fail-safe operation while maintaining FAT compatibility.
ultraembedded/fat_io_lib
Small footprint, low dependency, C code implementation of a FAT16 & FAT32 driver.
khoih-prog/RP2040_SD
This library enables you to use SPI SD cards with RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO using either RP2040 Arduino-mbed or arduino-pico core. This SD-Fat v2 can support FAT16, FAT32, exFAT file systems. exFAT supports files larger than 4GB by using uint64_t as file offset.
Joshua-Riek/x86-bootloader
A BIOS bootloader for bare-metal x86 programs, written in 8086 assembly
nathanhi/pyfatfs
Python based FAT12/FAT16/FAT32 implementation with VFAT support
Joshua-Riek/x86-kernel
A hobby kernel developed from scratch using i8086 assembly
vampirefrog/fathuman
A tool for handling Human68k (Sharp X68000) floppy images.
francois-berder/fat16
This is a FAT16 driver.
John-K/fatboy
A simple FAT FS manipulation tool
cakehonolulu/atom
An x86 2-stage bootloader written in Assembly and C
mbitsnbites/mfat
A minimal FAT I/O library for embedded systems
n-bruno/iRestore
File recovery tool for the FAT file system
sgerwk/libllfat
a library for low-level access to a FAT12/16/32 filesystem
m-rinaldi/kboot86
:floppy_disk: Bootloader for x86-PC, loads an ELF kernel image from a FAT partition on ATA hard disk
izuchukwu/USBBridge
Android USB mass storage, meet FAT16
indigoparadox/mfat
Extremely tiny and limited-functionality implementation of the FAT16 filesystem. Designed to be able to operate on disks a byte at a time, with the intention of accessing disks via e.g. an SPI connection on a uC.
iNiKe/dos-disk-editor
DOS Disk Editor
vip-delete/libmount
Standalone FAT12, FAT16, FAT32, VFAT implementation in JavaScript
4dro/boot
Boot sector which loads OS loader on FAT12 and FAT16
filcherock/irion
A simple operating system written in NASM
kg68k/fsck
A modified version of X68k File System Checker
Daste745/fat16
Fat16 filesystem reader library
discreteworks/embedfat
FAT Implementation
merge/fatattr-label
Change a mounted FAT filesystem's label while being used
Vitaspiros/FATReader
FAT12/16/32 disk reader utility.
AkumaRinn/File_Allocation_Table_FIN
This is a File Allocation Table - FAT implementation in Python.
Anand-786/x86-multitasking-kernel
cosmOS - A 32-bit multitasking operating system kernel for the x86 architecture, built from scratch with a custom bootloader, process scheduler, and FAT16 filesystem. Built using C, Assembly, and QEMU.
bashkirtsevich/py-disk-reader
Low-level disk reader on Python
bolthur/bfs
bolthur filesystem library collection
gutamen/Gordo16
Fat16 image reader, ASM x64
MahatKC/fat16reader
Software to navigate through the contents of a FAT16 image
OscarCubeles/Filesystem-Management
C Program program capable of reading and writing data on volumes from two different file systems, EXT2 and FAT16.
yahnyshc/fat16FileReader
Implementation of shell for FAT16 image file system reader. 💽💻
YC/fat-fuse
Readonly FUSE implementation of Fat12/16/32 filesystems