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