programs/fs: Post-SVN tidy (part 1) #423

Merged
Burer merged 4 commits from ace-dent/kolibrios-gitea:PR-TidySVN-fs-1 into main 2026-04-16 16:33:59 +00:00
Member
  • Move source code from trunk into root directory for each program.
  • 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 root directory for each program. - 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)
ace-dent added 3 commits 2026-04-14 19:28:41 +00:00
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
- 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.
programs/fs: Post-SVN tidy
Build system / Check kernel codestyle (pull_request) Successful in 1m3s
Build system / Build (pull_request) Successful in 10m59s
a85c94b815
- Tidy `build_all.bat` build file; comment out absent programs.
Author
Member

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

Updates these programs (for testing):

  • fs/copyr (not in standard builds?)
  • fs/kfm (the older original, not KFM2!)
This PR is split (/cherry picked) from the monolithic PR #250 - for easier merging! 🤞 This is part 1. Updates these programs (for testing): - `fs/copyr` (not in standard builds?) - `fs/kfm` (the older original, not KFM2!)
ace-dent added the Category/Applications
Kind
Build
Priority
Low
PR
Review required
labels 2026-04-14 19:35:46 +00:00
ace-dent requested review from Burer 2026-04-14 19:35:53 +00:00
ace-dent requested review from Doczom 2026-04-14 19:35:53 +00:00
ace-dent requested review from dunkaist 2026-04-14 19:35:53 +00:00
ace-dent requested review from Sweetbread 2026-04-14 19:35:54 +00:00
Doczom approved these changes 2026-04-15 05:18:50 +00:00
Burer requested changes 2026-04-16 12:49:10 +00:00
Dismissed
@@ -113,3 +113,2 @@
echo *
fasm fs\copy2\trunk\copy2.asm %BIN%\copy2
fasm fs\copyr\trunk\copyr.asm %BIN%\copyr
rem fasm fs\copy2\trunk\copy2.asm %BIN%\copy2
Owner

build_all.bat now comments out copy2 compilation, but still runs kpack %BIN%\copy2 later.
On a clean build this can fail because %BIN%\copy2 is never produced.
Please either remove/guard the kpack line, or keep the compile step enabled.

`build_all.bat` now comments out `copy2` compilation, but still runs `kpack %BIN%\copy2` later. On a clean build this can fail because `%BIN%\copy2` is never produced. Please either remove/guard the `kpack` line, or keep the compile step enabled.
Author
Member

Fixed by commenting out kpack line.

Fixed by commenting out kpack line.
ace-dent marked this conversation as resolved
ace-dent added 1 commit 2026-04-16 16:13:10 +00:00
programs/fs: Post-SVN tidy
Build system / Check kernel codestyle (pull_request) Successful in 2m37s
Build system / Build (pull_request) Successful in 13m29s
89eec4887a
- Tidy `build_all.bat` build file; comment out absent programs.
ace-dent requested review from Burer 2026-04-16 16:13:32 +00:00
Burer approved these changes 2026-04-16 16:33:08 +00:00
Burer merged commit bd548e0373 into main 2026-04-16 16:33:59 +00:00
ace-dent removed the
PR
Review required
label 2026-04-16 16:43:17 +00:00
ace-dent removed review request for dunkaist 2026-04-16 16:43:21 +00:00
ace-dent removed review request for Sweetbread 2026-04-16 16:43:24 +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#423