Commit Graph

52 Commits

Author SHA1 Message Date
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
c5c76d3f9d Various QoL changes 2023-09-03 19:24:14 +03:00
8898791257 Update kernel code 2023-08-22 06:21:17 +03:00
2c51e4432f Update kernel 2023-08-06 04:53:14 +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
816e5461c9 Fix type sizes 2023-05-13 07:40:07 +03:00
149d8ba790 Make kernel to boot in x32 2023-05-11 18:34:21 +03:00
f1dc3868ca Add support for multiboot2 2023-05-10 21:50:11 +03:00
198742526c Remove unnecessary code 2023-05-08 05:32:44 +03:00
404be92d43 Rewrite the linker script 2023-05-08 05:15:56 +03:00
61aea6aa8d fork() stub and QoL improvements 2023-05-03 06:37:39 +03:00
b4dbf2c281 QoL and bug fixes 2023-04-10 03:11:46 +03:00
98c137566d Replace __attribute__ with a macro from types.h 2023-04-07 05:22:14 +03:00
7fa3e91a53 Optimize memory mapping 2023-04-07 05:12:48 +03:00
540152a339 Add support for 2MB and 1GB map 2023-04-07 01:39:11 +03:00
9b84d0147d Add 2MB and 1GB PAGE_SIZE macro 2023-04-06 18:17:56 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
eae6006d25 Add Virtual::GetPhysical() 2023-03-31 17:30:33 +03:00
678744f65d Fix kernel mapping 2023-03-27 20:30:19 +03:00
7218575b48 Rename heap allocation function 2023-03-25 12:02:01 +02:00
8b082ac98a Map kernel file too 2023-03-23 23:26:18 +02:00
f86f3d9293 Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
1fc03516eb Fix FROM_PAGES macro calculation 2023-03-09 06:44:35 +02:00
5c91f23527 x32 is now compiling 2023-03-04 21:17:19 +02:00
afacc0e8de Wrong API doc 2023-02-16 02:29:19 +02:00
a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
c04c544470 Moved std stuff to std.h 2022-12-29 02:05:40 +02:00
18f05c6d83 Updated memory manager 2022-12-26 08:40:09 +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
013b635524 Memory Tracker: If PageTable is nullptr, read the current one 2022-12-17 19:02:07 +02:00
a3664662f3 Updated StackGuard 2022-12-15 03:06:55 +02:00
ab7f20d5f5 Implemented memory tracker 2022-12-11 14:34:24 +02:00
de5a719d32 Fixed bug 2022-12-08 19:16:40 +02:00
f86777a856 KPT global variable 2022-12-06 09:30:09 +02:00
632852c9e4 Small fixes 2022-12-06 00:14:37 +02:00
1bb97f19fd Apply code from memory-test branch 2022-12-05 23:20:06 +02:00
2d1c42fbcd Memory related code optimization 2022-12-05 00:48:41 +02:00
eaaf8427dc Stack guard implementation 2022-11-21 03:20:13 +02:00
9fdad650b9 Trying to fix user stack 2022-11-16 16:04:09 +02:00
52ef1e3b3b Updated memory mapping functions 2022-11-05 04:40:15 +02:00
359c88150f Updated memory initializator 2022-11-04 05:28:24 +02:00
00cda98a62 Added Check() function 2022-11-01 19:57:15 +02:00
11e6080fe1 Fixed "_ZnwmSt11align_val_t" compiler error 2022-10-22 04:00:42 +03:00
5d41d36bd8 Implemented SmartCriticalSection 2022-10-21 03:49:12 +03:00
fa92676d9f Changed SMP code 2022-10-20 05:04:15 +03:00
7750dd777e Replaced string to convert 2022-10-20 01:06:20 +03:00
cb349ae620 x32 still not working (TODO: do 1:1 page mapping, except for kernel) 2022-10-18 21:16:12 +03:00