Add new debug board - dbgboard based on console.obj #119

Merged
mxlgv merged 11 commits from apps-new-debug-board into main 2025-03-07 23:42:11 +01:00
Owner

Main advantages:

  • Bigger font
  • Scrolling (like in other console apps)
  • K : and L: messages highligting

Also, like the old board it writes log to /tmp0/1/boardlog.txt (or you can pass another path in args), can view it on F2

Main advantages: - Bigger font - Scrolling (like in other console apps) - K : and L: messages highligting Also, like the old board it writes log to /tmp0/1/boardlog.txt (or you can pass another path in args), can view it on F2
rgimad added 1 commit 2025-03-07 13:02:10 +01:00
Main features:
- Bigger font
- Scrolling (like in other console apps)
- K : and L: messages highligting
rgimad requested review from mxlgv 2025-03-07 13:04:27 +01:00
rgimad force-pushed apps-new-debug-board from 2cb9339117 to c0c892ec9b 2025-03-07 13:10:15 +01:00 Compare
mxlgv requested changes 2025-03-07 13:32:38 +01:00
Dismissed
programs/if.inc Outdated
@@ -0,0 +1,507 @@
Owner

What about copyright?

What about copyright?
Author
Owner

what copyright should be?

what copyright should be?
mxlgv marked this conversation as resolved
@@ -0,0 +1,240 @@
format binary as ""
Owner

What about copyright?

What about copyright?
Author
Owner

what wrong with it? this line is used in many kos programs

what wrong with it? this line is used in many kos programs
mxlgv marked this conversation as resolved
Owner

What about a small README.md with a description of the program and what it does. It would be very convenient to go into the folder and see the description in the gitea interface.

What about a small README.md with a description of the program and what it does. It would be very convenient to go into the folder and see the description in the gitea interface.
mxlgv requested review from dunkaist 2025-03-07 13:35:28 +01:00
rgimad added 3 commits 2025-03-07 13:41:03 +01:00
Main features:
- Bigger font
- Scrolling (like in other console apps)
- K : and L: messages highligting
Merge branch 'apps-new-debug-board' of https://git.kolibrios.org/KolibriOS/kolibrios into apps-new-debug-board
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 33s
Build system / Build (pull_request) Successful in 8m27s
bdc5580719
Author
Owner

What about a small README.md with a description of the program and what it does. It would be very convenient to go into the folder and see the description in the gitea interface.

Okay

> What about a small README.md with a description of the program and what it does. It would be very convenient to go into the folder and see the description in the gitea interface. Okay
Sweetbread requested changes 2025-03-07 14:04:42 +01:00
Dismissed
Sweetbread left a comment
Owner

Please, remove a merge commit

Please, remove a merge commit
rgimad added 1 commit 2025-03-07 14:04:44 +01:00
Add basic readme
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 30s
Build system / Build (pull_request) Successful in 7m52s
a228625642
Author
Owner

Please, remove a merge commit

i dont know how

> Please, remove a merge commit i dont know how
Owner

Please, remove a merge commit

No need. Everything will be squashed into one commit.

> Please, remove a merge commit No need. Everything will be squashed into one commit.
rgimad added 1 commit 2025-03-07 14:32:18 +01:00
Add copyrights
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 8m13s
3602f4f74a
Sweetbread dismissed Sweetbread’s review 2025-03-07 14:34:15 +01:00
Reason:

Problem resolved

rgimad added 1 commit 2025-03-07 14:39:22 +01:00
Fix copyright formatting
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 28s
Build system / Build (pull_request) Successful in 8m15s
e915d5d618
mxlgv requested changes 2025-03-07 14:44:53 +01:00
Dismissed
@@ -117,7 +117,7 @@ x=-67
y=68
[10]
name=BOARD
Owner

Is it the same name?

Is it the same name?
mxlgv marked this conversation as resolved
@@ -117,7 +117,7 @@ x=-67
y=68
[10]
name=BOARD
Owner

Is it the same name?

Is it the same name?
mxlgv marked this conversation as resolved
@@ -1,8 +1,8 @@
[rbmenu]
„¨á¯¥âç¥à ¯à®æ¥áᮢ=cpu
Owner

There is a possibility that the file is saved in the wrong encoding.

There is a possibility that the file is saved in the wrong encoding.
mxlgv marked this conversation as resolved
mxlgv requested changes 2025-03-07 14:47:56 +01:00
Dismissed
@@ -117,7 +117,7 @@ x=-67
y=68
[10]
name=BOARD
Owner

Is it the same name?

Is it the same name?
mxlgv marked this conversation as resolved
@@ -117,7 +117,7 @@ x=-67
y=68
[10]
name=BOARD
Owner

Is it the same name?

Is it the same name?
mxlgv marked this conversation as resolved
rgimad added 1 commit 2025-03-07 14:53:01 +01:00
Revert "Change old board to dbgboard in desktop icon settings"
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 28s
Build system / Build (pull_request) Successful in 8m4s
0098d3206d
was broken encoding
rgimad added 1 commit 2025-03-07 14:55:36 +01:00
Again change old board to dbgboard in desktop icon settings
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 32s
Build system / Build (pull_request) Successful in 8m3s
ae6fb7e4fb
mxlgv changed title from Add new debug board - dbgboard based on console.obj to WIP: Add new debug board - dbgboard based on console.obj 2025-03-07 15:00:00 +01:00
rgimad added 1 commit 2025-03-07 15:04:49 +01:00
Change name in desktop BOARD -> DBGBOARD
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 27s
Build system / Build (pull_request) Successful in 7m57s
45e42b45d4
mxlgv changed title from WIP: Add new debug board - dbgboard based on console.obj to Add new debug board - dbgboard based on console.obj 2025-03-07 22:22:26 +01:00
mxlgv requested review from mxlgv 2025-03-07 22:24:31 +01:00
mxlgv added 1 commit 2025-03-07 23:05:30 +01:00
Fix Copyright date
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 35s
Build system / Build (pull_request) Successful in 8m34s
d4bab0a1ad
mxlgv approved these changes 2025-03-07 23:39:17 +01:00
mxlgv merged commit 1d567fc520 into main 2025-03-07 23:42:11 +01:00
mxlgv deleted branch apps-new-debug-board 2025-03-07 23:42:14 +01:00
Owner

Rested features:

  • Create window on the top right corner
  • Add a hint to the title that F2 opens boardlog.txt
Rested features: - Create window on the top right corner - Add a hint to the title that F2 opens boardlog.txt
Sign in to join this conversation.
No Reviewers
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#119
No description provided.