Alex
|
2c51e4432f
|
Update kernel
|
2023-08-06 04:53:14 +03:00 |
|
Alex
|
85c0de688d
|
Fix sleep syscall
|
2023-06-11 01:36:39 +03:00 |
|
Alex
|
41db477173
|
Update kernel
|
2023-06-10 13:11:25 +03:00 |
|
Alex
|
061363d85d
|
Fix fork() syscall
|
2023-05-22 00:43:45 +03:00 |
|
Alex
|
e8162bc3cb
|
Update filesystem structure
|
2023-05-20 04:31:14 +03:00 |
|
Alex
|
80980ecfaf
|
Move drivers to kernel
|
2023-05-19 07:27:42 +03:00 |
|
Alex
|
816e5461c9
|
Fix type sizes
|
2023-05-13 07:40:07 +03:00 |
|
Alex
|
c7046fe06f
|
Fix aarch64
|
2023-05-11 18:45:49 +03:00 |
|
Alex
|
6916eb7537
|
Check if path is relative
|
2023-05-05 20:04:22 +03:00 |
|
Alex
|
7d939c001b
|
Add process cwd
|
2023-05-05 19:40:01 +03:00 |
|
Alex
|
50a0857524
|
Implement file seek
|
2023-05-05 19:19:05 +03:00 |
|
Alex
|
953401c4b2
|
More progress on fork() support
|
2023-05-05 17:34:00 +03:00 |
|
Alex
|
533b945e84
|
Save/Restore shadow GS too while scheduling tasks
|
2023-05-04 22:39:37 +03:00 |
|
Alex
|
159fd7506a
|
Do not accept invalid kernel private object
|
2023-05-04 02:39:40 +03:00 |
|
Alex
|
61aea6aa8d
|
fork() stub and QoL improvements
|
2023-05-03 06:37:39 +03:00 |
|
Alex
|
c1eaabf97b
|
Bug fixes
|
2023-04-25 05:14:12 +03:00 |
|
Alex
|
299c919d1d
|
Add UserTime and KernelTime tracker
|
2023-04-25 05:12:58 +03:00 |
|
Alex
|
fcbb298077
|
Fix compiler warnings
|
2023-04-23 07:02:24 +03:00 |
|
Alex
|
7e201e0958
|
Update kernelctl syscall
|
2023-04-21 18:53:09 +03:00 |
|
Alex
|
d76585cce3
|
Implement file syscalls
|
2023-04-21 18:32:43 +03:00 |
|
Alex
|
f2eab6c64f
|
Fix elf loading
|
2023-04-21 17:47:09 +03:00 |
|
Alex
|
b4dbf2c281
|
QoL and bug fixes
|
2023-04-10 03:11:46 +03:00 |
|
Alex
|
4e20d4d9f4
|
Enable compilation of project on AArch64 architecture
|
2023-04-04 16:06:54 +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
|
ab64b9f3b0
|
Fix logic in conditional statement inside sys_print
|
2023-03-25 12:11:18 +02:00 |
|
Alex
|
028115a1b0
|
Boot screen & change shutting down/rebooting procedure
|
2023-03-25 12:05:33 +02:00 |
|
Alex
|
9ce301907a
|
QoL improvements
|
2023-03-24 16:22:42 +02:00 |
|
Alex
|
c9c58f78a8
|
Wrong arguments for warn message
|
2023-03-20 01:43:37 +02:00 |
|
Alex
|
ff214dc10b
|
Add Sleep syscall
|
2023-03-20 01:35:59 +02:00 |
|
Alex
|
5c91f23527
|
x32 is now compiling
|
2023-03-04 21:17:19 +02:00 |
|
Alex
|
4454181448
|
Added KCTL_IS_CRITICAL
|
2023-02-19 01:51:36 +02:00 |
|
Alex
|
742082f755
|
Moved SyscallsLock
|
2023-02-10 05:45:30 +02:00 |
|
Alex
|
a23d999183
|
IPC stub
|
2023-02-07 03:22:44 +02:00 |
|
Alex
|
a592b85ce5
|
Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..)
|
2023-02-06 19:35:44 +02:00 |
|
Alex
|
48ef694d08
|
Forgot to remove test code
|
2022-12-24 01:51:12 +02:00 |
|
Alex
|
fe96c7b083
|
Added stub syscalls
|
2022-12-24 01:44:33 +02:00 |
|
Alex
|
cddf0426e3
|
Fixed compiler warnings
|
2022-12-21 20:05:57 +02:00 |
|
Alex
|
985d614be2
|
Compiles on x86 but everything is broken
|
2022-12-21 02:11:49 +02:00 |
|
Alex
|
a677f3c159
|
Updated types
|
2022-12-21 00:43:51 +02:00 |
|
Alex
|
59fe56302f
|
Thread arguments are now available from it's stack
|
2022-12-15 03:08:16 +02:00 |
|
Alex
|
40c26f1232
|
KernelCTL stub syscall
|
2022-12-14 13:02:30 +02:00 |
|
Alex
|
d540462e0a
|
Updated syscalls
|
2022-12-11 14:34:30 +02:00 |
|
Alex
|
16bcb896fa
|
QoL
|
2022-12-11 05:30:46 +02:00 |
|
Alex
|
3542dfca8b
|
Code fixes and stability
|
2022-11-15 01:50:07 +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
|
37ff3a71a4
|
Update files
|
2022-11-04 05:26:43 +02:00 |
|
Alex
|
42e35e7d83
|
Moved syscalls file
|
2022-10-20 05:15:20 +03:00 |
|