Commit Graph

31 Commits

Author SHA1 Message Date
396ad681ba tty: Fix kcon & tty implementation; Add stub ptmx 2024-10-13 13:00:22 +03:00
51ea074b60 Fix driver implementation 2024-07-07 03:14:54 +03:00
6801475243 Refactor filesystem & stl code 2024-05-18 07:42:01 +03:00
96daa43d38 Update kernel 2024-01-19 06:47:42 +02:00
889e1522a3 Restructured and rewritten entire codebase 2023-10-09 01:16:24 +03:00
80980ecfaf Move drivers to kernel 2023-05-19 07:27:42 +03:00
816e5461c9 Fix type sizes 2023-05-13 07:40:07 +03:00
411b468f71 Optimize memory usage 2023-04-11 12:06:32 +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
98677c7b5b Unhook interrupts from every driver on crash 2023-03-27 20:30:03 +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
9a1a7b9955 Fixed PCI BAR mapping 2023-03-08 04:56:36 +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
3f3b636caf Updated driver loading 2023-01-07 20:14:44 +02:00
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
a677f3c159 Updated types 2022-12-21 00:43:51 +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
74fc521ebf Fixed compiler warning 2022-11-06 02:42:40 +02:00
a7bf3accca Support multiple interrupt hooks 2022-11-06 01:19:28 +02:00
2650202bc5 Added IOCB function 2022-11-02 04:13:43 +02:00
917e000f6c Implemented driver support (bad but works) 2022-11-01 01:56:32 +02:00