889 Commits

Author SHA1 Message Date
Alex
5e5819e3be
Fix compilation issues 2023-04-06 18:11:01 +03:00
Alex
78d785f1c6
Move hypervisor cpuid structs to a separate file 2023-04-06 18:03:05 +03:00
Alex
250b01b928
Update AMD's cpuid unions based on #40332 (Vol. 3 Appendix E.3) 2023-04-06 18:02:24 +03:00
Alex
b8186bb3d9
Make rsp to be at physical address 2023-04-04 21:08:45 +03:00
Alex
b265b4aced
Make aarch64 compilable 2023-04-04 19:36:45 +03:00
Alex
74dab6c44e
Update TODOs 2023-04-04 19:36:21 +03:00
Alex
4e20d4d9f4
Enable compilation of project on AArch64 architecture 2023-04-04 16:06:54 +03:00
Alex
c4ae288ef1
Render only 26 frames from bootanim 2023-04-04 03:45:19 +03:00
Alex
c6add85f40
Do not compile mem operations on non-debug env 2023-04-04 03:36:51 +03:00
Alex
548e410a6e
Remove codacy workflow 2023-04-04 03:29:45 +03:00
Alex
f81922f63d
Move syscall handler to SystemCalls.cpp 2023-04-04 03:25:25 +03:00
Alex
d2c241fcb6
Wrong block comment for nasm files 2023-04-04 02:21:14 +03:00
Alex
25256d81a8
Added license headers to all project files 2023-04-04 02:19:05 +03:00
Alex
68905338ad
Change LICENSE file to GPL-3.0 2023-04-04 02:17:22 +03:00
Alex
6f106611ff
Add BSD license to the API headers 2023-04-04 02:15:58 +03:00
Alex
f69f29c5bb
Implementation for userspace interpreter 2023-03-31 17:36:34 +03:00
Alex
8747a54fea
Interpreter thread should exit after sending IPC data 2023-03-31 17:35:24 +03:00
Alex
3f89b6d863
Crash screen: Frames tab should get physical address of rbp on usermode threads 2023-03-31 17:32:30 +03:00
Alex
eae6006d25
Add Virtual::GetPhysical() 2023-03-31 17:30:33 +03:00
Alex
43af65b21e
Implement strcasecmp, wcslen and wcsrtombs 2023-03-30 19:57:12 +03:00
Alex
09e549fdb7
Add stub headers 2023-03-30 19:53:58 +03:00
Alex
28b0a393bf
Add FramebufferType 2023-03-30 19:23:55 +03:00
Alex
212121a40b
Change audio test file 2023-03-29 03:27:04 +03:00
Alex
9e21c5326b
Support i386 2023-03-29 03:02:49 +03:00
Alex
38dae2c9f7
Add test for memory operations 2023-03-27 23:33:10 +03:00
Alex
3f1467378e
Check if Display is valid 2023-03-27 23:10:13 +03:00
Alex
5c1eb4d2bf
Rename thread 2023-03-27 20:38:09 +03:00
Alex
bb862bf600
Move PEXIT and TEXIT to task.hpp 2023-03-27 20:37:58 +03:00
Alex
678744f65d
Fix kernel mapping 2023-03-27 20:30:19 +03:00
Alex
98677c7b5b
Unhook interrupts from every driver on crash 2023-03-27 20:30:03 +03:00
Alex
93afcd2210
QoL improvements 2023-03-27 20:11:32 +03:00
Alex
3eb6923374
Update TODO 2023-03-27 16:34:56 +03:00
Alex
49c627589c
CheckSIMD should use flags 2023-03-27 16:32:42 +03:00
Alex
7d35a0c315
Change display buffer 2023-03-27 16:27:39 +03:00
Alex
1266764aec
Process cleanup should be done by a thread 2023-03-27 02:50:57 +03:00
Alex
fe64c55afc
Do not loop if the next hook is null 2023-03-27 02:50:22 +03:00
Alex
a09790e4f2
Test TO_PAGES and FROM_PAGES macros 2023-03-27 02:49:56 +03:00
Alex
d136f9fd42
Comment PRINT_BACKTRACE 2023-03-26 21:21:10 +03:00
Alex
f4641e21fe
Refactor driver file creation to use structured binding 2023-03-26 21:20:12 +03:00
Alex
e6c103c671
Ignore frame-address warning 2023-03-26 21:16:26 +03:00
Alex
c6da67a7a3
Add SetDoNotScroll 2023-03-26 21:16:02 +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
cef9d89965
More debug messages 2023-03-25 12:03:14 +02:00
Alex
eeeba9a569
Add BootAnimation 2023-03-25 12:02:59 +02:00
Alex
9718defcaa
Add an argument parser 2023-03-25 12:02:26 +02:00
Alex
7218575b48
Rename heap allocation function 2023-03-25 12:02:01 +02:00
Alex
e3a544e79c
Directly return the fs root if the path is "/" 2023-03-25 12:00:43 +02:00
Alex
2d03d629dc
Check if CreateThread() has a valid parent 2023-03-25 12:00:00 +02:00
Alex
981534ea47
Document ID inside RFLAGS 2023-03-25 11:58:11 +02:00