Page 1 of 1

schedulers

Posted: Sat Jan 31, 2026 11:07 pm
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

Re: schedulers

Posted: Sat Jan 31, 2026 11:45 pm
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.

Re: schedulers

Posted: Sun Feb 01, 2026 10:30 am
by GhostedGaming
thank you I didnt know that it would be impossible to do something like this so i guess ill figure another way