Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Native Filesystem #9

Closed
IanSeyler opened this issue Feb 4, 2012 · 2 comments
Closed

Native Filesystem #9

IanSeyler opened this issue Feb 4, 2012 · 2 comments

Comments

@IanSeyler
Copy link
Member

Replace FAT16 with a native file system.

  • New file system design, must have performance in mind
  • File system would be flat (no directory structure)
  • Utilities to transfer files between a computer running BareMetal OS and Linux/Windows.
  • Update HDD driver to use 4096 Byte sectors instead of 512

Also see Adrien's advice here: http://www.google.com/url?sa=D&q=https://docs.google.com/document/d/1nd-R4ixSNRjwTyJ1gZ8ILgvdxxRnwa1GqvmLFCdkRiE/edit&usg=AFQjCNGVBNgHNfc8dUHYlgXO69LyGZ3GrA

@dansouza
Copy link

Utilities to transfer files between a computer running BareMetal OS and Linux/Windows.

Maybe use TFTP? Should be simple enough, plus clients are already implemented.

@IanSeyler
Copy link
Member Author

BMFS for the win!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants