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

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