Commit Graph

78 Commits

Author SHA1 Message Date
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
40b1da9dd1 Syscalls didn't worked because I'm dumb... 2022-11-08 22:01:39 +02:00
b60ec62bde Update file loading 2022-11-07 08:34:22 +02:00
31fa93ab96 TODO: Fix multicore tasking deadlock 2022-11-07 06:14:16 +02:00
2ddfec2130 Optimization 2022-11-07 01:42:32 +02:00
664cea41a5 Added Schedule() 2022-11-06 06:04:34 +02:00
416e290c51 Updated GDT & IDT 2022-11-06 04:55:12 +02:00
3d947c2a03 Added implementation of critical thread/process 2022-11-06 03:43:12 +02:00
8cc9ff4ff3 Updated tasking functions 2022-11-04 05:31:55 +02:00
0f16d63553 Improved tasking 2022-11-01 01:54:57 +02:00
a245fb009c Fixed compilation failing on i386 2022-10-28 09:06:09 +03:00
400a715e94 fxsave/fxrstor stub 2022-10-28 03:28:52 +03:00
94bbe5e069 Added writecr3 to scheduler 2022-10-27 03:44:04 +03:00
1c1b4249f6 Fixes for Tasking 2022-10-27 03:37:44 +03:00
33f95cb427 Update files 2022-10-27 03:24:08 +03:00
9d6a4f530a Added IPC for processes 2022-10-27 03:06:43 +03:00
7aced25dd5 Get current process if the Parent is null 2022-10-26 21:55:54 +03:00
e11b49b566 Commented debug code 2022-10-25 04:29:03 +03:00
af3193d782 Fixed tasking 2022-10-25 04:10:57 +03:00
7918999799 Fixed timer calibration 2022-10-23 03:47:38 +03:00
8308506ace Update files 2022-10-23 02:18:29 +03:00
84b9f6bdf0 KernelShutdownThread stub 2022-10-22 19:05:39 +03:00
9d4fb06f4c Update Task.cpp 2022-10-22 05:01:35 +03:00
4f94d4cc6d Updated tasking 2022-10-22 04:56:57 +03:00
ebd0273a99 More tasking implementation 2022-10-21 05:31:50 +03:00
a33ec0749a Fixed compilation issues 2022-10-21 03:51:39 +03:00
3de8e1c932 More tasking stubs 2022-10-21 03:49:56 +03:00
2f7b871aa0 More tasking stub 2022-10-20 05:32:15 +03:00