Alex
|
446a571018
|
Tasking is now working under 32-bit
|
2023-09-07 04:22:34 +03:00 |
|
Alex
|
6d95cd5261
|
Rework for APIC & added support for x2APIC
|
2023-08-31 01:07:55 +03:00 |
|
Alex
|
2c51e4432f
|
Update kernel
|
2023-08-06 04:53:14 +03:00 |
|
Alex
|
41db477173
|
Update kernel
|
2023-06-10 13:11:25 +03:00 |
|
Alex
|
816e5461c9
|
Fix type sizes
|
2023-05-13 07:40:07 +03:00 |
|
Alex
|
b0e0415b3e
|
Track which core was used to schedule
|
2023-05-05 18:45:28 +03:00 |
|
Alex
|
533b945e84
|
Save/Restore shadow GS too while scheduling tasks
|
2023-05-04 22:39:37 +03:00 |
|
Alex
|
299c919d1d
|
Add UserTime and KernelTime tracker
|
2023-04-25 05:12:58 +03:00 |
|
Alex
|
fcbb298077
|
Fix compiler warnings
|
2023-04-23 07:02:24 +03:00 |
|
Alex
|
70e11f17e7
|
Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector
|
2023-04-10 05:29:41 +03:00 |
|
Alex
|
4e20d4d9f4
|
Enable compilation of project on AArch64 architecture
|
2023-04-04 16:06:54 +03:00 |
|
Alex
|
25256d81a8
|
Added license headers to all project files
|
2023-04-04 02:19:05 +03:00 |
|
Alex
|
9e21c5326b
|
Support i386
|
2023-03-29 03:02:49 +03:00 |
|
Alex
|
1266764aec
|
Process cleanup should be done by a thread
|
2023-03-27 02:50:57 +03:00 |
|
Alex
|
2e9a04f5e7
|
Moved smart lock
|
2023-03-06 03:20:23 +02:00 |
|
Alex
|
5c91f23527
|
x32 is now compiling
|
2023-03-04 21:17:19 +02:00 |
|
Alex
|
65dfa325e9
|
Optimize
|
2023-02-27 22:20:02 +02:00 |
|
Alex
|
81512f2b57
|
Wrong calculation for last task ticks
|
2023-02-27 17:57:52 +02:00 |
|
Alex
|
df24131e48
|
Added last task ticks counter
|
2023-02-27 17:44:10 +02:00 |
|
Alex
|
5e72d81a8f
|
Simple CPU affinity system
|
2023-02-25 03:58:11 +02:00 |
|
Alex
|
c817be50ff
|
Put CPU namespaces in separate files to make cpu.hpp smaller
|
2023-02-22 01:48:38 +02:00 |
|
Alex
|
419b5bee0d
|
Replaced "__sync_synchronize" with "__sync"
|
2023-02-18 04:13:49 +02:00 |
|
Alex
|
95a78ef939
|
CurrentThread/Process should be atomic
|
2023-02-18 04:10:41 +02:00 |
|
Alex
|
47a10df568
|
Added GetSchedulerTicks()
|
2023-02-14 03:52:42 +02:00 |
|
Alex
|
5ab15645ca
|
Updated on screen debug task manager
|
2023-02-10 05:45:11 +02:00 |
|
Alex
|
a592b85ce5
|
Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..)
|
2023-02-06 19:35:44 +02:00 |
|