Commit Graph

18 Commits

Author SHA1 Message Date
889e1522a3 Restructured and rewritten entire codebase 2023-10-09 01:16:24 +03:00
2c51e4432f Update kernel 2023-08-06 04:53:14 +03:00
85c0de688d Fix sleep syscall 2023-06-11 01:36:39 +03:00
41db477173 Update kernel 2023-06-10 13:11:25 +03:00
50a0857524 Implement file seek 2023-05-05 19:19:05 +03:00
2b44ad7d75 Fix compiler warning on syscall functions 2023-05-05 17:32:33 +03:00
61aea6aa8d fork() stub and QoL improvements 2023-05-03 06:37:39 +03:00
96a27f7bc8 Update syscall doc functions 2023-04-21 17:46:11 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
f69f29c5bb Implementation for userspace interpreter 2023-03-31 17:36:34 +03:00
ff214dc10b Add Sleep syscall 2023-03-20 01:35:59 +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
fe96c7b083 Added stub syscalls 2022-12-24 01:44:33 +02:00
40c26f1232 KernelCTL stub syscall 2022-12-14 13:02:30 +02:00
0fa30d6d7c Fixed syscalls 2022-12-13 22:52:57 +02:00
d540462e0a Updated syscalls 2022-12-11 14:34:30 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00