rename __CDECL16_ENTRY and EXIT

This commit is contained in:
2025-09-07 13:29:24 -04:00
parent 6f2fc627be
commit 9493aefa68
11 changed files with 75 additions and 70 deletions

View File

@@ -264,7 +264,7 @@ hcf:
ALIGN 4, db 0x90
EnterUnrealMode:
__BOCHS_MAGIC_DEBUG
__CDECL16_ENTRY
__CDECL16_PROC_ENTRY
cli ; no interrupts
.func:
lgdt [((__STAGE2_SEGMENT << 4) + unreal_gdt_info)] ; load unreal gdt
@@ -301,7 +301,7 @@ EnterUnrealMode:
; to easily access data outside of 64KiB boundries using ds/es addressing
__TINY_DS_ES
__CDECL16_EXIT
__CDECL16_PROC_EXIT
ret
end_text: