Commit Graph

54 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
62e9d7b9c9 fixme 2023-02-24 10:15:05 +02:00
c817be50ff Put CPU namespaces in separate files to make cpu.hpp smaller 2023-02-22 01:48:38 +02:00
4cdc3dffaa Removed messages 2023-02-19 00:53:45 +02:00
73e5f13d35 Signal all cores to stop on exception 2023-02-19 00:51:44 +02:00
419b5bee0d Replaced "__sync_synchronize" with "__sync" 2023-02-18 04:13:49 +02:00
476e97baf1 Added ForceUnlock boolean 2023-02-18 04:11:28 +02:00
5ae9cbf27b Added "uartmemdmp" command 2023-02-16 02:29:43 +02:00
5257ff662f Debug what destructors are called 2023-02-14 03:53:09 +02:00
9416bd5cb9 Fixed kernel hang on IPC wait 2023-02-13 16:16:09 +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
bcca1e9b6c Forgot "\" 2022-12-21 21:48:33 +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
0a2e8f7154 Updated bitmap command 2022-12-20 00:47:46 +02:00
47e4731b78 Fixed RIP tracing 2022-12-20 00:38:52 +02:00
9c16a522ef Added "mem" command 2022-12-18 16:11:28 +02:00
ed49b3ab7c Fixed broken driver unloading on shutdown/crash 2022-12-17 18:20:47 +02:00
b4cb49e696 Updated driver shutdown 2022-12-16 03:07:29 +02:00
ad61c7acc5 Stop all drivers on shutdown / crash 2022-12-15 14:16:22 +02:00
3828186c56 RIP history implementation for broken stacks 2022-12-14 14:21:48 +02:00
d142128538 Check if the page is mapped 2022-12-14 13:01:52 +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
6d58f04f1f TODO 2022-12-10 05:58:52 +02:00
eea4a9eae1 Added dump command 2022-12-08 19:15:34 +02:00
eab80c215c Fixed wrong stack pointer & new tss command for crash screen 2022-12-07 04:15:20 +02:00
1b591e7e1d Typo 2022-12-06 09:32:16 +02:00
4a536ed8b3 Added crX command in crash handler 2022-12-06 09:31: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
f86777a856 KPT global variable 2022-12-06 09:30:09 +02:00
8288de53a9 Print more info 2022-12-06 01:25:03 +02:00
90fc58f5fb GetAddress() should be bit shifted 2022-12-06 01:24:49 +02:00
632852c9e4 Small fixes 2022-12-06 00:14:37 +02:00
1bb97f19fd Apply code from memory-test branch 2022-12-05 23:20:06 +02:00
f34278891b Added tlb & bitmap commands 2022-12-05 00:47: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
2fba834d41 Forgot to resume the stopped process 2022-11-21 16:19:51 +02:00
eaaf8427dc Stack guard implementation 2022-11-21 03:20:13 +02:00
4d874a3e81 Moved backspace() & append() 2022-11-16 16:03:09 +02:00
786a8432c0 Show cpu data info on details screen 2022-11-16 16:02:37 +02:00
01e892a8be Get cpu data too 2022-11-16 16:02:17 +02:00
89f5d29135 Do not stop the scheduler at the beginning of the crash handler 2022-11-15 15:22:18 +02:00
c2628019b7 Syscalls working as expected 2022-11-15 15:09:52 +02:00
3542dfca8b Code fixes and stability 2022-11-15 01:50:07 +02:00
cabdc5263e Kernel now compiles on x32 2022-11-14 14:54:18 +02:00