move cdecl macros to nearly the top so early functions can use them

This commit is contained in:
2024-10-04 09:55:45 -04:00
parent 597132df9f
commit 30c4f1b82c

View File

@@ -26,6 +26,7 @@ nop
; boot drive in dl
; active partition offset in si
%include "cdecl16.inc"
%include "entry.inc"
init:
cli ; We do not want to be interrupted
@@ -55,7 +56,6 @@ init:
%include "memory.inc"
%include "kmem_func.inc"
%include "partition_table.inc"
%include "cdecl16.inc"
%include "fat32/bpb.inc"
%include "fat32/fat32_structures.inc"