1 2 3 4 5 6 7 8 9 10
;; kernel.asm [bits 32] [org 0x1000] %define VGA_COLOR_BLACK 0 %define VGA_COLOR_GREEN 2 %define VGA_COLOR_RED 4 _kernel_entry: