programs/shell: Show new fields of sf18.13 struct #148

Closed
dunkaist wants to merge 0 commits from dunkaist/kolibrios:pr-update-shell-for-git into main
Owner

In short, report a git hash etc instead of an svn revision.

In short, report a git hash etc instead of an svn revision.
dunkaist added 1 commit 2025-03-15 03:17:35 +01:00
programs/shell: Show new fields of sf18.13 struct
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 29s
Build system / Build (pull_request) Successful in 5m22s
201ab9dfdc
In short, report a git hash etc instead of an svn revision.
mxlgv requested changes 2025-03-15 22:03:31 +01:00
Dismissed
mxlgv left a comment
Owner

If I understand correctly this change requires this: #146. Will be approved after merge.

If I understand correctly this change requires this: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/146. Will be approved after merge.
mxlgv added the
PR
Dependent
label 2025-03-15 22:07:44 +01:00
mxlgv added the
Priority
High
label 2025-03-15 22:16:21 +01:00
mxlgv added a new dependency 2025-03-15 22:16:48 +01:00
Sweetbread force-pushed pr-update-shell-for-git from 201ab9dfdc to 44117c131e 2025-03-17 20:18:56 +01:00 Compare
Sweetbread added
PR
Review required
and removed
PR
Dependent
labels 2025-03-17 20:19:52 +01:00
Sweetbread requested review from mxlgv 2025-03-17 20:19:52 +01:00
Sweetbread added the
Category/Kernel
Kind
Enhancement
labels 2025-03-17 20:20:37 +01:00
mxlgv requested changes 2025-03-17 22:38:05 +01:00
Dismissed
@@ -11,0 +10,4 @@
struct kernel_version kv;
int eol;
kol_get_kernel_ver(&kv);
char *str_os_rel_offset_dbgtag = malloc(24);
Owner

Please do not repeat the mistake of the previous developer. If possible, allocate it on the stack. The malloc() from libc.obj is just a wrapper for syscall. This will result in a page allocation (4К) instead of 64 bytes!

Please do not repeat the mistake of the previous developer. If possible, allocate it on the stack. The `malloc()` from `libc.obj` is just a wrapper for syscall. This will result in a page allocation (4К) instead of 64 bytes!
mxlgv added
PR
Request changes
and removed
PR
Review required
labels 2025-03-17 22:39:44 +01:00
dunkaist force-pushed pr-update-shell-for-git from 44117c131e to e62e3f7526 2025-03-17 22:54:19 +01:00 Compare
dunkaist force-pushed pr-update-shell-for-git from e62e3f7526 to 6b80899bcf 2025-03-17 23:05:42 +01:00 Compare
mxlgv approved these changes 2025-03-17 23:22:24 +01:00
mxlgv added
PR
Ready to merge
and removed
PR
Request changes
labels 2025-03-17 23:22:39 +01:00
mxlgv force-pushed pr-update-shell-for-git from 6b80899bcf to 32466e31f4 2025-03-17 23:22:57 +01:00 Compare
mxlgv scheduled this pull request to auto merge when all checks succeed 2025-03-17 23:24:26 +01:00
Owner

Merged: 32466e31f4

Merged: https://git.kolibrios.org/KolibriOS/kolibrios/commit/32466e31f4ae86b92b1c3539b9ce4bd3090d9bcd
mxlgv closed this pull request 2025-03-17 23:44:57 +01:00
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 41s
Required
Details
Build system / Build (pull_request) Successful in 6m3s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Reference: KolibriOS/kolibrios#148
No description provided.