23 Commits

Author SHA1 Message Date
EnderIce2
6801475243
Refactor filesystem & stl code 2024-05-18 07:42:01 +03:00
EnderIce2
96daa43d38
Update kernel 2024-01-19 06:47:42 +02:00
Alex
889e1522a3
Restructured and rewritten entire codebase 2023-10-09 01:16:24 +03:00
Alex
6d95cd5261
Rework for APIC & added support for x2APIC 2023-08-31 01:07:55 +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
816e5461c9
Fix type sizes 2023-05-13 07:40:07 +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
25256d81a8
Added license headers to all project files 2023-04-04 02:19:05 +03:00
Alex
93afcd2210
QoL improvements 2023-03-27 20:11:32 +03:00
Alex
9ce301907a
QoL improvements 2023-03-24 16:22:42 +02:00
Alex
5c91f23527
x32 is now compiling 2023-03-04 21:17:19 +02:00
Alex
3e76830978
Fixed excessive padding 2023-02-22 02:11:28 +02:00
Alex
95a78ef939
CurrentThread/Process should be atomic 2023-02-18 04:10:41 +02:00
Alex
4501826025
Kernel now uses SSE instructions properly 2023-01-03 06:36:15 +02:00
Alex
a677f3c159
Updated types 2022-12-21 00:43:51 +02:00
Alex
77081b4e1e
Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
Alex
ebd0273a99
More tasking implementation 2022-10-21 05:31:50 +03:00
Alex
8b27051f48
Added CurrentProcess & CurrentThread to the CPU data 2022-10-21 03:49:46 +03:00
Alex
fa92676d9f
Changed SMP code 2022-10-20 05:04:15 +03:00
Alex
127476ac64
Added SMP support 2022-10-12 03:55:58 +03:00
Alex
ad9817a2db
Added APIC & SMP stub 2022-10-11 02:43:23 +03:00