schedulers

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
GhostedGaming
Member
Member
Posts: 35
Joined: Wed Jul 02, 2025 11:46 pm
Libera.chat IRC: GhostedGaming

schedulers

Post by GhostedGaming »

Hi I want to improve my scheduler its currently a round robin scheduler but what i want to do is find out the time it would take to execute a process but i have no idea how to get the time to execute
https://github.com/Eucalyptus-OS/Eucalypt-Kernel
Octocontrabass
Member
Member
Posts: 6245
Joined: Mon Mar 25, 2013 7:01 pm

Re: schedulers

Post by Octocontrabass »

GhostedGaming wrote: Sat Jan 31, 2026 11:07 pmwhat i want to do is find out the time it would take to execute a process
It sounds like you're asking for something impossible.

If you haven't already seen it, there's a page on the wiki that might help.
GhostedGaming
Member
Member
Posts: 35
Joined: Wed Jul 02, 2025 11:46 pm
Libera.chat IRC: GhostedGaming

Re: schedulers

Post by GhostedGaming »

thank you I didnt know that it would be impossible to do something like this so i guess ill figure another way
Post Reply