Commit Graph

27 Commits

Author SHA1 Message Date
dc7b1fc4c9 Rework virtual filesystem implementation 2023-04-21 18:32:20 +03:00
b4dbf2c281 QoL and bug fixes 2023-04-10 03:11:46 +03:00
540152a339 Add support for 2MB and 1GB map 2023-04-07 01:39:11 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03: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
a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
98d58cf655 TODO 2022-12-26 08:39:27 +02:00
3124e879c3 Progress on loading shared objects 2022-12-22 03:57:26 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +02:00
d33a812703 Updated driver loading code 2022-12-16 03:08:31 +02:00
59fe56302f Thread arguments are now available from it's stack 2022-12-15 03:08:16 +02:00
83a5b2a4ee Dynamic ELF stub 2022-12-14 14:54:13 +02:00
6cc71028c9 Fixed ELF loading (global variables are not initialized) 2022-12-12 21:07:06 +02:00
58709c1310 memset was clearing process data from memory 2022-12-12 20:28:50 +02:00
bade38e173 Do not read the header if it's not "PT_LOAD" 2022-12-10 06:43:37 +02:00
3ef08457e3 Fixed Spawn() 2022-12-10 06:03:32 +02:00
2d1c42fbcd Memory related code optimization 2022-12-05 00:48:41 +02:00
9fdad650b9 Trying to fix user stack 2022-11-16 16:04:09 +02:00
cabdc5263e Kernel now compiles on x32 2022-11-14 14:54:18 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
b60ec62bde Update file loading 2022-11-07 08:34:22 +02:00
2eb7e82a3e Loaded image should have RW flag 2022-11-07 01:42:14 +02:00
6ae0e9db26 Optimize 2022-11-05 04:25:38 +02:00
a5fdf14f0d Todo 2022-11-04 05:37:06 +02:00
5de0a3972c Added usermode process creation (currently broken) 2022-11-04 05:32:27 +02:00
bb92e820fc Userspace process creation stub 2022-11-02 17:16:11 +02:00