Commit Graph

21 Commits

Author SHA1 Message Date
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