Hi, I just have some questions about clarifying time quantum
In my brain time quantum is a time which the process is allowed to run before being interrupted so other processes have an opportunity to run too. With that said, my question is
does TIME CON...
Hi, hope everyone is doing well. I just have some questions about clarifying time quantum
In my brain time quantum is a time which the process is allowed to run before being interrupted so other processes have an opportunity to run too. With that said...
Hi this is my inputs for running the sample solution on, I am currently working on different I O inputs, (competing for the databus), can I please know what might be wrong with the input and can someone suggest me something to run so I can see how th...
Hi, I've tried looking for similar examples of this question but have gotten nowhere.
When calling sleep syscall,
I have noticed two cases which confuses me.
shortsleep
10usecs sleep 100usecs
50usecs exit
Case 1
Does the process "wake up" after 100 u...
shortsleep
10usecs sleep 1000000usecs
20usecs spawn longsleep
50usecs exit
longsleep
10usecs sleep 1000000usecs
60usecs exit
trying to run this now, it now says line 8 not recognised, what might be the issue?
Hi can someone please point me in the right direction to use sample solution.
This is the error I am getting after putting in these two attached files
ERROR - line 3 of 'commands' is not recognized
Hi, not sure if this has been asked before haven't seen any around but can someone help point me in the right direction to use the sample solution.
When I run these two attached txt files, it comes back as ERROR - line 3 of 'commands' is not recogniz...
Hi, Apologies if this post comes across as self explanatory but I'm trying to work it out.
I have inserted two files, one named sysconfig.txt and commands.txt. I'm not sure if it is suppose to be in txt form.
This is in sysconfig.txt
de...
Looking at the template we have been given to write our project in we find these two functions.
void read commands(char argv0 , char filename )
----------------------------------------------------------------------
void execute commands(void)
A...