programs/shell: Show new fields of sf18.13 struct #148
3 Participants
Notifications
Due Date
No due date set.
Depends on
#146 kernel: Clean up svn-related code and data
KolibriOS/kolibrios
Reference: KolibriOS/kolibrios#148
Reference in New Issue
Block a user
No description provided.
Delete Branch "dunkaist/kolibrios:pr-update-shell-for-git"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In short, report a git hash etc instead of an svn revision.
If I understand correctly this change requires this: #146. Will be approved after merge.
201ab9dfdc
to44117c131e
@@ -11,0 +10,4 @@
struct kernel_version kv;
int eol;
kol_get_kernel_ver(&kv);
char *str_os_rel_offset_dbgtag = malloc(24);
Please do not repeat the mistake of the previous developer. If possible, allocate it on the stack. The
malloc()
fromlibc.obj
is just a wrapper for syscall. This will result in a page allocation (4К) instead of 64 bytes!44117c131e
toe62e3f7526
e62e3f7526
to6b80899bcf
6b80899bcf
to32466e31f4
Merged:
32466e31f4
Pull request closed