Commit Graph

44 Commits

Author SHA1 Message Date
c601e6c76c Init task firstly needs to be critical 2023-02-27 17:44:40 +02:00
4519204580 Reimplemented Xalloc from scratch 2023-02-24 10:19:55 +02:00
5c6ba5b6e1 Removed useless text 2023-02-21 23:08:16 +02:00
3f3db40026 Fixed race conditions 2023-02-19 01:54:38 +02:00
858a67c047 Fixed race condition 2023-02-19 00:24:14 +02:00
95a78ef939 CurrentThread/Process should be atomic 2023-02-18 04:10:41 +02:00
5257ff662f Debug what destructors are called 2023-02-14 03:53:09 +02:00
9416bd5cb9 Fixed kernel hang on IPC wait 2023-02-13 16:16:09 +02:00
f6bd398af7 Debug task manager process 2023-02-10 16:31:59 +02:00
a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) 2023-02-06 19:35:44 +02:00
3f166b97c7 Improved shutting down procedure 2022-12-29 05:25:43 +02:00
5da3b3ae6c Recovery stub 2022-12-26 08:41:43 +02:00
ba425e59ca 🎉Implemented networking🎉 2022-12-24 06:24:10 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +02:00
ed49b3ab7c Fixed broken driver unloading on shutdown/crash 2022-12-17 18:20:47 +02:00
b4cb49e696 Updated driver shutdown 2022-12-16 03:07:29 +02:00
ad61c7acc5 Stop all drivers on shutdown / crash 2022-12-15 14:16:22 +02:00
59fe56302f Thread arguments are now available from it's stack 2022-12-15 03:08:16 +02:00
aed2b927f3 Removed debug flags for init process 2022-12-14 13:02:18 +02:00
1317dc53fa Updated argv and envp in tasking 2022-12-08 10:35:05 +02:00
f34278891b Added tlb & bitmap commands 2022-12-05 00:47:15 +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
23dba51c01 SMBIOS support 2022-11-19 11:32:46 +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
89f5d29135 Do not stop the scheduler at the beginning of the crash handler 2022-11-15 15:22:18 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
6ce03ff0ed Update KThread.cpp 2022-11-07 03:16:43 +02:00
664cea41a5 Added Schedule() 2022-11-06 06:04:34 +02:00
3d947c2a03 Added implementation of critical thread/process 2022-11-06 03:43:12 +02:00
4e9891dba6 KernelMainThread should have the lowest priority 2022-11-06 03:10:23 +02:00
5de0a3972c Added usermode process creation (currently broken) 2022-11-04 05:32:27 +02:00
bb92e820fc Userspace process creation stub 2022-11-02 17:16:11 +02:00
ca33e7b85b Implemented partition detection 2022-11-02 04:14:06 +02:00
917e000f6c Implemented driver support (bad but works) 2022-11-01 01:56:32 +02:00
c8e5ce1d36 Added filesystem 2022-10-28 08:50:14 +03:00
33f95cb427 Update files 2022-10-27 03:24:08 +03:00
81469f51bd Removed "\n" 2022-10-27 03:05:45 +03:00
f82aa2c444 Updated Testing code 2022-10-26 21:54:49 +03:00
4912f9184f Fixed printing in test code 2022-10-25 15:23:56 +03:00
589b3f9d4b Multitasking test code 2022-10-25 05:05:10 +03:00
8308506ace Update files 2022-10-23 02:18:29 +03:00
84b9f6bdf0 KernelShutdownThread stub 2022-10-22 19:05:39 +03:00
2f7b871aa0 More tasking stub 2022-10-20 05:32:15 +03:00