programs/testing: Post-SVN tidy #430

Merged
Burer merged 8 commits from ace-dent/kolibrios-gitea:PR-TidySVN-testing into main 2026-04-20 16:30:37 +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](https://git.kolibrios.org/KolibriOS/kolibrios/issues/75), point 3)
ace-dent added 3 commits 2026-04-19 21:49:35 +00:00
- Move source code from `trunk` into the root directory.
- Update build files and ASM include paths. Add SPDX license header where appropriate.
- Move source code from `trunk` into the root directory.
- Update build files and ASM include paths. Add SPDX license header where appropriate.
testing/kbd: Post-SVN tidy
Build system / Check kernel codestyle (pull_request) Successful in 2m32s
Build system / Build (pull_request) Successful in 10m55s
7ab9b1cd21
- Move source code from `trunk` into the root directory.
- Update build files and ASM include paths. Add SPDX license header where appropriate.
ace-dent added 2 commits 2026-04-19 22:38:02 +00:00
- Move source code from `trunk` into the 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.
testing/mgb: Post-SVN tidy
Build system / Build (pull_request) Successful in 12m36s
Build system / Check kernel codestyle (pull_request) Failing after 14m53s
4d6f33b950
- Move source code from `trunk` into the 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.
ace-dent added 1 commit 2026-04-19 23:08:18 +00:00
- Move source code from `trunk` into the 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.
ace-dent force-pushed PR-TidySVN-testing from 4c040d431f to 72b560696a 2026-04-19 23:47:25 +00:00 Compare
ace-dent added 1 commit 2026-04-20 07:09:08 +00:00
testing/pcidev: Post-SVN tidy
Build system / Check kernel codestyle (pull_request) Successful in 34s
Build system / Build (pull_request) Successful in 15m23s
9ecc0583ec
- Move source code from `trunk` into the root directory.
- Update build files and ASM include paths. Add SPDX license header where appropriate.
ace-dent force-pushed PR-TidySVN-testing from 72b560696a to 9ecc0583ec 2026-04-20 07:09:08 +00:00 Compare
ace-dent added the Category/Applications
Kind
Build
Priority
Low
labels 2026-04-20 07:09:41 +00:00
Author
Member

Updates the following programs (for testing):

  • testing/cpuid
  • testing/disptest
  • testing/kbd
  • testing/latency
  • testing/mgb
  • testing/protection
  • testing/pcidev
Updates the following programs (for testing): - `testing/cpuid` - `testing/disptest` - `testing/kbd` - `testing/latency` - `testing/mgb` - `testing/protection` - `testing/pcidev`
ace-dent added the
PR
Review required
label 2026-04-20 07:22:54 +00:00
ace-dent marked the pull request as ready for review 2026-04-20 07:23:01 +00:00
ace-dent requested review from Burer 2026-04-20 07:23:07 +00:00
ace-dent requested review from Doczom 2026-04-20 07:23:09 +00:00
ace-dent requested review from dunkaist 2026-04-20 07:23:10 +00:00
Doczom requested changes 2026-04-20 10:42:41 +00:00
Dismissed
@@ -73,3 +73,3 @@
fasm system\mousemul\mousemul.asm %BIN%\mousemul
fasm system\taskbar\TASKBAR.ASM %BIN%\@TASKBAR
rem fasm system\pcidev\trunk\pcidev.asm %BIN%\pcidev
fasm testing\pcidev\trunk\pcidev.asm %BIN%\pcidev
Owner

not found file "testing\pcidev\trunk\pcidev.asm"

not found file "testing\pcidev\trunk\pcidev.asm"
Author
Member

Great catch! Thanks! Fixed in latest commit.

Great catch! Thanks! Fixed in latest commit.
ace-dent marked this conversation as resolved
ace-dent added 1 commit 2026-04-20 10:46:23 +00:00
testing/pcidev: Post-SVN tidy
Build system / Check kernel codestyle (pull_request) Successful in 1m34s
Build system / Build (pull_request) Successful in 11m25s
7387dae68b
- Fix build path.
ace-dent requested review from Doczom 2026-04-20 10:47:33 +00:00
Doczom requested changes 2026-04-20 11:04:16 +00:00
Dismissed
@@ -70,3 +70,3 @@
fasm system\launcher\launcher.asm %BIN%\launcher
fasm system\menu\menu.asm %BIN%\@menu
rem fasm system\mgb\trunk\mgb.asm %BIN%\mgb
fasm testing\mgb\mgb.asm %BIN%\mgb
Owner

not all paths have been fixed

$ cat build_all.bat | grep mgb
fasm system\mgb\trunk\mgb.asm %BIN%\mgb
fasm system\mgb\trunk\mgb.asm %BIN%\nightbuild\mgb
kpack %BIN%\mgb
kpack %BIN%\nightbuild\mgb
not all paths have been fixed ``` $ cat build_all.bat | grep mgb fasm system\mgb\trunk\mgb.asm %BIN%\mgb fasm system\mgb\trunk\mgb.asm %BIN%\nightbuild\mgb kpack %BIN%\mgb kpack %BIN%\nightbuild\mgb ```
Author
Member

Hi @Doczom. Possibly you are on the wrong branch on your local machine? You can see in the committed code in this PR, that the paths are correctly fixed.

Hi @Doczom. Possibly you are on the wrong branch on your local machine? You can see in the committed code in this PR, that the paths are correctly fixed.
ace-dent marked this conversation as resolved
ace-dent requested review from Doczom 2026-04-20 11:12:17 +00:00
Doczom approved these changes 2026-04-20 11:14:21 +00:00
ace-dent changed title from program/testing: Post-SVN tidy to programs/testing: Post-SVN tidy 2026-04-20 13:16:30 +00:00
Burer approved these changes 2026-04-20 16:29:45 +00:00
Burer merged commit f5735e54f4 into main 2026-04-20 16:30:37 +00:00
Burer deleted branch PR-TidySVN-testing 2026-04-20 16:30:41 +00:00
ace-dent removed review request for dunkaist 2026-04-20 21:44:40 +00:00
ace-dent removed the
PR
Review required
label 2026-04-20 21:44:50 +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#430