Skip to content

Commit

Permalink
add reminder comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Aug 18, 2024
1 parent f25e959 commit 1c6d1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/kernel.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ segment DYN_DATA
global _Dyn
_Dyn:
DynAllocated dw 0
;times DynAllocated db ? ; allocated at runtime, need to add DynAllocated to _markEndInstanceData

global _markEndInstanceData
_markEndInstanceData: ; mark end of DOS data seg we say needs instancing
Expand Down

0 comments on commit 1c6d1e8

Please sign in to comment.