1
0
mirror of https://github.com/EnderIce2/Fennix.git synced 2025-07-09 14:29:17 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
2c51e4432f Update kernel 2023-08-06 04:53:14 +03:00
061363d85d Fix fork() syscall 2023-05-22 00:43:45 +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
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
d7c9b7ab02 Prevent dangling pointer 2023-03-14 06:24:02 +02:00
0fb62e52d2 Use correct instruction 2023-02-18 04:11:59 +02:00
9416bd5cb9 Fixed kernel hang on IPC wait 2023-02-13 16:16:09 +02:00
5bbef13d6a Updated IPC 2023-02-10 16:30:45 +02:00
a23d999183 IPC stub 2023-02-07 03:22:44 +02:00
a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
cddf0426e3 Fixed compiler warnings 2022-12-21 20:05:57 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +02:00
0289054900 Changed a lot of files. Summary: profiler support; "SafeFunction"; UnlockDeadLock kernel config; Code optimization & more 2022-11-28 08:25:37 +02:00
1afe255fed Hope now scheduler won't crash at IPC Service 2022-11-20 16:13:49 +02:00
03d77c9774 IPC implementation 2022-11-18 05:09:25 +02:00
2571c4f539 Added ubsan 2022-11-17 03:33:18 +02:00
9fdad650b9 Trying to fix user stack 2022-11-16 16:04:09 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
9d6a4f530a Added IPC for processes 2022-10-27 03:06:43 +03:00
50037c4a81 IPC stub 2022-10-26 21:50:29 +03:00