diff --git a/boot_code/colored_led.asm b/boot_code/colored_led.asm index 97972a4..d0ac384 100644 --- a/boot_code/colored_led.asm +++ b/boot_code/colored_led.asm @@ -12,6 +12,18 @@ JNZ DELAY11 MOV AL,#0x01 out byte #0xB0 +MOV AL,#0x48 +out byte #0xA5 +MOV AL,#0x65 +out byte #0xA5 +MOV AL,#0x6c +out byte #0xA5 +MOV AL,#0x6c +out byte #0xA5 +MOV AL,#0x6f +out byte #0xA5 +MOV AL,#0x20 +out byte #0xA5 MOV DL,#0xF0 DELAY21: