Commit Graph

57 Commits

Author SHA1 Message Date
Alex
bef0897442 Fix 32-bit compilation 2023-08-23 16:59:21 +03:00
Alex
2c51e4432f Update kernel 2023-08-06 04:53:14 +03:00
Alex
41db477173 Update kernel 2023-06-10 13:11:25 +03:00
Alex
07e24dccda Return if /modules doesn't exist 2023-05-22 01:23:38 +03:00
Alex
e8162bc3cb Update filesystem structure 2023-05-20 04:31:14 +03:00
Alex
80980ecfaf Move drivers to kernel 2023-05-19 07:27:42 +03:00
Alex
d527121883 Add implementation for GDT & IDT on x32 and QoL fixes 2023-05-17 03:28:57 +03:00
Alex
816e5461c9 Fix type sizes 2023-05-13 07:40:07 +03:00
Alex
fcbb298077 Fix compiler warnings 2023-04-23 07:02:24 +03:00
Alex
89d747e52c Update timing implementation 2023-04-23 05:30:58 +03:00
Alex
dc7b1fc4c9 Rework virtual filesystem implementation 2023-04-21 18:32:20 +03:00
Alex
0eb8ba0f69 Fix bug causing vector removal to skip elements 2023-04-20 03:24:23 +03:00
Alex
ad1bcdab47 Better debug info 2023-04-19 00:50:29 +03:00
Alex
b15f738e16 Optimize RNG functions 2023-04-16 22:05:02 +03:00
Alex
37f5b77421 Organize driver binding files 2023-04-11 12:41:50 +03:00
Alex
411b468f71 Optimize memory usage 2023-04-11 12:06:32 +03:00
Alex
b4dbf2c281 QoL and bug fixes 2023-04-10 03:11:46 +03:00
Alex
540152a339 Add support for 2MB and 1GB map 2023-04-07 01:39:11 +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
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
fe64c55afc Do not loop if the next hook is null 2023-03-27 02:50:22 +03:00
Alex
f4641e21fe Refactor driver file creation to use structured binding 2023-03-26 21:20:12 +03:00
Alex
76f8477712 Update driver loading procedure 2023-03-23 20:49:13 +02:00
Alex
f86f3d9293 Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
Alex
cd7267d3c3 Rename smart pointers 2023-03-23 01:48:49 +02:00
Alex
9f0d1aed80 cwk_path_get_extension's length should not point to nullptr 2023-03-22 20:30:58 +02:00
Alex
115557a551 For Virtual() use KernelPageTable as page table 2023-03-20 00:11:10 +02:00
Alex
d7c9b7ab02 Prevent dangling pointer 2023-03-14 06:24:02 +02:00
Alex
ed1ea5e6b6 Do not disable interrupts 2023-03-14 01:41:18 +02:00
Alex
10364e17f0 Forgot to clear KCallback after configuration 2023-03-10 17:00:49 +02:00
Alex
3b1efa2ed3 Fix wrong driver conflict detection 2023-03-09 06:46:09 +02:00
Alex
ce13f5ea82 Updated driver API code 2023-03-09 06:45:09 +02:00
Alex
a265cb59c8 Return directly the driver error code 2023-03-08 05:09:40 +02:00
Alex
9a1a7b9955 Fixed PCI BAR mapping 2023-03-08 04:56:36 +02:00
Alex
5c91f23527 x32 is now compiling 2023-03-04 21:17:19 +02:00
Alex
645578894e Updated driver loading code 2023-03-02 02:32:55 +02:00
Alex
3ec416b215 Updated driver API 2023-03-02 02:30:25 +02:00
Alex
75883030ad Renamed "interrupts.hpp" to "ints.hpp" 2023-02-28 12:58:09 +02:00
Alex
f767d950c4 Show error code 2023-02-24 10:12:25 +02:00
Alex
5257ff662f Debug what destructors are called 2023-02-14 03:53:09 +02:00
Alex
a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
Alex
98b797a95c Naming convention 2023-02-06 19:31:40 +02:00
Alex
3f3b636caf Updated driver loading 2023-01-07 20:14:44 +02:00
Alex
094a75360f Drivers were not removed 2023-01-04 19:40:57 +02:00
Alex
690191b927 Updated DriverAPI functions 2022-12-24 06:21:49 +02:00
Alex
a9dacd1d21 Renamed "Tracker" to "MemMgr" because it could be used for shared memory and more useful features 2022-12-24 01:51:55 +02:00
Alex
cddf0426e3 Fixed compiler warnings 2022-12-21 20:05:57 +02:00
Alex
a677f3c159 Updated types 2022-12-21 00:43:51 +02:00