Commit Graph

14 Commits

Author SHA1 Message Date
Alex
6cc71028c9 Fixed ELF loading (global variables are not initialized) 2022-12-12 21:07:06 +02:00
Alex
58709c1310 memset was clearing process data from memory 2022-12-12 20:28:50 +02:00
Alex
bade38e173 Do not read the header if it's not "PT_LOAD" 2022-12-10 06:43:37 +02:00
Alex
3ef08457e3 Fixed Spawn() 2022-12-10 06:03:32 +02:00
Alex
2d1c42fbcd Memory related code optimization 2022-12-05 00:48:41 +02:00
Alex
9fdad650b9 Trying to fix user stack 2022-11-16 16:04:09 +02:00
Alex
cabdc5263e Kernel now compiles on x32 2022-11-14 14:54:18 +02:00
Alex
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
Alex
b60ec62bde Update file loading 2022-11-07 08:34:22 +02:00
Alex
2eb7e82a3e Loaded image should have RW flag 2022-11-07 01:42:14 +02:00
Alex
6ae0e9db26 Optimize 2022-11-05 04:25:38 +02:00
Alex
a5fdf14f0d Todo 2022-11-04 05:37:06 +02:00
Alex
5de0a3972c Added usermode process creation (currently broken) 2022-11-04 05:32:27 +02:00
Alex
bb92e820fc Userspace process creation stub 2022-11-02 17:16:11 +02:00