Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filesystems TODO #82

Open
4 of 20 tasks
robotman2412 opened this issue Jan 3, 2025 · 1 comment
Open
4 of 20 tasks

Filesystems TODO #82

robotman2412 opened this issue Jan 3, 2025 · 1 comment
Milestone

Comments

@robotman2412
Copy link
Member

robotman2412 commented Jan 3, 2025

  • Filesystem re-write
  • stat functions
  • chroot support
  • rename function
  • Support for special files
    • TTYs
    • Chardevs
    • Blockdevs
    • UNIX sockets
    • FIFOs
  • Support for FAT
    • FAT12
    • FAT16
    • FAT32
    • Read
    • Write
  • Support for EXT2
    • Determine requirements
    • Read
    • Write
@robotman2412 robotman2412 added this to the BadgerOS 1.0 milestone Jan 3, 2025
@robotman2412 robotman2412 moved this to In progress in BadgerOS 1.0 Jan 3, 2025
@robotman2412
Copy link
Member Author

Linux has a feature that remounts a filesystem with errors as read-only. This kind of feature would require a bit more extra code but is important to prevent corruption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant