Bitmap Lab

bitmap-lab

Learning repository for bitmap operations and kernel near C programming. Focus on understanding memory and pixels with documentation first.

Visit Github

project info

Status
Learning
Mode
Terminal
Updated
Jan 2026

toolchain

Cgcc / clangmakelinux

bitmap-lab // Test Directory

This Directory contains various test, understanding cases and experiments focused on bitmap operations and low-level C programming. Each test is designed to help understand memory layout, pixel manipulation, and other fundamental concepts.

test overview

The test/ directory is a playground of small, focused C programs. Each test has its own page with the full source code, explanation, and notes about how it connects to bitmap and kernel-near thinking.

bitwise shifting · masks

Bitwise left/right shifts and how they change the binary representation. Great for building intuition around masks and powers of two.

— More experiments will be added incrementally as the bitmap-lab learning path grows.