Commit Graph

1953 Commits

Author SHA1 Message Date
305168a593 Fixed compiler warnings 2022-10-27 03:23:47 +03:00
8fd53ea9b2 Improved CPU functions 2022-10-27 03:18:24 +03:00
9d6a4f530a Added IPC for processes 2022-10-27 03:06:43 +03:00
7abfd16ace Half-implemented process security 2022-10-27 03:05:59 +03:00
81469f51bd Removed "\n" 2022-10-27 03:05:45 +03:00
ce7997a6ea Added random number generator 2022-10-27 03:05:34 +03:00
0a2d3db946 Lock "FunctionName" should not be initialized 2022-10-27 02:46:46 +03:00
407b44a89a Removed unused header 2022-10-27 02:44:25 +03:00
42dc78626a Changed how lock works (now it's assembly spinlock) 2022-10-27 02:44:09 +03:00
6a9217c079 Added atmoic helper header 2022-10-27 02:43:09 +03:00
7aced25dd5 Get current process if the Parent is null 2022-10-26 21:55:54 +03:00
581638c256 Update files 2022-10-26 21:55:31 +03:00
f82aa2c444 Updated Testing code 2022-10-26 21:54:49 +03:00
50037c4a81 IPC stub 2022-10-26 21:50:29 +03:00
e489d49917 Renamed enums 2022-10-25 19:16:45 +03:00
23f980f010 Fixed DSDT 2022-10-25 19:14:18 +03:00
4912f9184f Fixed printing in test code 2022-10-25 15:23:56 +03:00
d9973a01b5 Added GetBufferCursor 2022-10-25 15:23:45 +03:00
589b3f9d4b Multitasking test code 2022-10-25 05:05:10 +03:00
50ebd3fbd1 Added SetBufferCursor 2022-10-25 04:56:05 +03:00
e11b49b566 Commented debug code 2022-10-25 04:29:03 +03:00
9eaefb6d6c divide ticks in OneShot 2022-10-25 04:28:45 +03:00
af3193d782 Fixed tasking 2022-10-25 04:10:57 +03:00
0beb57eae8 Fix for APIC 2022-10-25 02:51:53 +03:00
b66e8fb4f8 Split IOAPICRedirectEntry 2022-10-25 02:43:47 +03:00
7b324f020f Renamed enum 2022-10-25 02:42:30 +03:00
c69496cac1 Update APIC according to Intel manual (2.4.3 Interrupt Command Register) 2022-10-25 02:42:12 +03:00
62bd906e61 Added IOAPIC redirect structure 2022-10-25 02:31:27 +03:00
31e26040da Added InterruptCommandRegisterHigh for future use 2022-10-25 02:25:56 +03:00
6af8c9c4ee Improved APIC (more human readable) 2022-10-25 02:24:37 +03:00
7918999799 Fixed timer calibration 2022-10-23 03:47:38 +03:00
782b3fa78a Moved IOAPICVersion 2022-10-23 03:17:57 +03:00
eb65bd1896 Added APIC_BASE structure 2022-10-23 03:10:43 +03:00
fd154bc547 Added LVTTimer union structure 2022-10-23 02:48:42 +03:00
21478ca5b8 Added memory barriers 2022-10-23 02:24:07 +03:00
4e45305099 no_stack_protector attribute to assembly functions 2022-10-23 02:23:58 +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
11e6080fe1 Fixed "_ZnwmSt11align_val_t" compiler error 2022-10-22 04:00:42 +03:00
ebd0273a99 More tasking implementation 2022-10-21 05:31:50 +03:00
05b17cfcaa Update Kernel submodule 2022-10-21 03:59:56 +03:00
7477c55ccd Fixed compilation issues on aarch64 2022-10-21 03:59:39 +03:00
9c3c07116c Fixed compilation issues on x32 2022-10-21 03:59:01 +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
8b27051f48 Added CurrentProcess & CurrentThread to the CPU data 2022-10-21 03:49:46 +03:00
5d41d36bd8 Implemented SmartCriticalSection 2022-10-21 03:49:12 +03:00
13e0faa27b Update Kernel submodule 2022-10-20 05:32:45 +03:00