summaryrefslogtreecommitdiffstats
path: root/src/core/cpu_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kernel: Preempt Single core on redudant yields.Fernando Sahmkow2020-06-271-2/+2
|
* CPU_Manager: Unload/Reload threads on preemption on SingleCoreFernando Sahmkow2020-06-271-2/+3
|
* General: Initial Setup for Single Core.Fernando Sahmkow2020-06-271-4/+26
|
* General: Add better safety for JIT use.Fernando Sahmkow2020-06-271-0/+2
|
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-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.
* Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-121-3/+2
|
* System: Address FeedbackFernando Sahmkow2020-01-271-2/+0
|
* Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow2020-01-261-0/+52
This commit instends on better naming the new purpose of this classes.