Skip to content

Build a simple FAT16 filesystem image in Javascript

Notifications You must be signed in to change notification settings

sbuller/node-mkfat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nos-mkfat

Build a simple FAT16 filesystem image

The approach I'm taking makes several assumptions to keep it simple:

  1. filesystem size will not exceed 512 * 64 * 65525 [sic] bytes + fs data.
  2. no long filenames
  3. all files to be added will come from existing file descriptors
  4. the files to be added are all declared before the filesystem is generated
  5. the files sizes can be looked up before copying them to the filesystem
  6. ... more?

Some of these aren't hard to fix, but I'm not planning on working on them unless I find a need.

My main references have been:

About

Build a simple FAT16 filesystem image in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published