Alex
|
8898791257
|
Update kernel code
|
2023-08-22 06:21:17 +03:00 |
|
Alex
|
2c51e4432f
|
Update kernel
|
2023-08-06 04:53:14 +03:00 |
|
Alex
|
85c0de688d
|
Fix sleep syscall
|
2023-06-11 01:36:39 +03:00 |
|
Alex
|
41db477173
|
Update kernel
|
2023-06-10 13:11:25 +03:00 |
|
Alex
|
061363d85d
|
Fix fork() syscall
|
2023-05-22 00:43:45 +03:00 |
|
Alex
|
d527121883
|
Add implementation for GDT & IDT on x32 and QoL fixes
|
2023-05-17 03:28:57 +03:00 |
|
Alex
|
d472fddb61
|
Check if the thread pointer is valid before accessing it's data
|
2023-05-04 22:42:14 +03:00 |
|
Alex
|
533b945e84
|
Save/Restore shadow GS too while scheduling tasks
|
2023-05-04 22:39:37 +03:00 |
|
Alex
|
61aea6aa8d
|
fork() stub and QoL improvements
|
2023-05-03 06:37:39 +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
|
89d747e52c
|
Update timing implementation
|
2023-04-23 05:30:58 +03:00 |
|
Alex
|
69bfc7d9ed
|
Kernel processes should have IsCritical flag enabled by default
|
2023-04-11 11:42:12 +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
|
b4dbf2c281
|
QoL and bug fixes
|
2023-04-10 03:11:46 +03:00 |
|
Alex
|
540152a339
|
Add support for 2MB and 1GB map
|
2023-04-07 01:39:11 +03:00 |
|
Alex
|
76239ec4ad
|
Add Get() function for every cpuid struct
|
2023-04-06 18:36:16 +03:00 |
|
Alex
|
5e5819e3be
|
Fix compilation issues
|
2023-04-06 18:11:01 +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
|
2d03d629dc
|
Check if CreateThread() has a valid parent
|
2023-03-25 12:00:00 +02:00 |
|
Alex
|
6b01a21a71
|
Change Interrupts::Handler
|
2023-03-23 20:48:09 +02:00 |
|
Alex
|
f86f3d9293
|
Rename std functions to match the standard
|
2023-03-23 04:56:49 +02:00 |
|
Alex
|
2d3b89bd33
|
Allocate argv and envp
|
2023-03-22 21:18:35 +02:00 |
|
Alex
|
ac0c9505f3
|
Replace SmartCriticalSection with SmartLock
|
2023-03-20 01:27:34 +02:00 |
|
Alex
|
d7c9b7ab02
|
Prevent dangling pointer
|
2023-03-14 06:24:02 +02:00 |
|
Alex
|
5c91f23527
|
x32 is now compiling
|
2023-03-04 21:17:19 +02:00 |
|
Alex
|
392ebc9be2
|
Renamed "__no_instrument_function"
|
2023-02-27 22:19:40 +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
|
4506648cd6
|
mem* check operations now tell where it failed
|
2023-02-15 07:14:18 +02:00 |
|
Alex
|
47a10df568
|
Added GetSchedulerTicks()
|
2023-02-14 03:52:42 +02:00 |
|
Alex
|
4d0050c90d
|
Schedule() should fire faster
|
2023-02-10 05:44:48 +02:00 |
|
Alex
|
b104511241
|
Added GetProcessByID and GetThreadByID
|
2023-02-07 04:55:26 +02:00 |
|
Alex
|
a592b85ce5
|
Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..)
|
2023-02-06 19:35:44 +02:00 |
|
Alex
|
1297aecc8a
|
Added "DoNotCreatePageTable" boolean to CreateProcess
|
2023-01-09 17:19:06 +02:00 |
|
Alex
|
7fd6532345
|
Renamed print functions
|
2023-01-07 20:13:46 +02:00 |
|
Alex
|
a4efcb9292
|
Fixed tasking when a thread is sleeping
|
2023-01-05 08:01:21 +02:00 |
|
Alex
|
4501826025
|
Kernel now uses SSE instructions properly
|
2023-01-03 06:36:15 +02:00 |
|
Alex
|
3f166b97c7
|
Improved shutting down procedure
|
2022-12-29 05:25:43 +02:00 |
|
Alex
|
e8d8f45c8a
|
Scheduler optimizations
|
2022-12-29 04:46:12 +02:00 |
|
Alex
|
e53bc14240
|
Fixed tasking SSE
|
2022-12-29 02:05:07 +02:00 |
|
Alex
|
f07c10a2ee
|
Improved checks for WakeUpThreads
|
2022-12-24 07:57:35 +02:00 |
|
Alex
|
0942fb4cd3
|
Implemented sleep for threads🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
|
2022-12-24 06:22:50 +02:00 |
|
Alex
|
a9dacd1d21
|
Renamed "Tracker" to "MemMgr" because it could be used for shared memory and more useful features
|
2022-12-24 01:51:55 +02:00 |
|
Alex
|
985d614be2
|
Compiles on x86 but everything is broken
|
2022-12-21 02:11:49 +02:00 |
|