A personal operating system
Built from
the first
instruction.
INDEPENDENT KERNELMADE TO UNDERSTAND
VELOOS / BOOT SEQUENCE
01 — 03
01 / THE APPROACHSTART AT THE SOURCE
A computer,
understood
all the way down.
VeloOS is a hobby operating system built from scratch. Its own bootloader hands off to a freestanding kernel, then on to a graphical desktop.
Assembly for the first steps. C for the kernel and desktop. No Linux base underneath.
Take the guided tour01Custom
2-stage bootASM
2-stage bootASM
02Freestanding
kernelC / ASM
kernelC / ASM
03Graphical
desktopVESA
desktopVESA
04Built to be
exploredOPEN
exploredOPEN
02 / THE DESKTOPNOT A MOCKUP
A desktop
grown from
the kernel.
Window management, a compositor, and a set of built-in tools, all part of the system you can browse in the source.
Step inside VeloOSTHE SOURCE IS THE SPEC