ayaelgamall/Operating-System-project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
- run program from main method in OS -Any Filename is the whole path that will be called with the extension (readFile , writeFile) -If you read from a non existing file the data will be empty string -The priority to any method parameter is to be a variable name if does not find it assume it is the value itself -the memory is organized as first 100 to the PCBs and the rest for the processes -the process block is organized first its variables then its instructions -the lower boundary is inclusive and the upper boundary is exclusive -the memory is stored in form of words with key as name and then value -when the word is instruction its key is "Instruction" and the value is unparsed line -If there is one process in the readyQueue this process might run for more than 2 quanta and it is printed after it is finished -If a process is terminated normally its state is finished and is removed from the readyQueue