-
Notifications
You must be signed in to change notification settings - Fork 49
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
BF Scheduler #11
Comments
Could you provide the script as a text file instead of an image? According to the code, the error can only happen if
|
Yes. In this code I'm using EKG scheduler, but if try to execute BF I get that error. `import sys def main(argv):
main(sys.argv)` |
Hello everyone,
Today Im trying to simulate some of the available schedulers, but only one it is not working (BF), returning the following message:
The simulation using BF scheduler
The simulation using EKG scheduler
How to simulate using BF Algorithm ?
The text was updated successfully, but these errors were encountered: