Skip to content
#

cpu-simulation

Here are 35 public repositories matching this topic...

Sistema operativo distribuido en Go, simula los componentes principales de un SO moderno. Implementa un kernel con planificadores de procesos (FIFO, SJF, SRT), m贸dulo de CPU con TLB y cache, gesti贸n de memoria virtual con paginaci贸n multinivel y SWAP, y dispositivos I/O. Estos se comunican mediante APIs HTTP ejecuci贸n distribuida en m煤ltiples VMs.

  • Updated Aug 5, 2025
  • Go

Simulated a custom 3-stage pipelined processor in Java from a formal spec: Harvard architecture with separate instruction/data memory, a 12-instruction custom ISA, 64 registers, a status register with 5 condition flags, and pipelined fetch-decode-execute with cycle-accurate timing.

  • Updated Sep 1, 2026
  • Java

Add this topic to your repo

To associate your repository with the cpu-simulation topic, visit your repo's landing page and select "manage topics."

Learn more