Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement program lsmem #21

Open
sylvestre opened this issue Mar 2, 2024 · 3 comments · May be fixed by #216
Open

Implement program lsmem #21

sylvestre opened this issue Mar 2, 2024 · 3 comments · May be fixed by #216
Labels
good first issue Good for newcomers

Comments

@sylvestre
Copy link
Contributor

       lsmem - list the ranges of available memory with their online status

example on my system:

RANGE                                  SIZE  STATE REMOVABLE  BLOCK
0x0000000000000000-0x000000008fffffff  2.3G online       yes   0-17
0x0000000100000000-0x000000085fffffff 29.5G online       yes 32-267

Memory block size:       128M
Total online memory:    31.8G
Total offline memory:      0B
@sylvestre sylvestre added the good first issue Good for newcomers label Mar 2, 2024
@Foorack
Copy link

Foorack commented Feb 8, 2025

I am interested in looking at lsmem

@cakebaker
Copy link
Contributor

@Foorack sure, go ahead :) As you probably have seen, some of its functionality is already implemented.

@Foorack
Copy link

Foorack commented Feb 8, 2025

Yes I saw, and deeply apprecative for it. Allows me to calmly get used to the source code to make sure I follow conventions/style/etc in order to not bring more burden.

@Foorack Foorack linked a pull request Feb 9, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

3 participants