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