awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nuta/operating-system-in-1000-linesالصورة الرمزية لـ nuta

    nuta/operating-system-in-1000-lines

    3,258عرض على GitHub↗

    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
    عرض على GitHub↗3,258
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Shells