Memory Virtualization in Operation Systems
Sources:
- Remzi H. Arpaci-Dusseau & Andrea C. Arpaci-Dusseau. (2014). Virtualization. Operating Systems: Three Easy Pieces (Version 0.8.). Arpaci-Dusseau Books, Inc..
Sources:
Sources:
Many architects believe that major improvements in cost-energy-performance must now come from domain-specific hardware.
Sources:
Sources:
Note: the assembly code in this article can be MIPS or RISCV. This shouldn't be consufusing since the only big difference between them is that MIPS add a $
before the name of each register:
1 | # MIPS: |
Sources:
Note: the assembly code in this article can be MIPS or RISCV. This shouldn't be consufusing since the only big difference between them is that MIPS add a $
before the name of each register:
1 | # MIPS: |
How to use LLMs (Large Language Models), including how to host them, how to add a frontend to them and others.
Resources for essential topics of Software Engineering, including Distributed systems, Database, Operating Systems, etc.
Sources:
Gymnasium is the successsor of the famous OpenAI Gym library. It's highly recommended to move to gymnasium since gym is not being maintained.
Gymnasium is maintained by the Farama Foundation, an open-Sources nonprofit foundation.