Move file window buffer into bss

This commit is contained in:
shikhin 2023-03-23 07:30:30 +05:30
parent 0b2a745f25
commit 69e80e9ec5
1 changed files with 4 additions and 3 deletions

View File

@ -926,11 +926,12 @@ disk_icon:
db 0x00, 0x0f, 0x00, 0x0f, 0x09, 0x0f, 0x00, 0x0f, 0x00, 0x0f
db 0x00, 0x0f, 0x00, 0x0f, '|', 0x0f, 0x00, 0x0f, 0x00, 0x0f
file_window:
times ROWS*COLUMNS db 0, 0xf0
windows:
times window.size db 0
times window.size db 0
launch_filename times FS_DIRENT_NAME_SIZE db 0
section .bss
file_window:
resw ROWS*COLUMNS