;; kernel.asm [bits 32] %define VGA_COLOR_BLACK 0 %define VGA_COLOR_GREEN 2 %define VGA_COLOR_RED 4 section .kernel _kernel_entry: