puter/mods
KernelDeimos 3887ce05da dev: de-couple legacy mkdir and remove it
A legacy mkdir function was still being used by the
generate_system_fsentries function. However, it wasn't necessary because
we now associate fsentries by uuid, eliminating the requirement to
create the home directory separately from its subdirectories.

The old mkdir function was removed, and generate_system_fsentries was
moved to a new service called UserService, which is intended to
eventually hold all methods related creating, removing, and updating
users.
2024-12-03 13:04:12 -05:00
..
mods_available dev: de-couple legacy mkdir and remove it 2024-12-03 13:04:12 -05:00
mods_enabled feat: add debug mod 2024-06-23 17:35:05 -04:00
README.md feat: add debug mod 2024-06-23 17:35:05 -04:00

Puter Mods

A list of Puter mods which may be expanded in the future.

Contributions of new mods are welcome.

kdmod

  • location: ./kdmod
  • description:

    "kernel dev mod"; specifically for the devex needs of GitHub user KernelDeimos and provided in case anyone else finds it of any use.