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 the scheduling process works please. Thank you.
#
shortsleep
10usecs sleep 100usecs
20usecs spawn cal
10usecs spawn cal2
50usecs exit
#
longsleep
10usecs sleep 1000000usecs
60usecs exit
#
cal
80usecs write terminal 200B
90usecs exit
#
cal2
80usecs write hd 100B
90usecs exit
copyfile
200usecs read hd 48000B
300usecs write hd 48000B
600usecs read hd 21000B
700usecs write hd 21000B
1000usecs exit
#
shell
100usecs write terminal 10B
120usecs read terminal 4B
220usecs spawn cal
230usecs wait
#
# devicename readspeed writespeed
#
device usb3.1 640000000Bps 640000000Bps
device terminal 10Bps 3000000Bps
device hd 160000000Bps 80000000Bps
device ssd 480000000Bps 420000000Bps
#
timequantum 150usec