1 مستودع
Kernel architectures where the operating system and applications share a single high-level language runtime.
Distinct from Language Runtimes: Existing candidates focus on general language runtimes or cross-platform environments, not the architectural integration of a kernel into a runtime.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Language-Integrated Kernels. Refine with filters or upvote what's useful.
Mezzano is a self-hosted operating system written entirely in Common Lisp. It employs a language-integrated kernel architecture where both the kernel and user-space applications execute within a single, unified high-level language runtime. The system is designed for both bare-metal environments, booting from physical external media, and as a guest operating system within virtual machine software. It implements symmetric multiprocessing to distribute computational workloads across multiple CPU cores. The environment includes capabilities for automated memory recovery via generational garbage
Employs a language-integrated kernel architecture where both the kernel and user-space applications execute within a single, unified Common Lisp runtime.