Skip to content

History / Userspace Programs

Revisions

  • docs: comprehensively update MentOS wiki

    @Galfurian Galfurian committed Aug 19, 2026
  • documentation(userspace): Simplify docs

    @Galfurian Galfurian committed Jan 29, 2026
  • documentation(userspace): Simplify docs

    @Galfurian Galfurian committed Jan 29, 2026
  • documentation(wiki): fix all wiki link formats to use [[Page]] syntax - Convert [Page](Page.md) to [[Page]] format across all wiki files - Fix broken references: Filesystem.md → File-Systems.md, Programs.md → Userspace-Programs.md - Remove broken reference to non-existent Exercise-IPC-Messaging.md - Updated files: C-Library.md, IPC.md, Kernel.md, System-Calls.md, Userspace-Programs.md

    @Galfurian Galfurian committed Jan 29, 2026
  • documentation(userspace-programs): align wiki with userspace tools

    @Galfurian Galfurian committed Jan 29, 2026
  • documentation(userspace): fix program startup flow

    @Galfurian Galfurian committed Jan 29, 2026
  • Updated Userspace Programs (markdown)

    @Galfurian Galfurian committed Jan 28, 2026
  • fix(wiki): correct directory paths and type declarations - Fix lib/ references: libc/inc → lib/inc, libc/src → lib/src - Fix userspace paths: programs/ → userspace/bin/ in all exercises - Fix strlen return type: int → size_t for correctness - Ensure all code paths match actual MentOS repository structure

    @Galfurian Galfurian committed Jan 28, 2026
  • documentation(wiki): transform wiki into instructional learning resource - Transform C-Library.md from reference to teaching document - Add 4 learning paths to Home.md (Boot-to-Shell, Kernel Dev, Userspace, Troubleshooting) - Add hands-on exercises to 7 pages (System-Calls, C-Library, Userspace-Programs, Scheduling, IPC, File-Systems, Debugging) - Total: 40+ practical exercises with complete code examples - Add visual diagrams and progressive complexity to explanations - Emphasize 'teach concepts first, then reference' approach

    @Galfurian Galfurian committed Jan 28, 2026
  • Created Userspace Programs (markdown)

    @Galfurian Galfurian committed Jan 28, 2026