From 863af26422bc9150d92357be0f6ccef175cea35a Mon Sep 17 00:00:00 2001 From: "(Tim) Efthimis Kritikos" Date: Thu, 9 Nov 2023 23:08:12 +0000 Subject: [PATCH] Forgot to add the changes to colored_led.asm from the previous commit --- boot_code/colored_led.asm | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: