summaryrefslogtreecommitdiffstats
path: root/src/core/cpu_manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-12/+37
This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system.
2020-02-12Core: Set all hardware emulation constants in a single file.Fernando Sahmkow1-3/+2
2020-01-27System: Address FeedbackFernando Sahmkow1-2/+0
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow1-0/+52
This commit instends on better naming the new purpose of this classes.