diff --git a/boot.asm b/boot.asm index 200116c..97effa4 100644 --- a/boot.asm +++ b/boot.asm @@ -48,7 +48,7 @@ start_boot_process_byte_loop: ; none boot_cleanup: ; clear the background - mov r0, 0xFF000000 + mov r0, BACKGROUND_COLOR call fill_background ; disable the menu bar