Skip to content

Commit

Permalink
missing 0 in constant - build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Aug 5, 2024
1 parent b9440c7 commit 8bdb2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel.asm
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ _current_sft_idx dw 0 ;28A - SFT index for next open
times (292h - ($ - _internal_data)) db 0
dw __PriPathBuffer ; 292 - "sda_WFP_START" offset in DOS DS of first filename argument
dw __SecPathBuffer ; 294 - "sda_REN_WFP" offset in DOS DS of second filename argument
dw ffffh ; 296 - 0xffff or offset of last component in filename
dw 0ffffh ; 296 - 0xffff or offset of last component in filename

; Pad to 05ceh
times (2aeh - ($ - _internal_data)) db 0
Expand Down

0 comments on commit 8bdb2db

Please sign in to comment.