Commit Graph

80 Commits

Author SHA1 Message Date
05610c7e7a Fix compiler issues in 32-bit 2023-08-24 04:45:13 +03:00
7842b6310d Fix broken 32-bit kernel 2023-08-24 03:13:36 +03:00
2c51e4432f Update kernel 2023-08-06 04:53:14 +03:00
3b65386399 Update crash keyboard driver 2023-06-11 12:24:30 +03:00
85c0de688d Fix sleep syscall 2023-06-11 01:36:39 +03:00
41db477173 Update kernel 2023-06-10 13:11:25 +03:00
d527121883 Add implementation for GDT & IDT on x32 and QoL fixes 2023-05-17 03:28:57 +03:00
816e5461c9 Fix type sizes 2023-05-13 07:40:07 +03:00
06e34ab57f Remove EFER from x32 2023-05-13 07:40:05 +03:00
149d8ba790 Make kernel to boot in x32 2023-05-11 18:34:21 +03:00
61aea6aa8d fork() stub and QoL improvements 2023-05-03 06:37:39 +03:00
fcbb298077 Fix compiler warnings 2023-04-23 07:02:24 +03:00
411b468f71 Optimize memory usage 2023-04-11 12:06:32 +03:00
69bfc7d9ed Kernel processes should have IsCritical flag enabled by default 2023-04-11 11:42:12 +03:00
70e11f17e7 Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector 2023-04-10 05:29:41 +03:00
b4dbf2c281 QoL and bug fixes 2023-04-10 03:11:46 +03:00
4e20d4d9f4 Enable compilation of project on AArch64 architecture 2023-04-04 16:06:54 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
3f89b6d863 Crash screen: Frames tab should get physical address of rbp on usermode threads 2023-03-31 17:32:30 +03:00
9e21c5326b Support i386 2023-03-29 03:02:49 +03:00
98677c7b5b Unhook interrupts from every driver on crash 2023-03-27 20:30:03 +03:00
93afcd2210 QoL improvements 2023-03-27 20:11:32 +03:00
f4641e21fe Refactor driver file creation to use structured binding 2023-03-26 21:20:12 +03:00
3d03f8943b Improve exception message 2023-03-23 23:27:37 +02:00
6b01a21a71 Change Interrupts::Handler 2023-03-23 20:48:09 +02:00
f86f3d9293 Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
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