fs/kfar: Post-SVN tidy #429

Merged
Burer merged 2 commits from ace-dent/kolibrios-gitea:PR-TidySVN-fs-2 into main 2026-04-20 16:17:03 +00:00
Member
  • Move source code from trunk into program root directory.
  • Update build files and ASM include paths. Add SPDX license header where appropriate.
  • Note: Line endings standardised from CRLF > LF, so best to view diffs with whitespace changes hidden.

(Work towards #75, point 3)

- Move source code from `trunk` into program root directory. - Update build files and ASM include paths. Add SPDX license header where appropriate. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden. (Work towards [#75](https://git.kolibrios.org/KolibriOS/kolibrios/issues/75), point 3)
ace-dent added the Category/Applications
Kind
Build
Priority
Low
labels 2026-04-19 17:29:43 +00:00
Author
Member

This PR is split (/cherry picked) from the monolithic PR #250 - for easier merging! 🤞
This is part 2, the final set.

Updates the kfar program (and others that link to its image resources):

  • fs/kfar
  • programs/develop/info3ds/info3ds.asm and programs/develop/info3ds/info3ds_u.asm
  • programs/develop/kol_f_edit/build.bat
  • programs/develop/libraries/TinyGL/asm_fork/examples/build.bat
  • programs/develop/libraries/buf2d/trunk/examples/build.bat
  • programs/develop/libraries/crypt_des/example/build.bat
  • programs/develop/libraries/exif/examples/build.bat
  • programs/develop/libraries/libs-dev/libimg/png/libpng/png.asm and programs/develop/libraries/libs-dev/libimg/png/libpng/pngstruct.inc
  • programs/games/nu_pogodi/build.bat
  • programs/media/img_transform/img_transform.asm
  • programs/media/log_el/build_ru.bat
  • programs/other/cnc_control/cnc_control.asm
  • programs/other/cnc_editor/cnc_editor.asm

Note, the strange dependencies have been documented in a separate issue.

This PR is split (/cherry picked) from the monolithic PR #250 - for easier merging! 🤞 This is part 2, the final set. Updates the kfar program (and others that link to its image resources): - `fs/kfar` - `programs/develop/info3ds/info3ds.asm` and `programs/develop/info3ds/info3ds_u.asm` - `programs/develop/kol_f_edit/build.bat` - `programs/develop/libraries/TinyGL/asm_fork/examples/build.bat` - `programs/develop/libraries/buf2d/trunk/examples/build.bat` - `programs/develop/libraries/crypt_des/example/build.bat` - `programs/develop/libraries/exif/examples/build.bat` - `programs/develop/libraries/libs-dev/libimg/png/libpng/png.asm` and `programs/develop/libraries/libs-dev/libimg/png/libpng/pngstruct.inc` - `programs/games/nu_pogodi/build.bat` - `programs/media/img_transform/img_transform.asm` - `programs/media/log_el/build_ru.bat` - `programs/other/cnc_control/cnc_control.asm` - `programs/other/cnc_editor/cnc_editor.asm` Note, the strange dependencies have been documented in a separate [issue](https://git.kolibrios.org/KolibriOS/kolibrios/issues/261#issuecomment-6070).
ace-dent added 1 commit 2026-04-19 17:45:42 +00:00
fs/kfar: Post-SVN tidy
Build system / Check kernel codestyle (pull_request) Successful in 49s
Build system / Build (pull_request) Successful in 10m39s
2a86446a96
- 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.
ace-dent force-pushed PR-TidySVN-fs-2 from 7b6180b480 to 2a86446a96 2026-04-19 17:45:42 +00:00 Compare
ace-dent added the
PR
Review required
label 2026-04-19 17:53:12 +00:00
ace-dent requested review from Burer 2026-04-19 17:53:49 +00:00
ace-dent requested review from Doczom 2026-04-19 17:53:52 +00:00
ace-dent requested review from dunkaist 2026-04-19 17:53:54 +00:00
Doczom requested changes 2026-04-19 18:56:25 +00:00
Dismissed
Doczom left a comment
Owner

included paths in programs/fs/kfar/zlib/example1.asm have not been fixed

included paths in programs/fs/kfar/zlib/example1.asm have not been fixed
ace-dent added 1 commit 2026-04-19 19:22:03 +00:00
fs/kfar: Post-SVN tidy
Build system / Check kernel codestyle (pull_request) Successful in 2m16s
Build system / Build (pull_request) Successful in 11m9s
0fe34c6bd0
- Update relative ASM include paths.
Author
Member

Thanks @Doczom for the great attention to detail! 🙏
Fixed.

Thanks @Doczom for the great attention to detail! 🙏 Fixed.
ace-dent requested review from Doczom 2026-04-19 19:23:34 +00:00
Doczom approved these changes 2026-04-19 19:49:21 +00:00
Burer approved these changes 2026-04-20 16:16:21 +00:00
Burer merged commit 8a0329cee8 into main 2026-04-20 16:17:03 +00:00
Burer deleted branch PR-TidySVN-fs-2 2026-04-20 16:17:06 +00:00
ace-dent removed review request for dunkaist 2026-04-20 21:43:21 +00:00
ace-dent removed the
PR
Review required
label 2026-04-20 21:43:37 +00:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#429