Commit Graph

80 Commits

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