Commit Graph

1986 Commits

Author SHA1 Message Date
baacbbdbd7 Fix elf interpreter 2023-04-20 08:07:39 +03:00
41bdbada31 Update todo 2023-04-20 04:07:07 +03:00
069386b0f2 Add vscode cpp properties 2023-04-20 03:25:42 +03:00
5d0cc519ae Check if ATA is present 2023-04-20 03:25:21 +03:00
0eb8ba0f69 Fix bug causing vector removal to skip elements 2023-04-20 03:24:23 +03:00
ad1bcdab47 Better debug info 2023-04-19 00:50:29 +03:00
ecc19f4df0 Reserve all pages and then unreserve available pages 2023-04-19 00:50:09 +03:00
b15f738e16 Optimize RNG functions 2023-04-16 22:05:02 +03:00
37f5b77421 Organize driver binding files 2023-04-11 12:41:50 +03:00
411b468f71 Optimize memory usage 2023-04-11 12:06:32 +03:00
c563bb395e Default scheduler should be multi 2023-04-11 11:54:17 +03:00
db2de2948e Rename kernel files 2023-04-11 11:47:53 +03:00
69bfc7d9ed Kernel processes should have IsCritical flag enabled by default 2023-04-11 11:42:12 +03:00
fa4713fdff Fix kernel crash after an interrupt occurs on the BSP 2023-04-11 11:30:37 +03:00
046c693a52 Use an enum to specify what ist to use 2023-04-11 11:28:35 +03:00
78f4bdd6a8 Refactored code to use {} initialization instead of dynamic allocation with 'new' in disk manager class 2023-04-10 06:24:44 +03:00
41dafe32fb Move all std related headers to "include_std" 2023-04-10 06:08:58 +03:00
e414804445 Test assert macro 2023-04-10 06:08:30 +03:00
c8157a828a Sleep between frames to have a constant frame rate 2023-04-10 06:08:12 +03:00
70e11f17e7 Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector 2023-04-10 05:29:41 +03:00
b4dbf2c281 QoL and bug fixes 2023-04-10 03:11:46 +03:00
061c2ef1aa Update submodules 2023-04-07 05:29:28 +03:00
c20aae9504 Fix elf interpreter (less broken) 2023-04-07 05:28:38 +03:00
78494d58eb Fix stub lib 2023-04-07 05:28:13 +03:00
25aa9ff6a6 Fix compilation issues on i386 and aarch64 2023-04-07 05:27:02 +03:00
98c137566d Replace __attribute__ with a macro from types.h 2023-04-07 05:22:14 +03:00
7fa3e91a53 Optimize memory mapping 2023-04-07 05:12:48 +03:00
540152a339 Add support for 2MB and 1GB map 2023-04-07 01:39:11 +03:00
5becc15ed7 Fix ubsan blacklist 2023-04-07 01:38:31 +03:00
76239ec4ad Add Get() function for every cpuid struct 2023-04-06 18:36:16 +03:00
9b84d0147d Add 2MB and 1GB PAGE_SIZE macro 2023-04-06 18:17:56 +03:00
5e5819e3be Fix compilation issues 2023-04-06 18:11:01 +03:00
78d785f1c6 Move hypervisor cpuid structs to a separate file 2023-04-06 18:03:05 +03:00
250b01b928 Update AMD's cpuid unions based on #40332 (Vol. 3 Appendix E.3) 2023-04-06 18:02:24 +03:00
b8186bb3d9 Make rsp to be at physical address 2023-04-04 21:08:45 +03:00
b265b4aced Make aarch64 compilable 2023-04-04 19:36:45 +03:00
74dab6c44e Update TODOs 2023-04-04 19:36:21 +03:00
4e20d4d9f4 Enable compilation of project on AArch64 architecture 2023-04-04 16:06:54 +03:00
c4ae288ef1 Render only 26 frames from bootanim 2023-04-04 03:45:19 +03:00
a7f700584d Remove useless bootanim frames 2023-04-04 03:43:03 +03:00
c8312bd3cd Add space between the equal 2023-04-04 03:40:39 +03:00
ad53b53104 Fix 32 bit job 2023-04-04 03:40:13 +03:00
c6add85f40 Do not compile mem operations on non-debug env 2023-04-04 03:36:51 +03:00
548e410a6e Remove codacy workflow 2023-04-04 03:29:45 +03:00
f81922f63d Move syscall handler to SystemCalls.cpp 2023-04-04 03:25:25 +03:00
d2c241fcb6 Wrong block comment for nasm files 2023-04-04 02:21:14 +03:00
25256d81a8 Added license headers to all project files 2023-04-04 02:19:05 +03:00
68905338ad Change LICENSE file to GPL-3.0 2023-04-04 02:17:22 +03:00
6f106611ff Add BSD license to the API headers 2023-04-04 02:15:58 +03:00
1a2f662bf9 Update license year 2023-04-04 02:03:07 +03:00