6 रिपॉजिटरी
Tutorials for building container runtimes and virtual machines.
Explore 6 awesome GitHub repositories matching part of an awesome list · Containers and Virtualization. Refine with filters or upvote what's useful.
This project is an educational curriculum designed to teach the fundamentals of operating system development and low-level systems programming. It provides a structured sequence of lessons and code samples that guide users through building a functional kernel and bootloader from scratch, enabling a practical understanding of how software interacts directly with computer hardware. The repository distinguishes itself by focusing on the core mechanics of bare-metal execution. It covers the implementation of essential system components, including assembly-based bootloaders that transition process
Comprehensive tutorial for OS development.
This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m
Operating system development for Raspberry Pi.
Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux namespaces and control groups. It serves as a Linux container manager capable of starting and managing isolated processes and images through low-level kernel features. The project includes an OCI image tool for pulling, saving, and building container images compatible with industry standards. It further integrates a cgroup resource controller to restrict CPU and memory consumption for isolated processes. The tool covers the full container lifecycle, including process isolati
A Docker-like container engine in Bash.
A workshop on Linux containers: Rebuild Docker from Scratch
A container implementation for learning.
Build a minimal multi-tasking OS kernel for ARM from scratch
A minimal operating system for ARM architecture.
A Docker-type runtime, written in 100% Python
A container runtime built in Python.