mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Merge bfe5f49d0f
into ce8e050d24
This commit is contained in:
commit
31f58a9b85
@ -7,10 +7,10 @@ WHITE_ON_BLACK equ 0x0f ; the color byte for each character
|
||||
print_string_pm:
|
||||
pusha
|
||||
mov edx, VIDEO_MEMORY
|
||||
mov ah, WHITE_ON_BLACK
|
||||
|
||||
print_string_pm_loop:
|
||||
mov al, [ebx] ; [ebx] is the address of our character
|
||||
mov ah, WHITE_ON_BLACK
|
||||
|
||||
cmp al, 0 ; check if end of string
|
||||
je print_string_pm_done
|
||||
|
Loading…
Reference in New Issue
Block a user