• through
  • thumb
  • thox
thox, a modular multitasking system for ComputerCraft
Logo
thox, a modular multitasking system for ComputerCraft
  • Onboarding
    • Running thox
  • Howtos
    • How to set up a GPS cluster with thox?
    • How to transfer a file between two devices?
  • Discussion topics
    • initd: process manager with thox IPC
      • Contexts and interactions
      • thox process manager
    • fsd: filesystem daemon
    • gpsd: GPS locating daemon
    • modemd: modem networking daemon
    • rand: random and entropy production daemon
  • Code reference
    • initd internals
    • Runtime APIs
      • thox native process runtime API
  • RPC APIs reference
    • initd (RPC API)
    • fsd (RPC API)
    • gpsd (RPC API)
    • modemd (RPC API)
    • rand (RPC API)
Back to top

fsd: filesystem daemon#

The filesystem on thox is managed by fsd.

Todo

This daemon occupies a special place as loading other binaries cannot take place without this one. How is this managed?

Todo

Metadata file structure suggested by Lyqyd:

http://www.computercraft.info/forums2/index.php?/topic/18646-rfc-metadata-file-structure-compatible-with-all-file-types/

Next
gpsd: GPS locating daemon
Previous
thox process manager
Copyright © 2020-2021, Thomas Touhey
Made with Sphinx and @pradyunsg's Furo