Skip to content

sched: change niceness or priority of a process #52

Open
@ghost

Description

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

Activity

Andy-Python-Programmer

Andy-Python-Programmer commented on Feb 4, 2022

@Andy-Python-Programmer
Owner

define niceness

ghost

ghost commented on Feb 4, 2022

@ghost

define niceness

scheduler priority

changed the title [-]Change Niceness of Process[/-] [+]sched: change niceness or priority of process[/+] on Feb 4, 2022
changed the title [-]sched: change niceness or priority of process[/-] [+]sched: change niceness or priority of a process[/+] on Feb 4, 2022
Andy-Python-Programmer

Andy-Python-Programmer commented on Feb 4, 2022

@Andy-Python-Programmer
Owner

Definitely something that could be looked into 👍🏼

ghost

ghost commented on Feb 4, 2022

@ghost

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

Andy-Python-Programmer commented on Feb 4, 2022

@Andy-Python-Programmer
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

ghost commented on Feb 4, 2022

@ghost

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

YusufKhan-gamedev commented on Feb 4, 2022

@YusufKhan-gamedev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-kernelCategory: kernelenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @YusufKhan-gamedev@Andy-Python-Programmer

        Issue actions

          sched: change niceness or priority of a process · Issue #52 · Andy-Python-Programmer/aero