awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesKernel Shells

Text-based command interfaces built directly into the operating system kernel.

Distinct from Shell Interpreters: Distinct from general shell executors as it is a primary kernel-integrated user interface.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Shells. Refine with filters or upvote what's useful.

Awesome Kernel Shells GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nuta/operating-system-in-1000-linesAvatar von nuta

    nuta/operating-system-in-1000-lines

    3,258Auf GitHub ansehen↗

    This project is an educational operating system kernel designed to demonstrate the fundamental architectural principles of memory paging and process management. It is implemented as a minimal kernel that serves as a practical reference for building a functioning system from the ground up. The implementation features a preemptive multitasking kernel that switches execution contexts between threads to share a single CPU. It includes an x86 virtual memory manager that uses paging to map virtual addresses to physical memory and isolate processes. The system covers low-level hardware interfacing

    Ships a text-based command line shell for user interaction and kernel command execution.

    C
    Auf GitHub ansehen↗3,258
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Shells