Bare Metalz is a practical exploration of Computing fundamentals: C, Linux, binaries, memory, and the kernel - learned from the metal up.
#Philosophy -Minimal tools, Maximum understanding. -Learn what the machine is doing, not just how to "make it work". -Build a mental model from source > object > executable > kernel.
##What you will find here -'lab/' - experiments and small programs -'notes/' - short lessons and mental models -'c/' - fundamentals, complilations, linking -'linux/' - shell, filesystems, processes -'kernel/' - syscalls, /proc, loading, tracking © 2026 Bare Metalz. All rights reserved.