fs/kfm: Post-SVN tidy
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 4m22s

- 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.
This commit is contained in:
2025-05-21 21:26:21 +01:00
parent 0d2ac7d185
commit 05fd3512a1
46 changed files with 406 additions and 403 deletions

9
programs/fs/kfm/help.inc Normal file
View File

@@ -0,0 +1,9 @@
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