Commit Graph

28 Commits

Author SHA1 Message Date
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
fe64c55afc Do not loop if the next hook is null 2023-03-27 02:50:22 +03:00
f4641e21fe Refactor driver file creation to use structured binding 2023-03-26 21:20:12 +03:00
76f8477712 Update driver loading procedure 2023-03-23 20:49:13 +02:00
f86f3d9293 Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
cd7267d3c3 Rename smart pointers 2023-03-23 01:48:49 +02:00
9f0d1aed80 cwk_path_get_extension's length should not point to nullptr 2023-03-22 20:30:58 +02:00
d7c9b7ab02 Prevent dangling pointer 2023-03-14 06:24:02 +02:00
ed1ea5e6b6 Do not disable interrupts 2023-03-14 01:41:18 +02:00
3b1efa2ed3 Fix wrong driver conflict detection 2023-03-09 06:46:09 +02:00
5c91f23527 x32 is now compiling 2023-03-04 21:17:19 +02:00
645578894e Updated driver loading code 2023-03-02 02:32:55 +02:00
75883030ad Renamed "interrupts.hpp" to "ints.hpp" 2023-02-28 12:58:09 +02:00
f767d950c4 Show error code 2023-02-24 10:12:25 +02:00
5257ff662f Debug what destructors are called 2023-02-14 03:53:09 +02:00
a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
3f3b636caf Updated driver loading 2023-01-07 20:14:44 +02:00
094a75360f Drivers were not removed 2023-01-04 19:40:57 +02:00
cddf0426e3 Fixed compiler warnings 2022-12-21 20:05:57 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +02:00
ddfd071788 DriverInterruptHook::OnInterruptReceived should have SafeFunction macro 2022-12-18 14:34:35 +02:00
e4ec9d87b8 Improved driver loading/unloading 2022-12-18 14:31:02 +02:00
32e8eecc69 Added "UnloadDriver" function 2022-12-17 18:21:28 +02:00
ed49b3ab7c Fixed broken driver unloading on shutdown/crash 2022-12-17 18:20:47 +02:00
d33a812703 Updated driver loading code 2022-12-16 03:08:31 +02:00
d57d593829 Mapping IO Base and Memory Base (TODO: Map all memory base length) 2022-12-10 06:03:04 +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