1 Repo
Practical educational frameworks for building functional operating system kernels.
Distinct from Operating System Kernels: Focuses on the pedagogical structure of a course rather than just the resulting kernel code.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Implementation Courses. Refine with filters or upvote what's useful.
Bitwise is a computer architecture education kit and a comprehensive set of guides for building a custom CPU, operating system, and compiler from scratch. It serves as a CPU design tutorial and a practical framework for implementing a unique instruction set architecture. The project provides a custom instruction set architecture toolchain, including resources for creating a matching assembler and compiler. It further includes a hardware development guide for synthesizing computer components and peripheral controllers for deployment on programmable logic devices and FPGAs. The kit covers full
Offers a practical framework for learning to build a microcontroller kernel with task switching and memory management.