files
kolibrios/programs/fs/kfm/help.inc
Andrew 05fd3512a1
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 4m22s
fs/kfm: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-25 10:20:27 +01:00

9 lines
229 B
PHP

help_start:
mov ebx,help_file_name
mov esi,path
mov edi,start_parameter ;file_name
call copy_path
call draw_window
mov [use_patch],1
mov esi,help_file_name-40
jmp file_no_folder