change test kernel stage name

also pointed up a bug in memory.inc
This commit is contained in:
2024-10-04 22:17:35 -04:00
parent aae0d6b5b3
commit 6b2b1d2fc9
4 changed files with 7 additions and 6 deletions

View File

@@ -243,6 +243,7 @@ endstruc
; STACK BOTTOM
;
; first argument == starting offset from bp for lower 16bits
; BUG: needs fixed for cdecl16
%macro MOV_DWORD_EAX 1
mov ax, [bp+(%1+2)]
shl eax, 16