Commit Graph

23 Commits

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