Skip to content

Commit 1c6d1e8

Browse files
committed
add reminder comment
1 parent f25e959 commit 1c6d1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/kernel.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ segment DYN_DATA
10241024
global _Dyn
10251025
_Dyn:
10261026
DynAllocated dw 0
1027+
;times DynAllocated db ? ; allocated at runtime, need to add DynAllocated to _markEndInstanceData
10271028

10281029
global _markEndInstanceData
10291030
_markEndInstanceData: ; mark end of DOS data seg we say needs instancing

0 commit comments

Comments
 (0)