Commit Graph

37 Commits

Author SHA1 Message Date
5c91f23527 x32 is now compiling 2023-03-04 21:17:19 +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
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
bcca1e9b6c Forgot "\" 2022-12-21 21:48:33 +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
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
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
4a536ed8b3 Added crX command in crash handler 2022-12-06 09:31:16 +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
eaaf8427dc Stack guard implementation 2022-11-21 03:20:13 +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
042bce48a0 Kernel & User time stub 2022-11-14 07:42:37 +02:00
3112d51168 Few improvements for crash screen 2022-11-11 05:02:03 +02:00
dc5b6498f9 Improved crash screen 2022-11-11 04:42:28 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00