25 Commits

Author SHA1 Message Date
EnderIce2
6801475243
Refactor filesystem & stl code 2024-05-18 07:42:01 +03:00
EnderIce2
a49e5e9913
Remove redundant file operation functions 2024-04-01 04:36:11 +03:00
EnderIce2
a0b98e8c57
Refactor ELFObject class and remove unused functions 2024-02-01 16:25:32 +02: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
0840c046b9
Half working elf loader 2023-09-02 19:46:10 +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
41db477173
Update kernel 2023-06-10 13:11:25 +03:00
Alex
61aea6aa8d
fork() stub and QoL improvements 2023-05-03 06:37:39 +03:00
Alex
dc7b1fc4c9
Rework virtual filesystem implementation 2023-04-21 18:32:20 +03:00
Alex
f2eab6c64f
Fix elf loading 2023-04-21 17:47:09 +03:00
Alex
25256d81a8
Added license headers to all project files 2023-04-04 02:19:05 +03:00
Alex
f69f29c5bb
Implementation for userspace interpreter 2023-03-31 17:36:34 +03:00
Alex
f86f3d9293
Rename std functions to match the standard 2023-03-23 04:56:49 +02:00
Alex
45cd4bb13c
Fix wrong MemoryImage address given to the elf interpreter 2023-03-20 05:17:35 +02:00
Alex
a99a2ef34b
Added stub interpreter support 2023-02-10 16:31:33 +02:00
Alex
a592b85ce5
Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
Alex
98d58cf655
TODO 2022-12-26 08:39:27 +02:00
Alex
3124e879c3
Progress on loading shared objects 2022-12-22 03:57:26 +02:00
Alex
9fdad650b9
Trying to fix user stack 2022-11-16 16:04:09 +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
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