Last active
August 29, 2015 14:21
-
-
Save iamlucianojr/360f499c0dfc85e8cfd3 to your computer and use it in GitHub Desktop.
Estudo em Sistemas operacionais
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Programa": { | |
"Processos": { | |
"definição": "Programa em execução", | |
"concorrencias": "Dois processos tentando gravar no mesmo arquivo" | |
"Escalonador": "Gerencia os processos na fila de processamento", | |
}, | |
"Fork": { | |
"Definição": "Clona o processo" | |
} | |
"Memoria", | |
"Arquivos", | |
"I/O": { | |
"Polling", "Interrupção", "DMA" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment