70 Commits

Author SHA1 Message Date
Alex
61aea6aa8d
fork() stub and QoL improvements 2023-05-03 06:37:39 +03:00
Alex
fcbb298077
Fix compiler warnings 2023-04-23 07:02:24 +03:00
Alex
411b468f71
Optimize memory usage 2023-04-11 12:06:32 +03:00
Alex
69bfc7d9ed
Kernel processes should have IsCritical flag enabled by default 2023-04-11 11:42:12 +03:00
Alex
70e11f17e7
Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector 2023-04-10 05:29:41 +03:00
Alex
b4dbf2c281
QoL and bug fixes 2023-04-10 03:11:46 +03:00
Alex
4e20d4d9f4
Enable compilation of project on AArch64 architecture 2023-04-04 16:06:54 +03:00
Alex
25256d81a8
Added license headers to all project files 2023-04-04 02:19:05 +03:00
Alex
3f89b6d863
Crash screen: Frames tab should get physical address of rbp on usermode threads 2023-03-31 17:32:30 +03:00
Alex
9e21c5326b
Support i386 2023-03-29 03:02:49 +03:00
Alex
98677c7b5b
Unhook interrupts from every driver on crash 2023-03-27 20:30:03 +03:00
Alex
93afcd2210
QoL improvements 2023-03-27 20:11:32 +03:00
Alex
f4641e21fe
Refactor driver file creation to use structured binding 2023-03-26 21:20:12 +03:00
Alex
3d03f8943b
Improve exception message 2023-03-23 23:27:37 +02:00
Alex
6b01a21a71
Change Interrupts::Handler 2023-03-23 20:48:09 +02:00
Alex
f86f3d9293
Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
Alex
5c91f23527
x32 is now compiling 2023-03-04 21:17:19 +02:00
Alex
75883030ad
Renamed "interrupts.hpp" to "ints.hpp" 2023-02-28 12:58:09 +02:00
Alex
62e9d7b9c9
fixme 2023-02-24 10:15:05 +02:00
Alex
c817be50ff
Put CPU namespaces in separate files to make cpu.hpp smaller 2023-02-22 01:48:38 +02:00
Alex
4cdc3dffaa
Removed messages 2023-02-19 00:53:45 +02:00
Alex
73e5f13d35
Signal all cores to stop on exception 2023-02-19 00:51:44 +02:00
Alex
419b5bee0d
Replaced "__sync_synchronize" with "__sync" 2023-02-18 04:13:49 +02:00
Alex
476e97baf1
Added ForceUnlock boolean 2023-02-18 04:11:28 +02:00
Alex
5ae9cbf27b
Added "uartmemdmp" command 2023-02-16 02:29:43 +02:00
Alex
5257ff662f
Debug what destructors are called 2023-02-14 03:53:09 +02:00
Alex
9416bd5cb9
Fixed kernel hang on IPC wait 2023-02-13 16:16:09 +02:00
Alex
640f6a412a
Updated crash screen 2023-02-06 19:33:48 +02:00
Alex
ad499e6b9c
Reduced frame tracing count 2023-01-11 23:55:19 +02:00
Alex
bcca1e9b6c
Forgot "\" 2022-12-21 21:48:33 +02:00
Alex
cddf0426e3
Fixed compiler warnings 2022-12-21 20:05:57 +02:00
Alex
985d614be2
Compiles on x86 but everything is broken 2022-12-21 02:11:49 +02:00
Alex
a677f3c159
Updated types 2022-12-21 00:43:51 +02:00
Alex
0a2e8f7154
Updated bitmap command 2022-12-20 00:47:46 +02:00
Alex
47e4731b78
Fixed RIP tracing 2022-12-20 00:38:52 +02:00
Alex
9c16a522ef
Added "mem" command 2022-12-18 16:11:28 +02:00
Alex
ed49b3ab7c
Fixed broken driver unloading on shutdown/crash 2022-12-17 18:20:47 +02:00
Alex
b4cb49e696
Updated driver shutdown 2022-12-16 03:07:29 +02:00
Alex
ad61c7acc5
Stop all drivers on shutdown / crash 2022-12-15 14:16:22 +02:00
Alex
3828186c56
RIP history implementation for broken stacks 2022-12-14 14:21:48 +02:00
Alex
d142128538
Check if the page is mapped 2022-12-14 13:01:52 +02:00
Alex
16bcb896fa
QoL 2022-12-11 05:30:46 +02:00
Alex
a56f633709
Improved symbol table + every process have one allocated 2022-12-10 06:01:01 +02:00
Alex
6d58f04f1f
TODO 2022-12-10 05:58:52 +02:00
Alex
eea4a9eae1
Added dump command 2022-12-08 19:15:34 +02:00
Alex
eab80c215c
Fixed wrong stack pointer & new tss command for crash screen 2022-12-07 04:15:20 +02:00
Alex
1b591e7e1d
Typo 2022-12-06 09:32:16 +02:00
Alex
4a536ed8b3
Added crX command in crash handler 2022-12-06 09:31:16 +02:00
Alex
c47ffb3256
Revert "Typo"
This reverts commit 7c079633f64f2698771d1b5908303273b92bac60.
2022-12-06 09:30:48 +02:00
Alex
7c079633f6
Typo 2022-12-06 09:30:15 +02:00