Commit Graph

32 Commits

Author SHA1 Message Date
7842b6310d Fix broken 32-bit kernel 2023-08-24 03:13:36 +03:00
2c51e4432f Update kernel 2023-08-06 04:53:14 +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
b4dbf2c281 QoL and bug fixes 2023-04-10 03:11:46 +03:00
4e20d4d9f4 Enable compilation of project on AArch64 architecture 2023-04-04 16:06:54 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
3f89b6d863 Crash screen: Frames tab should get physical address of rbp on usermode threads 2023-03-31 17:32:30 +03:00
93afcd2210 QoL improvements 2023-03-27 20:11:32 +03:00
f86f3d9293 Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
5c91f23527 x32 is now compiling 2023-03-04 21:17:19 +02:00
75883030ad Renamed "interrupts.hpp" to "ints.hpp" 2023-02-28 12:58:09 +02:00
c817be50ff Put CPU namespaces in separate files to make cpu.hpp smaller 2023-02-22 01:48:38 +02:00
640f6a412a Updated crash screen 2023-02-06 19:33:48 +02:00
ad499e6b9c Reduced frame tracing count 2023-01-11 23:55:19 +02:00
cddf0426e3 Fixed compiler warnings 2022-12-21 20:05:57 +02:00
985d614be2 Compiles on x86 but everything is broken 2022-12-21 02:11:49 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +02:00
47e4731b78 Fixed RIP tracing 2022-12-20 00:38:52 +02:00
3828186c56 RIP history implementation for broken stacks 2022-12-14 14:21:48 +02:00
16bcb896fa QoL 2022-12-11 05:30:46 +02:00
a56f633709 Improved symbol table + every process have one allocated 2022-12-10 06:01:01 +02:00
1b591e7e1d Typo 2022-12-06 09:32:16 +02:00
c47ffb3256 Revert "Typo"
This reverts commit 7c079633f6.
2022-12-06 09:30:48 +02:00
7c079633f6 Typo 2022-12-06 09:30:15 +02:00
0289054900 Changed a lot of files. Summary: profiler support; "SafeFunction"; UnlockDeadLock kernel config; Code optimization & more 2022-11-28 08:25:37 +02:00
786a8432c0 Show cpu data info on details screen 2022-11-16 16:02:37 +02:00
c2628019b7 Syscalls working as expected 2022-11-15 15:09:52 +02:00
cabdc5263e Kernel now compiles on x32 2022-11-14 14:54:18 +02:00
042bce48a0 Kernel & User time stub 2022-11-14 07:42:37 +02:00
dc5b6498f9 Improved crash screen 2022-11-11 04:42:28 +02:00