small comment update

This commit is contained in:
2025-09-05 11:43:41 -04:00
parent a53534acd2
commit 69d82dc0c2
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ init:
cld cld
rep stosb ; zero bss section rep stosb ; zero bss section
sub sp, 0x20 ; local varible space sub sp, 0x20 ; local varible space (32 bytes)
push bp ; setup top of stack frame push bp ; setup top of stack frame
xor cx, cx xor cx, cx
@@ -96,7 +96,7 @@ main:
mov ah, 0x41 mov ah, 0x41
mov bx, 0x55AA mov bx, 0x55AA
mov dl, 0x80 mov dl, 0x80
clc clc
int 0x13 int 0x13
jnc main.find_active jnc main.find_active

View File

@@ -72,7 +72,7 @@ init:
cld cld
rep stosb rep stosb
sub sp, 0x20 ; local varible space sub sp, 0x20 ; local varible space (32 bytes)
push bp push bp
sti ; all done with inital setup and relocation, reenable interupts sti ; all done with inital setup and relocation, reenable interupts