- Português
Um script bash shell que mostra informações sobre a hierarquia de memória. Projetado para ilustrar aulas de graduação de arquitetura e organização de computadores e sistemas operacionais.
Testado nas versões LTS do Ubuntu de 16.04 a 20.04 e na versão do Ubuntu no Windows Subsystem for Linux. Mas deve funcionar em qualquer distribuição Linux!
Para rodar o script apenas faça download do arquivo, torne-o executável (chmod +x memoria) e então execute:
./memoria
- English
A bash shell script to show information about memory hierarchy. Designed to illustrate undergraduate classes in operating systems and computer architecture and organization.
It was tested on Ubuntu Linux LTS from 16.04 to 20.04, as well as Ubuntu at Windows Subsystem for Linux. But it should work on any Linux distribution!
To run the script just download the file, make it executable (chmod +x memory) and then run:
./memory