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

sched: change niceness or priority of a process #52

Open
ghost opened this issue Feb 4, 2022 · 7 comments
Open

sched: change niceness or priority of a process #52

ghost opened this issue Feb 4, 2022 · 7 comments
Labels
C-kernel Category: kernel enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Feb 4, 2022

We need to get the ability to change the niceness of our processes in userspace with syscalls.

@Andy-Python-Programmer
Copy link
Owner

define niceness

@ghost
Copy link
Author

ghost commented Feb 4, 2022

define niceness

scheduler priority

@Andy-Python-Programmer Andy-Python-Programmer changed the title Change Niceness of Process sched: change niceness or priority of process Feb 4, 2022
@Andy-Python-Programmer Andy-Python-Programmer changed the title sched: change niceness or priority of process sched: change niceness or priority of a process Feb 4, 2022
@Andy-Python-Programmer Andy-Python-Programmer added C-kernel Category: kernel enhancement New feature or request labels Feb 4, 2022
@Andy-Python-Programmer
Copy link
Owner

Definitely something that could be looked into 👍🏼

@ghost
Copy link
Author

ghost commented Feb 4, 2022

Definitely something that could be looked into 👍🏼

That not being there meant I had to take out nice.c from the suckless core utils. https://github.com/michaelforney/sbase/blob/master/nice.c

@Andy-Python-Programmer
Copy link
Owner

That not being their meant I had to take out nice.c from the suckless core utils. https://github.com/michaelforney/sbase/blob/master/nice.c

That sentence does not make sense

@ghost
Copy link
Author

ghost commented Feb 4, 2022

That not being their meant I had to take out nice.c from the suckless core utils. https://github.com/michaelforney/sbase/blob/master/nice.c

That sentence does not make sense

fixed it

@YusufKhan-gamedev
Copy link

Definitely something that could be looked into 👍🏼

That not being there meant I had to take out nice.c from the suckless core utils. https://github.com/michaelforney/sbase/blob/master/nice.c

r/im14andthisisdeep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-kernel Category: kernel enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants